Skip to content

5.14

Compare
Choose a tag to compare
@thelonelyvulpes thelonelyvulpes released this 09 Jan 09:37
· 71 commits to 5.0 since this release
67e0228

⭐ New features

  • Reauth moved from preview to general availability. (#744)
  • Introduction of Security and Topology notification categories. (#738)
  • Introduction of Bolt 5.4 (Introduced to Neo4j in server version 5.13) and TELEMETRY message. (#735
    • The driver can opt out of telemetry collection using ConfigBuilder.WithTelemetryDisabled().
    • Telemetry is only collected when connecting to aura and is limited to which APIs were used to create a transaction.

⚠️ Bug fixes

  • All cursors belonging to a transaction are now invalidated if an error invalidates any of the transaction's queries. (#737)
    • If the initial exception was ignored, this could result in undefined behavior, but now will result in a TransactionTerminatedException; Any further interaction with any constituent results from the transaction will throw this error.

What's Changed

Full Changelog: 5.13.0...5.14.0