Skip to content

Commit 5124657

Browse files
authored
Update changelog and version (#317)
1 parent 2f43ad6 commit 5124657

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

docs/changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## v1.6.0 - July 10, 2024
4+
5+
### Features and improvements
6+
- Added `SIMILAR` operator to query builder (https://github.com/memgraph/gqlalchemy/pull/304)
7+
- Better documented how to load CSV from a remote location: to load CSV from a remote location, provide a URL as a path (https://github.com/memgraph/gqlalchemy/pull/305)
8+
- You can now add relationship properties in many-to-many mapping when importing a CSV file (https://github.com/memgraph/gqlalchemy/pull/306)
9+
- Added getter and setter for Memgraph storage modes (https://github.com/memgraph/gqlalchemy/pull/309)
10+
- Added `get_transactions()` and `terminate_transactions()` methods for easier transaction management (https://github.com/memgraph/gqlalchemy/pull/310)
11+
- Added support for `ZonedDateTime` data type (https://github.com/memgraph/gqlalchemy/pull/312)
12+
313
## v1.5.1 - January 8, 2024
414

515
### Updates

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[tool.poetry]
22
name = "GQLAlchemy"
3-
version = "1.5.1"
3+
version = "1.6.0"
44

55
description = "GQLAlchemy is a library developed to assist with writing and running queries in Memgraph."
66
repository = "https://github.com/memgraph/gqlalchemy"
77
authors = [
8-
"Josip Mrden <josip.mrden@memgraph.com>",
98
"Katarina Supe <katarina.supe@memgraph.com>",
109
"Andi Skrgat <andi.skrgat@memgraph.com>",
1110
"Ante Pusic <ante.pusic@memgraph.com>",
11+
"Josip Mrden <josip.mrden@memgraph.com>",
1212
]
1313
license = "Apache-2.0"
1414
readme = "README.md"

0 commit comments

Comments
 (0)