diff --git a/python-manual/modules/ROOT/pages/upgrade.adoc b/python-manual/modules/ROOT/pages/upgrade.adoc index 97dc51a8..e88b17a2 100644 --- a/python-manual/modules/ROOT/pages/upgrade.adoc +++ b/python-manual/modules/ROOT/pages/upgrade.adoc @@ -3,9 +3,6 @@ This page contains the list of new features and breaking changes that happened in the driver from version 4.4 to 5.x. + For a full list of changes, see the link:https://github.com/neo4j/neo4j-python-driver/wiki/5.x-changelog[Driver -> Changelog]. -[NOTE] -This page may be revised with new changes up until the time when the latest 5.x version is released. - The link:https://github.com/neo4j/drivers-migration-assistant[Neo4j Drivers Migration Assistant] simplifies the upgrade process, by contextualizing the changelog to your codebase. It scans your codebase for usage of deprecations and removals, and brings them up to you. The tool doesn't automatically rewrite your code; it only points at where action is needed, providing in-context information on how each hit should be addressed. @@ -119,9 +116,7 @@ All public objects have type annotations via the link:https://docs.python.org/3/ .Re-authentication [%collapsible] ==== -Allows for handling expiring authentication (backwards compatible) as well as session scoped authentication. - -See link:https://github.com/neo4j/neo4j-python-driver/discussions/921[Re-authentication]. +Allows for xref:connect-advanced.adoc#rotating-tokens[rotating authentication tokens] as well as xref:transactions.adoc#impersonation[session-scoped] and xref:query-simple.adoc#impersonation[query-scoped] authentication. ==== | .Mutual TLS (mTLS) as second authentication factor (2FA) @@ -129,7 +124,7 @@ See link:https://github.com/neo4j/neo4j-python-driver/discussions/921[Re-authent ==== Allows for configuring client side TLS certificates to authenticate against the server. -See link:https://github.com/neo4j/neo4j-python-driver/discussions/1031[Mutual TLS]. +See xref:connect-advanced.adoc#mtls[Mutual TLS]. ==== |