SteveDunn / Vogen

A semi-opinionated library which is a source generator and a code analyser. It Source generates Value Objects
Apache License 2.0
890 stars 46 forks source link

chore(deps): bump linq2db from 3.7.0 to 5.0.0 #365

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps linq2db from 3.7.0 to 5.0.0.

Release notes

Sourced from linq2db's releases.

Release 5.0.0

Changes since RC.2:

  • IMetadataReader simplification
  • bugfixes

Release notes

Nugets

API diff since v5.0.0-rc.2

Release 5.0.0-rc.2

  • fixed order of columns in query for mappings with inheritance
  • other fixes and improvements

Release notes

Nugets

API diff since v5.0.0-rc.1

Release 5.0.0-rc.1

  • add source columns support in MergeWithOutput* APIs
  • downgrade Microsoft.Extensions.DependencyInjection and Microsoft.Extensions.Logging.Abstractions dependencies to v6 LTS for linq2db.AspNet package
  • bugfixes

Also due to compatibility issues from Oracle we don't support use of MySql.Data provider with MariaDB databases anymore. Just another good reason to switch to modern MySqlConnector provider from legacy MySql.Data.

Release notes

Nugets

API diff since v5.0.0-preview.2

Release 5.0.0-preview.2

Second and last preview for new Linq To DB version

  • new API for optimistic lock delete and update operations
  • support for C# nullable reference types annotations in mapping for columns and single-record associations
  • FOR UPDATE/SHARE hints helpers for MySQL and MariaDB
  • A lot of performance improvements
  • Breaking changes to fluent mapping configuration
  • Breaking changes to context mapping schema edit and System.Data.Linq.Mapping / System.ComponentModel.DataAnnotations.Schema mappings support
  • Breaking changes to IMetadataReader interface signatures and behavior
  • new UseBeforeConnectionOpened and UseAfterConnectionOpened context configuration extensions to simplify custom connection configuration for users
  • many other improvements and bugfixes

Release notes

... (truncated)

Commits
  • 2dc064f Fix #3986 (#3990)
  • 379dda7 Fix copy-paste errors in InputWithOutput* APIs (#3985)
  • fcf3588 Simplify IMetadataReader.GetAttributes API (#3982)
  • ee885cc Fix type conversion for association storage/setter expressions with different...
  • 590e888 Add comment for IMetadataReader's GetObjectID method (#3979)
  • c31fb75 bump version
  • f23fae5 pin .net 7 SDK version temporary (#3974)
  • 738fd90 Move EntityDescriptorCreatedCallback to options (#3969)
  • 467da32 Added missing CreateTempTable overrides (#3962)
  • b52ea0c fix DataOptions equality operators, update Binary equality operations impleme...
  • Additional commits viewable in compare view


Dependabot compatibility score

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 ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

The following labels could not be found: dependencies.

dependabot[bot] commented 1 year ago

Superseded by #378.