Skip to content

Commit

Permalink
links
Browse files Browse the repository at this point in the history
  • Loading branch information
stefano-ottolenghi committed Nov 21, 2024
1 parent d0fce6d commit add5689
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions python-manual/modules/ROOT/pages/upgrade.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -119,17 +116,15 @@ 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)
[%collapsible]
====
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].
====

|
Expand Down

0 comments on commit add5689

Please sign in to comment.