Skip to content

Release 4.0.0 RC1

Compare
Choose a tag to compare
@MaceWindu MaceWindu released this 29 Apr 18:40
· 423 commits to master since this release

This is first of two planned release candidates before final 4.0 release.

Release highlights:

  • #2452: query extensions API to support generation of query hints and other custom SQL in different parts of SQL query plus a lot of ready-to-use extension methods for query hints for all databases
  • #2582: detection of changes to mapping schema to avoid issues with changes ignored due to cached queries
  • #3098: first preview of new dotnet tool for database scaffolding. Give your feedback here
  • #3410: remote context refactoring to support .net core, gRPC and user-defined transports
  • .net core 2.1 support dropped (linq2db still available there using netstandard2.0 build)
  • #3499: CTE support for SQL Server 2005 dialect
  • #3502: DateOnly type support for all databases due to nuget publishing error, feature wasn't released. Will be in RC2
  • many other bugfixes and small improvements, check full release notes for details

Release notes

Nugets

API diff since v4.0.0-preview.10