File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 11# Neo4j Driver Change Log (breaking/major changes only)
22
3- See also https://github.com/neo4j/neo4j-python-driver/wiki for more details .
3+ See also https://github.com/neo4j/neo4j-python-driver/wiki for a full changelog .
44
55## NEXT RELEASE
6+ - No breaking or major changes.
7+
8+
9+ ## Version 5.8
610- Renamed experimental ` neo4j.RoutingControl.READERS ` to ` READ ` and ` WRITERS ` to
711 ` WRITE ` .
812- Renamed experimental ` driver.query_bookmark_manager ` to
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ The Official Neo4j Driver for Python.
66
77Neo4j versions supported:
88
9+ * Neo4j 5.8
910* Neo4j 5.7
1011* Neo4j 5.6
1112* Neo4j 5.5
Original file line number Diff line number Diff line change 2828
2929# Can be automatically overridden in builds
3030package = "neo4j"
31- version = "5.7 .dev0"
31+ version = "5.8 .dev0"
3232deprecated_package = False
3333
3434
You can’t perform that action at this time.
0 commit comments