@@ -57,7 +57,7 @@ See also https://github.com/neo4j/neo4j-python-driver/wiki for a full changelog.
5757 - Remove possibility to override/set ` message ` and ` code ` properties.
5858 - Remove undocumented, internal methods ` Neo4jError.hydrate ` , ` Neo4jError.invalidates_all_connections ` ,
5959 and ` Neo4jError.is_fatal_during_discovery ` .
60- - Remove deprecated method ` Neo4jError.is_retriable ` .
60+ - Remove deprecated method ` Neo4jError.is_retriable ` .
6161 Use ` Neo4jError.is_retryable ` instead.
6262 - Change string representation of ` Neo4jError ` to include GQL error information.
6363- Remove deprecated ` Record.__getslice__ ` . This magic method has been removed in Python 3.0.
@@ -69,7 +69,7 @@ See also https://github.com/neo4j/neo4j-python-driver/wiki for a full changelog.
6969- Remove deprecated driver configuration option ` trust ` .
7070 Use ` trusted_certificates ` instead.
7171 - Remove the associated constants ` neo4j.TRUST_ALL_CERTIFICATES ` and ` neo4j.TRUST_SYSTEM_CA_SIGNED_CERTIFICATES ` .
72- - Remove deprecated ` session.read_transaction ` and ` session.write_transaction ` .
72+ - Remove deprecated ` session.read_transaction ` and ` session.write_transaction ` .
7373 Instead, use ` session.execute_read ` and ` session.execute_write ` respectively.
7474- Make undocumented classes ` ResolvedAddress ` , ` ResolvedIPv4Address ` , and ` ResolvedIPv6Address ` private.
7575- Rework ` PreviewWarning ` .
@@ -109,9 +109,9 @@ See also https://github.com/neo4j/neo4j-python-driver/wiki for a full changelog.
109109- Raise ` ConfigurationError ` instead of ignoring the routing context (URI query parameters) when creating a direct
110110 driver ("bolt[ +s[ sc]] ://" scheme).
111111- Change behavior of closed drivers:
112- - Raise ` DriverError ` on using the closed driver.
113- - Calling ` driver.close() ` again is now a no-op.
114- - No longer implicitly closing drivers and sessions in ` __del__() ` (finalizer/destructor).
112+ - Raise ` DriverError ` on using the closed driver.
113+ - Calling ` driver.close() ` again is now a no-op.
114+ - No longer implicitly closing drivers and sessions in ` __del__() ` (finalizer/destructor).
115115 Make sure to call ` .close() ` on them explicitly or use them in a ` with ` statement.
116116- Make ` Summary.summary_notifications ` a ` tuple ` instead of a ` list ` and type it with ` Sequence ` to signify that it
117117 should be treated as immutable.
0 commit comments