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 effc3b4 commit cbca7c6
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions go-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-go-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 @@ -109,17 +106,15 @@ Functions link:https://pkg.go.dev/github.com/neo4j/neo4j-go-driver/v5/neo4j#Exec
.Re-authentication
[%collapsible]
====
Allows for handling expiring authentication (backwards compatible) as well as session scoped authentication.
See link:https://github.com/neo4j/neo4j-go-driver/pull/467[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-go-driver/discussions/577[Mutual TLS].
See xref:connect-advanced.adoc#mtls[Mutual TLS].
====

|
Expand Down

0 comments on commit cbca7c6

Please sign in to comment.