Skip to content
This repository has been archived by the owner on Apr 30, 2022. It is now read-only.

Bump Npgsql from 5.0.11 to 5.0.13 in /Framework #934

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 27, 2022

Bumps Npgsql from 5.0.11 to 5.0.13.

Release notes

Sourced from Npgsql's releases.

v5.0.13

Fixes backported:

  • DeadlockDetected returns false by PostgresException.IsTransient (#4409)
  • NpgsqlDataReader.ExecuteScalar doesn't always throw PostgresException (#4378)
  • Intermittent "Unknown message code: X" exceptions. affects 5.X and 6.x (#4305)
  • NpgsqlDataReader.GetTextReader always returns a reader with UTF8 encoding (#4384)
  • Idle connection pruning becomes permanently disbled afrer postgres server restart (same as #4193) (#4373)

v5.0.12

5.0.12 fixes the following:

  • Fix pruning enable/disable race condition (#4255)
  • Allow flushing of NpgsqlReadBuffer.Stream (#4122)
Commits
  • cf2a4d5 Add DeadlockDetected to the list of transient errors (#4411)
  • 62cdce7 Always read the whole result set for ExecuteScalar (#4379)
  • 7527fd2 Fixed reusing SslStream after IOException (#4401)
  • 843fd2a Pass encoding for column GetTextReader (#4398)
  • 49b31d2 Fix not starting pool's pruning timer if NpgsqlConnector.Open throws exceptio...
  • c340338 Remove ncipollo/release-action (#4350)
  • 087e8ad Bump version to 5.0.13
  • 59aa308 Add fallback for PostGIS CI installation on Windows (#4289)
  • e31c4a3 Fix pruning enable/disable race condition (#4255)
  • 40302e4 Allow flushing of NpgsqlReadBuffer.Stream (#4122)
  • 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)

Bumps [Npgsql](https://github.com/npgsql/npgsql) from 5.0.11 to 5.0.13.
- [Release notes](https://github.com/npgsql/npgsql/releases)
- [Commits](npgsql/npgsql@v5.0.11...v5.0.13)

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

Signed-off-by: dependabot[bot] <[email protected]>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants