Releases: neo4j/neo4j-dotnet-driver
Releases · neo4j/neo4j-dotnet-driver
6.0.0
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
WithIpv6Enabledmethod onConfigBuilderand theIpv6EnabledonConfighave 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
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
WithIpv6Enabledmethod onConfigBuilderand theIpv6EnabledonConfighave 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)
🐛 Fixes
- Fix concurrency error with MappingExtensions.AsType() (#888)
5.28.3 (LTS)
🐛 Fixes
- Add transaction configuration constructors to ensure it can be used with ExecutableQuery
5.28.2 (LTS)
🐛 Fixes
- Fix parameter bug and enhance documentation for WithTlsNegotiator method (#851)
5.28.1 (LTS)
5.28.0 (LTS)
⭐ 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
5.27.0
5.26.1
🐛 Bug Fix
- Default mapper could fail when creating custom mapping strategies (#821)
🔮 Preview Feature
- GQL-compliant notifications and status objects (see https://www.gqlstandards.org/)
5.25.0
No changes.