You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/changelog.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,13 @@
1
1
# Changelog
2
2
3
+
## v1.8.0 - June 12, 2025
4
+
5
+
### Features and improvements
6
+
7
+
* Added support for label-property composite, edge-type, edge-type property, global edge property and point indices in the object graph mapper. [#351](https://github.com/memgraph/gqlalchemy/pull/351)
8
+
* From Memgraph 3.3.0, nested indices are supported. Tests for nested indices were added to show how they work the same as label-property indices. [#357](https://github.com/memgraph/gqlalchemy/pull/357)
9
+
* Updated dependencies to support Python 3.9 - 3.12. [#355](https://github.com/memgraph/gqlalchemy/pull/355),[#358](https://github.com/memgraph/gqlalchemy/pull/358),[#347](https://github.com/memgraph/gqlalchemy/pull/347),[#349](https://github.com/memgraph/gqlalchemy/pull/349)
0 commit comments