You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -193,7 +193,7 @@ See also https://github.com/neo4j/neo4j-python-driver/wiki for a full changelog.
193
193
- The driver incorrectly applied a timeout hint received from the server to both read and write I/O operations.
194
194
It is now only applied to read I/O operations.
195
195
In turn, a new configuration option `connection_write_timeout` with a default value of `30 seconds` is introduced.
196
-
196
+
- Adjust `repr` string representation of `SummaryCounters` to conform with Python's recommendations.
197
197
198
198
## Version 5.28
199
199
- Since the types of `Relationship`s are tied to the `Graph` object they belong to, fixing `pickle` support for graph types means that `Relationship`s with the same name will have a different type after `deepcopy`ing or pickling and unpickling them or their graph.
0 commit comments