-
Notifications
You must be signed in to change notification settings - Fork 462
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump the npgsql group with 3 updates #981
Conversation
31f77cb
to
c132a3b
Compare
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. |
c132a3b
to
533f83f
Compare
Bumps the npgsql group with 3 updates: [Npgsql.DependencyInjection](https://github.com/npgsql/npgsql), [Npgsql.EntityFrameworkCore.PostgreSQL](https://github.com/npgsql/efcore.pg) and [Npgsql.OpenTelemetry](https://github.com/npgsql/npgsql). Updates `Npgsql.DependencyInjection` from 8.0.0-rc.2 to 8.0.0 - [Release notes](https://github.com/npgsql/npgsql/releases) - [Commits](npgsql/npgsql@v8.0.0-rc.2...v8.0.0) Updates `Npgsql.EntityFrameworkCore.PostgreSQL` from 8.0.0-rc.2 to 8.0.0 - [Release notes](https://github.com/npgsql/efcore.pg/releases) - [Commits](npgsql/efcore.pg@v8.0.0-rc.2...v8.0.0) Updates `Npgsql.OpenTelemetry` from 8.0.0-rc.2 to 8.0.0 - [Release notes](https://github.com/npgsql/npgsql/releases) - [Commits](npgsql/npgsql@v8.0.0-rc.2...v8.0.0) --- updated-dependencies: - dependency-name: Npgsql.DependencyInjection dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npgsql - dependency-name: Npgsql.EntityFrameworkCore.PostgreSQL dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npgsql - dependency-name: Npgsql.OpenTelemetry dependency-type: direct:production update-type: version-update:semver-patch dependency-group: npgsql ... Signed-off-by: dependabot[bot] <[email protected]>
533f83f
to
37b0332
Compare
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
Pull request was closed
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. |
Dependabot tried to update this pull request, but something went wrong. We're looking into it, but in the meantime you can retry the update by commenting |
Bumps the npgsql group with 3 updates: Npgsql.DependencyInjection, Npgsql.EntityFrameworkCore.PostgreSQL and Npgsql.OpenTelemetry.
Updates
Npgsql.DependencyInjection
from 8.0.0-rc.2 to 8.0.0Release notes
Sourced from Npgsql.DependencyInjection's releases.
Commits
507e2d9
Bump version to 8.0.08979836
Expose opt-in methods via INpgsqlTypeMapper (#5424)f876bb4
Add opt-in granular read side bounds checks (#5405)0ac9e0b
Bump xunit from 2.6.1 to 2.6.2 (#5423)ad35829
Use configured bcl comparer (#5411)6375ac0
Remove old EF6 connection string parameters (#5422)b35cbcb
Add keyed DI services to the Npgsql.DependencyInjection docs (#5421)5893c6a
Obsolete InternalCommandTimeout (#4856)2df3b49
Allow all MemoryStream derived types to use the fast path too52734da
Avoid duplicating stream in bytea parameters, special case MemoryStream (#5414)Updates
Npgsql.EntityFrameworkCore.PostgreSQL
from 8.0.0-rc.2 to 8.0.0Release notes
Sourced from Npgsql.EntityFrameworkCore.PostgreSQL's releases.
Commits
2539d1f
Bump to 8.0.04738bab
React to some obsoletions and renames in Npgsql9bbb19d
Bump xunit.runner.visualstudio from 2.5.3 to 2.5.4 (#2966)dd3c6a2
Add explanatory comment for JSON hack (#2967)4d34642
Fix adding a new non-nullable JSON column (#2967)4464d47
Fix DateOnly.Add{Days,Months,Years} (#2964)fa5ba2e
Support a few more type mappings in the compiled model (#2961)92f881c
Add NpgsqlCSharpRuntimeAnnotationCodeGenerator (#2960)9792445
Properly implement VisitChildren on PG TVF expressions (#2959)7be1f48
Allow transfer of ownership of DbConnection from application to DbContext (#2...Updates
Npgsql.OpenTelemetry
from 8.0.0-rc.2 to 8.0.0Release notes
Sourced from Npgsql.OpenTelemetry's releases.
Commits
507e2d9
Bump version to 8.0.08979836
Expose opt-in methods via INpgsqlTypeMapper (#5424)f876bb4
Add opt-in granular read side bounds checks (#5405)0ac9e0b
Bump xunit from 2.6.1 to 2.6.2 (#5423)ad35829
Use configured bcl comparer (#5411)6375ac0
Remove old EF6 connection string parameters (#5422)b35cbcb
Add keyed DI services to the Npgsql.DependencyInjection docs (#5421)5893c6a
Obsolete InternalCommandTimeout (#4856)2df3b49
Allow all MemoryStream derived types to use the fast path too52734da
Avoid duplicating stream in bytea parameters, special case MemoryStream (#5414)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