File tree Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Expand file tree Collapse file tree 3 files changed +5
-9
lines changed Original file line number Diff line number Diff line change 2
2
3
3
See also https://github.com/neo4j/neo4j-python-driver/wiki for more details.
4
4
5
+ ## Version 5.5
6
+ - No breaking or major changes.
7
+
5
8
## Version 5.4
6
9
- Undocumented helper methods ` Neo4jError.is_fatal_during_discovery ` and
7
10
` Neo4jError.invalidates_all_connections ` have been deprecated and will be
@@ -36,17 +39,14 @@ See also https://github.com/neo4j/neo4j-python-driver/wiki for more details.
36
39
37
40
38
41
## Version 5.2
39
-
40
42
- No breaking or major changes.
41
43
42
44
43
45
## Version 5.1
44
-
45
46
- No breaking or major changes.
46
47
47
48
48
49
## Version 5.0
49
-
50
50
- Python 3.10 support added
51
51
- Python 3.6 support has been dropped.
52
52
- ` Result ` , ` Session ` , and ` Transaction ` can no longer be imported from
@@ -178,27 +178,22 @@ See also https://github.com/neo4j/neo4j-python-driver/wiki for more details.
178
178
179
179
180
180
## Version 4.4
181
-
182
181
- Python 3.5 support has been dropped.
183
182
184
183
185
184
## Version 4.3
186
-
187
185
- Python 3.9 support added
188
186
189
187
190
188
## Version 4.2
191
-
192
189
- No driver changes have been made for Neo4j 4.2
193
190
194
191
195
192
## Version 4.1
196
-
197
193
- Routing context is now forwarded to the server for when required by server-side routing
198
194
199
195
200
196
## Version 4.0 - Breaking Changes
201
-
202
197
- The package version has jumped from ` 1.7 ` directly to ` 4.0 ` , in order to bring the version in line with Neo4j itself.
203
198
- The package can now no longer be installed as ` neo4j-driver ` ; use ` pip install neo4j ` instead.
204
199
- The ` neo4j.v1 ` subpackage is now no longer available; all imports should be taken from the ` neo4j ` package instead.
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.4
9
10
* Neo4j 5.3
10
11
* Neo4j 5.2
11
12
* Neo4j 5.1
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.3 .dev0"
31
+ version = "5.4 .dev0"
32
32
deprecated_package = False
33
33
34
34
You can’t perform that action at this time.
0 commit comments