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 1
1
# Neo4j Driver Change Log (breaking/major changes only)
2
2
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 .
4
4
5
5
## NEXT RELEASE
6
+ - No breaking or major changes.
7
+
8
+
9
+ ## Version 5.8
6
10
- Renamed experimental ` neo4j.RoutingControl.READERS ` to ` READ ` and ` WRITERS ` to
7
11
` WRITE ` .
8
12
- 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.
6
6
7
7
Neo4j versions supported:
8
8
9
+ * Neo4j 5.8
9
10
* Neo4j 5.7
10
11
* Neo4j 5.6
11
12
* Neo4j 5.5
Original file line number Diff line number Diff line change 28
28
29
29
# Can be automatically overridden in builds
30
30
package = "neo4j"
31
- version = "5.7 .dev0"
31
+ version = "5.8 .dev0"
32
32
deprecated_package = False
33
33
34
34
You can’t perform that action at this time.
0 commit comments