Skip to content

Commit

Permalink
Add notice in Changelog about sync driver
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Conjeaud committed Nov 2, 2023
1 parent 29c1ffc commit acfb62d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Changelog
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Version 5.2.0 2023-11
* Add an option to pass your own driver instead of relying on the automatically created one. See set_connection method.
* Add an option to pass your own driver instead of relying on the automatically created one. See set_connection method. NB : only accepts the synchronous driver for now.
* Add a close_connection method to explicitly close the driver to match Neo4j deprecation.
* Add a DATABASE_NAME config option, available for both auto- and self-managed driver modes.
* Add neomodel_inspect_database script, which inspects an existing database and creates neomodel class definitions for all objects.
Expand Down

0 comments on commit acfb62d

Please sign in to comment.