Skip to content
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 Npgsql from 7.0.6 to 8.0.2 #1373

Closed
wants to merge 3 commits into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2024

Bumps Npgsql from 7.0.6 to 8.0.2.

Release notes

Sourced from Npgsql's releases.

v8.0.2

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

The full list of changes is available here.

v8.0.1

8.0.1 contains some important fixes discovered after releasing 8.0.0. Everyone is encouraged to upgrade.

The full list of changes is available here.

v8.0.0

See the release notes.

The full list of changes is available here.

Commits
  • 9e4ff8c Add a factory mechanism for the factories called by the chain builder (#5561)
  • 9e24837 Support writing IList<T> impls again (#5558)
  • ab7bf09 Remove tiny bit of code bloat
  • 26e205a Improve no IO expected message details (#5568)
  • 7691c95 Bring UnsupportedTypeInfoResolver up-to-date with current mechanics (#5556)
  • 5d4609d Make test check on invariant culture
  • 1f6451b Add ifdef for decimal scale
  • c70e5a2 Default to invariant culture when using static NpgsqlSnakeCaseNameTranslator....
  • fa583c3 Fix NpgsqlBox behaves incorrectly with negative coordinates (#5502)
  • 6c2f1b7 Composite fixes (#5553)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels Feb 23, 2024
Bumps [Npgsql](https://github.com/npgsql/npgsql) from 7.0.6 to 8.0.2.
- [Release notes](https://github.com/npgsql/npgsql/releases)
- [Commits](npgsql/npgsql@v7.0.6...v8.0.2)

---
updated-dependencies:
- dependency-name: Npgsql
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/nuget/Npgsql-8.0.2 branch from f68e1a9 to 17b9e54 Compare March 13, 2024 11:38
…The TrustServerCertificate parameter is no longer needed and does nothing.

Upgrading to Npsql-8.0.2 mandates this fix, as a result, builds are failing.

This fix removes `SslMode = SslMode.Require,` from DbConfiguration.cs to resolve the build failure
@github-actions github-actions bot added the VisualCSharp Visual C # label Mar 13, 2024
Starting with npgsql 8.0, Trust Server Certificate=true is no longer required and does nothing.
@github-actions github-actions bot added the Test Test scripts and harnesses label Mar 13, 2024
@@ -28,7 +28,7 @@
</PackageReference>
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="7.0.11" />
<PackageReference Include="morelinq" Version="4.1.0" />
<PackageReference Include="Npgsql" Version="7.0.6" />
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The API is currently running on dotnet 7.0 but the dependencies for this need a minimum of dotnet 8.

As per: npgsql/efcore.pg#3011

And breaking changes here: https://www.npgsql.org/doc/release-notes/8.0.html#breaking-changes

@dependabot dependabot bot closed this Apr 11, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 11, 2024

OK, I won't notify you about Npgsql again, unless you re-open this PR.

@dependabot dependabot bot deleted the dependabot/nuget/Npgsql-8.0.2 branch April 11, 2024 07:47
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 Test Test scripts and harnesses VisualCSharp Visual C #
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants