Skip to content

build(deps): bump github.com/jackc/pgx/v4 from 4.6.0 to 4.9.2 #768

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 5, 2020

Bumps github.com/jackc/pgx/v4 from 4.6.0 to 4.9.2.

Changelog

Sourced from github.com/jackc/pgx/v4's changelog.

4.9.2 (November 3, 2020)

The underlying library updates fix an issue where appending to a scanned slice could corrupt other data.

  • Update pgconn to v1.7.2
  • Update pgproto3 to v2.0.6

4.9.1 (October 31, 2020)

  • Update pgconn to v1.7.1
  • Update pgtype to v1.6.1
  • Fix SendBatch of all prepared statements with statement cache disabled

4.9.0 (September 26, 2020)

  • pgxpool now waits for connection cleanup to finish before making room in pool for another connection. This prevents temporarily exceeding max pool size.
  • Fix when scanning a column to nil to skip it on the first row but scanning it to a real value on a subsequent row.
  • Fix prefer simple protocol with prepared statements. (Jinzhu)
  • Fix FieldDescriptions not being available on Rows before calling Next the first time.
  • Various minor fixes in updated versions of pgconn, pgtype, and puddle.

4.8.1 (July 29, 2020)

  • Update pgconn to v1.6.4
    • Fix deadlock on error after CommandComplete but before ReadyForQuery
    • Fix panic on parsing DSN with trailing '='

4.8.0 (July 22, 2020)

  • All argument types supported by native pgx should now also work through database/sql
  • Update pgconn to v1.6.3
  • Update pgtype to v1.4.2

4.7.2 (July 14, 2020)

  • Improve performance of Columns() (zikaeroh)
  • Fix fatal Commit() failure not being considered fatal
  • Update pgconn to v1.6.2
  • Update pgtype to v1.4.1

4.7.1 (June 29, 2020)

  • Fix stdlib decoding error with certain order and combination of fields

4.7.0 (June 27, 2020)

  • Update pgtype to v1.4.0
  • Update pgconn to v1.6.1
  • Update puddle to v1.1.1
  • Fix context propagation with Tx commit and Rollback (georgysavva)

... (truncated)

Commits
  • eeaa26a Release v4.9.2
  • d660c48 Upgrade pgconn to 1.7.2 to fix slice capacity issue
  • 9898bea Release v4.9.1
  • 59a40db Upgrade pgconn and pgtype
  • 7c47415 Fix SendBatch of all prepared statements with statement cache disabled
  • 5f8d853 remove unused definitions on conn.go
  • 0c145a3 Add/Copy docstring from puddle
  • 5ebf34e remove unused definitions on messages.go
  • 557018a use simpler strings funcs
  • 2a8ae6f Release v4.9.0
  • 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 dependabot bot added dependencies Pull requests that update a dependency file go labels Nov 5, 2020
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/jackc/pgx/v4-4.9.2 branch from 4d5ea23 to 10e08bf Compare November 5, 2020 04:00
@kyleconroy
Copy link
Collaborator

@dependabot rebase

Bumps [github.com/jackc/pgx/v4](https://github.com/jackc/pgx) from 4.6.0 to 4.9.2.
- [Release notes](https://github.com/jackc/pgx/releases)
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](jackc/pgx@v4.6.0...v4.9.2)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/jackc/pgx/v4-4.9.2 branch from 10e08bf to 2f65fb2 Compare November 5, 2020 22:57
@kyleconroy kyleconroy merged commit fd3b940 into master Nov 6, 2020
@kyleconroy kyleconroy deleted the dependabot/go_modules/github.com/jackc/pgx/v4-4.9.2 branch November 6, 2020 06:00
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant