Skip to content

Releases: linq2db/linq2db

Release 5.4.1

07 Apr 11:26
ca363a2
Compare
Choose a tag to compare

Release Highlights

  • minor bugfix release

Release notes

Nugets

API diff since v5.4.0

New Contributors

Full Changelog: v5.4.0...v5.4.1

Release 5.4.0

20 Feb 18:19
33b9d13
Compare
Choose a tag to compare

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

Release 5.3.2

18 Oct 12:12
6bb5d8b
Compare
Choose a tag to compare

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

Release notes

Nugets

API diff since v5.3.1

Release 5.3.1

16 Oct 14:28
acf85cd
Compare
Choose a tag to compare

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

Release notes

Nugets

API diff since v5.3.0

Release 5.3.0

12 Oct 12:49
Compare
Choose a tag to compare

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

Release 5.2.2

08 Jun 15:12
Compare
Choose a tag to compare

Bugfix release

Release notes

Nugets

API diff since v5.2.1

Release 5.2.1

18 May 10:25
Compare
Choose a tag to compare

Release highlights:

  • fix regression in new properties handling
  • other bugfixes

Release notes

Nugets

API diff since v5.2.0

Release 5.2.0

04 May 11:35
Compare
Choose a tag to compare

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

Release 5.1.1

25 Mar 12:27
Compare
Choose a tag to compare

Fix Connection string is not provided error in some setups

Release notes

Nugets

API diff since v5.1.0

Release 5.1.0

16 Mar 12:12
6c80b78
Compare
Choose a tag to compare

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