Skip to content

5.12.0

Compare
Choose a tag to compare
@RichardIrons-neo4j RichardIrons-neo4j released this 31 Aug 14:05
· 91 commits to 5.0 since this release
7b8ef91

🚀 Optimization

  • ExecutableQuery performance enhancement: Remove a server round-trip for IDriver.ExecutableQuery API Docs.

🔬 Experimental/Preview changes

  • Changes to the re-auth functionality allow for catering to a wider range of use cases including simple password rotation.
  • All re-auth-related namespaces have been moved to preview - previously some did not have this, although the classes therein would not have been usable.
  • The OnTokenExpiredAsync method in the IAuthTokenManager interface was removed, and a new HandleSecurityExceptionAsync method was added in its place.
  • The ExpirationBased method in AuthTokenManagers was renamed to Bearer, and a new Basic method was added to cater for password rotation.