Linq2db Versions Save

Linq to database provider.

v5.4.1

1 month ago

Release Highlights

  • minor bugfix release

Release notes

Nugets

API diff since v5.4.0

New Contributors

Full Changelog: https://github.com/linq2db/linq2db/compare/v5.4.0...v5.4.1

v5.4.0

2 months ago

Release highlights:

  • add library metrics collection API
  • add support for one-way conversions in MappingSchema to specify logic for DB <-> application values conversion in one direction only
  • ensure library works with object <-> string conversions using Invariant culture everywhere
  • add support for ClickHouse.Client 6.8.0+ provider versions
  • many small improvements and bug-fixes

Release notes

Nugets

API diff since v5.3.2

v5.3.2

6 months ago

This release fixes regression in Npgsql 7- support from previous release

Release notes

Nugets

API diff since v5.3.1

v5.3.1

6 months ago

This release adds support for Npgsql 8.0.0 (rc-2)

Release notes

Nugets

API diff since v5.3.0

v5.3.0

7 months ago

Release highlights

  • implement fixes to avoid data context instance caching in query cache
  • improvements to collection-typed parameter values logging
  • fixed null support for value IN (subquery) expressions
  • fixes several issues with NativeAOT builds
  • retract obsoletion note from T4 scaffold nugets
  • many other fixes and improvements

Release notes

Nugets

API diff since v5.2.2

v5.2.2

11 months ago

Bugfix release

Release notes

Nugets

API diff since v5.2.1

v5.2.1

11 months ago

Release highlights:

  • fix regression in new properties handling
  • other bugfixes

Release notes

Nugets

API diff since v5.2.0

v5.2.0

1 year ago

Release highlights:

  • multiple fixes/improvements to interface-based mappings
  • fixes to DataContext use in eager load and in multi-db environments
  • MySQL/MariaDB: INSERT .. SELECT query hints supports (e.g. FOR UPDATE)
  • ClickHouse: initial support for query hints: FINAL, SETINGS, join modifiers
  • Firebird: fix query from parameter-less stored procedures
  • other bugfixes and small improvements

Release notes

Nugets

API diff since v5.1.1

v5.1.1

1 year ago

Fix Connection string is not provided error in some setups

Release notes

Nugets

API diff since v5.1.0

v5.1.0

1 year ago

Release highlights:

  • SQL Server temporal table queries filtering support
  • WhereKeyOptimistic query filter helper to add filter using entity's primary key and optimistic lock field value
  • Support for fluent mappings generation (or no mappings at all) on database scaffold using linq2db.cli tool
  • many other improvements and fixes

Release notes

Nugets

API diff since v5.0.0