Bump linq2db, linq2db.AspNet and Npgsql #110
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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:
Linq To DBreleasesDataConnectionclass now available forDataContext-based contexts tooDistinctBysupportstring.Jointranslation and better translation ofSql.ConcatStringsandSql.StringAggregatecallsProvider-specific changes:
ORA-01704 string literal too longerrors on big LOB parametersVECTORtype support including mappings tofloat[]and mappings for vector functionsSystem.Data.SQLite2 provider supportFor full list of changes check this page
Release notes
Nugets
New Contributors
string.PadLeft()andstring.Lengthtranslation. linq2db/linq2db#4868Full Changelog: linq2db/linq2db@v5.4.1...v6.0.0
6.0.0-rc.3
Except fixes for reported issues and regressions, this release contains:
CreateTableto useNUMBER(1)instead ofCHAR(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
RC1release. Thanks to everyone who triedrc1and 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:
Linq To DBnamespaces into two categories: general use public APIs inLinqToDB.*and internal APIs (mostly intended for external provider development or advanced functionality) inLinqToDB.Internal.*namespaces. If you cannot find some types/methods - check their new location in source or ask hereIEnumerableextensions were moved fromLinqToDBnamespace toLinqToDB.Asyncto simplify resolve of naming conflicts for users who use other libraries with same extensionsIsPredicate=trueoption, done usingSql.FunctionAttributeorSql.ExtensionAttributeattributesLEFTjoins toINNERwhen query filters effectively already remove empty recordsLEFTjoinsstring.PadLeft,string.LengthandGuid.ToString()membersSql.Parameter(x)andSql.Constant(x)helpers to explicitly specify value translation type (as parameter or as literal) for specific valueFromSqlScalarAPI now expects user to usevaluealias 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.UseOptionsAPI on data context to temporary change context settingsHttpClient(server, client) andSignal/R(server, client)For full list of changes check this page
Release notes
Nugets
New Contributors
string.PadLeft()andstring.Lengthtranslation. linq2db/linq2db#4868Full 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:
DataConnectionandDataContexttypes that could be replaced with constructor, acceptingDataOptionsconfiguration objectJSONdata type typeDECIMALtoDECIMAL(x, 10)for many database providers. This mostly affects which data type is used byCreateTableAPIs by defaultAllowMultiple=trueoption to some mapping attributes, which didn't had it for some unknown reasonSap.Data.Hana.Net.*providerslinq2db.EntityFrameworkCorepackages, that resulted in incorrect package content for previous (Preview 3) release for EF 8 and 9For 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:
Select((entity, int index) => ...)overload support with index parameter converted toROWNUMBERwindow functionnet9.0TFM supportlinq2db.EntityFrameworkCoreproject was migrated to main repository to imrove its support and release it in sync with other projectsFor 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
... (truncated)
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
... (truncated)
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
... (truncated)
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill 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 versionwill 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