Skip to content

Releases: xo-energy/XO.EntityFrameworkCore

v8.0.13

15 May 12:50
Compare
Choose a tag to compare

What's Changed

  • Update to Entity Framework Core 8.0 and Npgsql 8.0 by @wjrogers in #5

Full Changelog: v2.0.4...v8.0.13

v2.0.4

17 Aug 13:52
Compare
Choose a tag to compare

This release drops the net7.0 build target and updates the net6.0 build target to EF Core 7. This makes the library compatible with EF Core 7 running on net6.0 or later. There are no functional changes. If you need support for EF Core 6, continue using version 1.1.

What's Changed

  • Align runtime requirements with EF packages by @TobbenTM in #3

New Contributors

Full Changelog: v1.1.21...v2.0.4

v1.1.21

28 Apr 03:27
Compare
Choose a tag to compare

What's Changed

  • Clarify the difference between explicit UseJsonSerializerOptions and default options by convention
    • Fix calling UseJsonSerializerOptions not counting as an explicit configuration source (which incorrectly allowed conventions to overwrite it).
    • Remove misleading comment about passing null to ignore default options. When you set default options, they apply to all json and jsonb columns that do not set an explicit ValueConverter.
  • Don't crash when the provider is not Npgsql
  • Don't set comparer unless also setting converter
  • Fix creating multiple context instances with different default options
  • Add tests!

Full Changelog: v1.0.5...v1.1.21