Skip to content

Releases: linq2db/linq2db

Release 6.0.0 Preview 3

28 Jan 09:54
904225e
Compare
Choose a tag to compare

Small release to fix regression with interfaces, introduced in preview 2.

For full list of changes check this page

Release notes

Nugets

API diff since v6.0.0-preview.2

Full Changelog: v6.0.0-preview.2...v6.0.0-preview.3

Release 6.0.0 Preview 2

22 Jan 10:15
Compare
Choose a tag to compare

Release Highlights

Except more small changes, bugfixes and fixes to discovered regressions since preview 1 this release contains:

  • various improvements to SQL predicates generation
  • refactoring of T4 nugets
  • Select((entity, int index) => ...) overload support with index parameter converted to ROWNUMBER window function
  • net9.0 TFM support
  • linq2db.EntityFrameworkCore project was migrated to main repository to imrove its support and release it in sync with other projects

For full list of changes check this page

Release notes

Nugets

API diff since v6.0.0-preview.1

New Contributors

Full Changelog: v6.0.0-preview.1...v6.0.0-preview.2

Release 6.0.0 Preview 1

17 Jun 07:43
80c54cd
Compare
Choose a tag to compare

Release Highlights

This is a first preview of LINQ To DB 6 which includes completely rewritten query parser resulting in a lot of issues and limitations resolved. We recommend everyone to try it as we don't plan any other big changes before final release and your feedback will help us to polish it.

Note that we don't release LINQPad extension and EF.Core integration for first preview. They will be released with preview 2.

Also note that this release should fix more issues than currently marked as fixed in release notes as we didn't yet re-tested all repored issues. This will be done before next preview release.

Release notes

Nugets

API diff since v5.4.1

New Contributors

Full Changelog: v5.4.1...v6.0.0-preview.1

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