-
Notifications
You must be signed in to change notification settings - Fork 188
4.1 changelog
Peter Wilhelmsson edited this page Dec 18, 2020
·
10 revisions
Please read our Driver Migration Guide for guidance and breaking changes when migrating from 1.7 drivers to 4.X drivers.
- Fix problem with failed retriable transactions in cluster
- Reclassify exceptions as retryable
- Error propagation on defunct connection, https://github.com/neo4j/neo4j-python-driver/pull/466
- Fixed documentation tag issue, https://github.com/neo4j/neo4j-python-driver/pull/461
- Added
neo4j.ExperimentalWarning
and updated the API documentation with a section about warnings. - Improved the example snippets and updated the information about authentication details in the API documentation.
- Bugfix for setup.py where encoding was not specified for opening the README.rst file.
-
neo4j.exceptions.Neo4jError
__str__
improvement, this will now display the code and message. - Neo4j 4.1 supported. (Bolt Protocol 4.1)