Releases: linq2db/linq2db
Release 6.0.0 Preview 3
Small release to fix regression with interfaces, introduced in preview 2.
For full list of changes check this page
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
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 toROWNUMBER
window functionnet9.0
TFM supportlinq2db.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
API diff since v6.0.0-preview.1
New Contributors
- @boginw made their first contribution in #4608
- @riktimmondal made their first contribution in #4635
- @johnjuuljensen made their first contribution in #4776
Full Changelog: v6.0.0-preview.1...v6.0.0-preview.2
Release 6.0.0 Preview 1
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.
API diff since v5.4.1
New Contributors
- @tacosontitan made their first contribution in #4482
- @freakalis made their first contribution in #4493
Full Changelog: v5.4.1...v6.0.0-preview.1
Release 5.4.1
Release Highlights
- minor bugfix release
API diff since v5.4.0
New Contributors
- @alexey-leonovich made their first contribution in #4443
- @AndreyShipunov made their first contribution in #4459
Full Changelog: v5.4.0...v5.4.1
Release 5.4.0
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
API diff since v5.3.2
Release 5.3.2
This release fixes regression in Npgsql 7- support from previous release
API diff since v5.3.1
Release 5.3.1
Release 5.3.0
Release highlights
- implement fixes to avoid data context instance caching in query cache
- improvements to collection-typed parameter values logging
- fixed
null
support forvalue IN (subquery)
expressions - fixes several issues with
NativeAOT
builds - retract obsoletion note from T4 scaffold nugets
- many other fixes and improvements
API diff since v5.2.2