Skip to content

Releases: neo4j/neo4j-dotnet-driver

6.0.0

07 Jan 15:38
59cd0ff

Choose a tag to compare

First full release of driver version 6.0.

🎁 New features

  • Support for the BOLT Vector type
  • Metadata for data of unsupported types

⛓️‍💥 Breaking changes

  • Renamed ILogger to INeo4jLogger in preparation for integration with standard logging framework
  • The WithIpv6Enabled method on ConfigBuilder and the Ipv6Enabled on Config have been removed; IP6 is now always enabled

🧹 Upkeep

  • GQL compliance for errors and notifications stabilised; older equivalents deprecated
  • .NET Standard 2.1 support removed. Supported runtimes are .NET 8, .NET 9 and .NET 10
  • The Simple driver is no longer available
  • Neo4j.Driver package is now signed and the Neo4j.Driver.Signed package will no longer be updated

6.0.0-beta

19 Dec 14:45
c0340c5

Choose a tag to compare

6.0.0-beta Pre-release
Pre-release

Initial release of driver version 6.0.

🎁 New features

  • Support for the BOLT Vector type
  • Metadata for data of unsupported types

⛓️‍💥 Breaking changes

  • Renamed ILogger to INeo4jLogger in preparation for integration with standard logging framework
  • The WithIpv6Enabled method on ConfigBuilder and the Ipv6Enabled on Config have been removed; IP6 is now always enabled

🧹 Upkeep

  • GQL compliance for errors and notifications stabilised; older equivalents deprecated
  • .NET Standard 2.1 support removed. Supported runtimes are .NET 8, .NET 9 and .NET 10
  • The Simple driver is no longer available
  • Neo4j.Driver package is now signed and the Neo4j.Driver.Signed package will no longer be updated

5.28.4 (LTS)

05 Dec 17:01
b3e93c5

Choose a tag to compare

🐛 Fixes

  • Fix concurrency error with MappingExtensions.AsType() (#888)

5.28.3 (LTS)

24 Jul 15:12
7644443

Choose a tag to compare

🐛 Fixes

  • Add transaction configuration constructors to ensure it can be used with ExecutableQuery

5.28.2 (LTS)

05 Dec 14:57
38af605

Choose a tag to compare

🐛 Fixes

  • Fix parameter bug and enhance documentation for WithTlsNegotiator method (#851)

5.28.1 (LTS)

06 May 15:41
404334e

Choose a tag to compare

🐛 Fixes

  • Fixed concurrency with mapping method cache (#848)
  • Fix for #844 (#845)

5.28.0 (LTS)

23 Apr 08:52
74bcfcc

Choose a tag to compare

⭐ New Features

  • Naming convention translation for object mapping (#840)
  • Custom type conversion added to object mapping (#839)
  • Feature/new handshake (#837)
  • Home db cache (#833)

🐛 Fixes

  • Add failing test for concurrency issue with default mapper and fix bug (#841)
  • Fix for category/classification issue in WithNotifications (#834)
  • Update package references (#829) - thanks to @gpetrou!

📚 Docs

  • Clarify that Driver creation methods lacking auth token expect disabled auth on the server side (#830)
  • Fix some grammar in inline docs for result cursor. (#828)

5.27.0

03 Jul 10:03
82e94ab

Choose a tag to compare

⭐ New Features

  • mTLS moved out of preview (#824)
  • Delegate mapping moved out of preview (#825)

5.26.1

03 Jul 10:03
2280f63

Choose a tag to compare

🐛 Bug Fix

  • Default mapper could fail when creating custom mapping strategies (#821)

🔮 Preview Feature

5.25.0

27 Sep 11:32
f7318f3

Choose a tag to compare

No changes.