Version 4.1.0
4.1.0 (2023-12-25)
Breaking Changes:
-
Compatibility with the Bolt protocol, supporting Java, JavaScript, Python, Go, Rust, and CLI clients.
-
Support for fast online full import.
-
Implementation of asynchronous task management.
-
Support for spatial data types.
-
Evolution of GQL functionalities.
Improvements And Bug Fixes:
-
Graph learning engine now supports labeled graphs.
-
Asynchronous storage snapshot support for high availability.
-
Enhancement of edge indexes, addition of pair-unique uniqueness.
-
Decoupling of the KV layer abstraction.
-
Support for M1 Docker.
-
Optimization of the CI/CD process, significantly reducing CI time.
Interfaces Modification:
-
Addition of the Bolt protocol standard.
-
Support for spatial data types.
-
The is_unique parameter in indexes now uses the IndexType enumeration, affecting the AddVertexIndex and AddEdgeIndex interfaces.