Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 8, 2025

Pinned linq2db at 6.0.0.

Release notes

Sourced from linq2db's releases.

6.0.0

Since previous release candidate final release contains following changes:

  • .NET 10 support
  • EF.Core 10 integration
  • LINQPad driver releases now syncronized with Linq To DB releases
  • extension methods that vere available on DataConnection class now available for DataContext-based contexts too
  • DistinctBy support
  • Improved translation of aggregate and window functions
  • string.Join translation and better translation of Sql.ConcatStrings and Sql.StringAggregate calls
  • and many more small features and fixes to defects and regressions from prerelease versions

Provider-specific changes:

  • [Oracle] implement fixes for ORA-01704 string literal too long errors on big LOB parameters
  • [SQL Server 2025] Better VECTOR type support including mappings to float[] and mappings for vector functions
  • [SQLite] add System.Data.SQLite 2 provider support
  • [SQLite] fixes to all known issues n SQLite schema provider
  • added early preview of new provider for YDB database for early adopters

For full list of changes check this page

Release notes

Nugets

New Contributors

Full Changelog: linq2db/linq2db@v5.4.1...v6.0.0

6.0.0-rc.3

Except fixes for reported issues and regressions, this release contains:

  • migration from ClickHouse.Client provider to it's fork, ClickHouse.Driver
  • important changes to default configuration of scalar types. If you use custom-defined scalar types in your mappings, please check those notes
  • [Oracle] correct bool mapping for CreateTable to use NUMBER(1) instead of CHAR(1) by default. This should affect only default behavior for table creation, as everywhere else we already used nuber mapping.

For full list of changes check this page

Release notes

Nugets

New Contributors

Full Changelog: linq2db/linq2db@v6.0.0-rc.2...v6.0.0-rc.3

6.0.0-rc.2

This release includes fixes, reported for RC1 release. Thanks to everyone who tried rc1 and reported found issues!

For any questions regarding v6 migration, please use this discussion

For full list of changes check this page

Release notes

Nugets

New Contributors

Full Changelog: linq2db/linq2db@v6.0.0-rc.1...v6.0.0-rc.2

6.0.0-rc.1

Finally we have a new version of Linq To DB almost done.

Bases on amount and severity of reports for this release we will decide later wether we need another RC before final release.

For any questions regarding v6 migration, please use this discussion

Main changes in this (RC1) release:

  • [breaking] we reorganized Linq To DB namespaces into two categories: general use public APIs in LinqToDB.* and internal APIs (mostly intended for external provider development or advanced functionality) in LinqToDB.Internal.* namespaces. If you cannot find some types/methods - check their new location in source or ask here
  • [breaking] async IEnumerable extensions were moved from LinqToDB namespace to LinqToDB.Async to simplify resolve of naming conflicts for users who use other libraries with same extensions
  • [breaking] drop .NET 6 and EF.Core 6 support
  • a lof of work were done to improve translation of predicates (especially complex) to SQL:
    • complex predicate expressions that could fail translate before to SQL for all or for specific databases now should work
    • a lot of new optimizations implemented to simplify predicates
    • fixed support for mappings with IsPredicate=true option, done using Sql.FunctionAttribute or Sql.ExtensionAttribute attributes
    • fixed a lot of issues in predicate generation, including fixes to nullability tracking for nested predicates
  • multiple improvemens in JOINs generation:
    • automatically promote LEFT joins to INNER when query filters effectively already remove empty records
    • improve nullability tracking for LEFT joins
  • [all databases] fix/add translations of string.PadLeft, string.Length and Guid.ToString() members
  • add Sql.Parameter(x) and Sql.Constant(x) helpers to explicitly specify value translation type (as parameter or as literal) for specific value
  • FromSqlScalar API now expects user to use value alias for column name. It will be generated automatically for databases, which support column aliases specification in subquery alias clause. For other databases it should be specified by user in SQL.
  • added UseOptions API on data context to temporary change context settings
  • added initial support for new SQL dialects: SQL Server 2025 and PostgreSQL 18
  • [EF.Core] import enum mappings for PostgreSQL from EF.Core model
  • [RemoteContext] released new remote context transports: HttpClient (server, client) and Signal/R (server, client)
  • a lot of other bugfixes and improvements

For full list of changes check this page

Release notes

Nugets

New Contributors

Full Changelog: linq2db/linq2db@v6.0.0-preview.4...v6.0.0-rc.1

6.0.0-preview.4

Yet another preview release before upcoming release candidate.

Alongside with fixes to multiple bugs and regrssions from previous previews it contains following changes:

  • Obsoletion of excess constructors on DataConnection and DataContext types that could be replaced with constructor, accepting DataOptions configuration object
  • experimental support for new SQL Server JSON data type type
  • changes to default precision and scale mappings for decimal type from DECIMAL to DECIMAL(x, 10) for many database providers. This mostly affects which data type is used by CreateTable APIs by default
  • added AllowMultiple=true option to some mapping attributes, which didn't had it for some unknown reason
  • [SAP HANA] added support for Sap.Data.Hana.Net.* providers
  • fixed nuget generation issue for linq2db.EntityFrameworkCore packages, that resulted in incorrect package content for previous (Preview 3) release for EF 8 and 9

For full list of changes check this page

Release notes

Nugets

Full Changelog: linq2db/linq2db@v6.0.0-preview.3...v6.0.0-preview.4

6.0.0-preview.3

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

For full list of changes check this page

Release notes

Nugets

Full Changelog: linq2db/linq2db@v6.0.0-preview.2...v6.0.0-preview.3

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 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

New Contributors

Full Changelog: linq2db/linq2db@v6.0.0-preview.1...v6.0.0-preview.2

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.

Release notes

Nugets

New Contributors

Full Changelog: linq2db/linq2db@v5.4.1...v6.0.0-preview.1

Commits viewable in compare view.

Pinned linq2db.AspNet at 5.4.1.9.

Release notes

Sourced from linq2db.AspNet's releases.

No release notes found for this version range.

Commits viewable in compare view.

Pinned Npgsql at 10.0.0.

Release notes

Sourced from Npgsql's releases.

10.0.0

See the release notes.

The full list of changes is available here.

What's Changed

10.0.0-rc.1

9.0.4

v9.0.4 contains several minor bug fixes.

Milestone issues

Full Changelog: npgsql/npgsql@v9.0.3...v9.0.4

9.0.3

v9.0.3 contains several minor bug fixes.

Milestone issues

Full Changelog: npgsql/npgsql@v9.0.2...v9.0.3

9.0.2

9.0.2 was released to fix SSL certificate validation (#​5942).

Milestone issues

Full Changelog: npgsql/npgsql@v9.0.1...v9.0.2

9.0.1

9.0.1 was released right after 9.0.0 to stop referencing System.Text.Json 9.0, which caused various issues (npgsql/npgsql#5940, dotnet/aspire#6720).

9.0.0

See the release notes.

The full list of changes is available here.

What's Changed

8.0.8

v8.0.8 contains quite a few bug fixes.

Full Changelog: npgsql/npgsql@v8.0.7...v8.0.8

8.0.7

v9.0.3 contains several bug fixes.

Full Changelog: npgsql/npgsql@v8.0.6...v8.0.7

8.0.6

The full list of changes is available here.

Full Changelog: npgsql/npgsql@v8.0.5...v8.0.6

8.0.5

8.0.5 contains quite a few fixes, everyone is strongly encouraged to upgrade.

The full list of changes is available here.

Full Changelog: npgsql/npgsql@v8.0.4...v8.0.5

8.0.4

A large number of number of bugs have been fixed, here is the full list.

Full Changelog: npgsql/npgsql@v8.0.3...v8.0.4

Commits viewable in compare view.

Pinned Npgsql at 10.0.0.

Release notes

Sourced from Npgsql's releases.

10.0.0

See the release notes.

The full list of changes is available here.

What's Changed

10.0.0-rc.1

9.0.4

v9.0.4 contains several minor bug fixes.

Milestone issues

Full Changelog: npgsql/npgsql@v9.0.3...v9.0.4

Commits viewable in compare view.

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps linq2db from 5.4.1 to 6.0.0
Bumps linq2db.AspNet from 5.4.1 to 5.4.1.9
Bumps Npgsql to 10.0.0

---
updated-dependencies:
- dependency-name: linq2db
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: data-access
- dependency-name: linq2db.AspNet
  dependency-version: 5.4.1.9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: data-access
- dependency-name: Npgsql
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: data-access
- dependency-name: Npgsql
  dependency-version: 10.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: data-access
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added .NET Pull requests that update .NET code dependencies Pull requests that update a dependency file labels Dec 8, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 15, 2025

Looks like these dependencies are no longer updatable, so this is no longer needed.

@dependabot dependabot bot closed this Dec 15, 2025
@dependabot dependabot bot deleted the dependabot/nuget/data-access-fca275215e branch December 15, 2025 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file .NET Pull requests that update .NET code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant