Skip to content

Releases: nuodb/nuodb-dotnet

v5.0.0

08 Aug 14:16
43f724d

Choose a tag to compare

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

08 May 17:11
0a12ad0

Choose a tag to compare

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

06 Mar 18:05

Choose a tag to compare

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