Releases: nuodb/nuodb-dotnet
Releases · nuodb/nuodb-dotnet
v5.0.0
NuoDB .NET Driver v5.0.0
Major Release
This release only includes breaking changes.
Breaking Changes
- Add support in the Client driver for new C# date/time classes introduced by MS in dotNetCore 6:
- C# DateOnly -> mapped to -> SQL Date
- C# TimeOnly -> mapped to -> SQL Time
- C# DateTime -> mapped to -> SQL Timestamp (only)
- The driver now returns DateOnly and TimeOnly instead of returning DateTime for all date/time results.
v4.0.1
NuoDB .NET Driver v4.0.1 Release Notes
Bug Fixes
- Entity Framework driver .net 8 no CRUD - #14617
- Binary/Varbinary data types are retrieved as "BLOB" during "GetMetadata"
Testing
- Update code coverage tool on Linux test environment.
v4.0.0
NuoDB .NET Driver v4.0.0 Release Notes
New Features
- Implemented EF Core Migrations
- Added support for .NET 8
- Added support for Entity Framework Core 8
- Enhanced date functions
- Added DateTimeKind support
Performance Improvements
- Added "reoptimize always" for parameterized LIMIT/OFFSET statements
Bug Fixes
- Fixed transaction initialization issues
- Resolved database model factory problems in tests
- Corrected creation of auto-increment fields
Testing
- Expanded test coverage
- Added DateTimeKind validation tests
- Completed test suite