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 github.com/jackc/pgx from 3.4.0+incompatible to 3.5.0+incompatible #7

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps github.com/jackc/pgx from 3.4.0+incompatible to 3.5.0+incompatible.

Changelog

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

3.5.0 (June 29, 2019)

Features

  • Protocol support for PortalSuspended message (avivklas)
  • Read OIDs for composite types on connection init (Nick Jones)

Fixes

  • Hstore can have empty keys (Josh Leverette)
  • Fix -0 value for numeric type (David Hudson)
  • Log error message on rows-close error (Euan Kemp)

Changes

  • Explicitly cast binary string to bytea in simple protocol (jinhua luo)
  • Skip parse and sanitize simple query when no arguments (jinhua luo)

3.4.0 (May 3, 2019)

Features

  • Improved .pgpass handling (Dmitry Smal)
  • Adds RowsAffected for CopyToWriter and CopyFromReader (Nikolay Vorobev)
  • Support binding of []int type to array integer (David Bariod)
  • Expose registered driver instance to aid integration with other libraries (PLATEL Kévin)
  • Allow normal queries on replication connections (Jan Vcelak)
  • Add support for creating a DB from pgx.Pool (fzerorubigd)
  • SCRAM authentication
  • pgtype.Date JSON marshal/unmarshal (Andrey Kuzmin)

Fixes

  • Fix encoding of ErrorResponse (Josh Leverette)
  • Use more detailed error output of unknown field (Ilya Sivanev)
  • "Temporary" Write errors no longer silently break connections.
  • Fix PreferSimpleProtocol overwrite (Ilya Sinelnikov)
  • Fix enum handling (Robert Lin)
  • Copy protocol fixes (Andrey)

Changes

  • Do not attempt recovery from any Write error.
  • Use LogLevel type instead of int for conn config

3.3.0 (December 1, 2018)

Features

  • Add CopyFromReader and CopyToWriter (Murat Kabilov)
... (truncated)
Commits
  • a1d6202 Release 3.5.0
  • 0151aeb Merge pull request #552 from kingluo/patch-3
  • 2626e1f Merge pull request #547 from kingluo/patch-1
  • 195576c Merge pull request #549 from dntj/master
  • c5be74c send simple query if no args
  • a5afe69 Merge pull request #550 from euank/log-err
  • c474426 Log error message on rows-close error
  • 134d3e8 Read OIDs for composite types on connection init.
  • e07faf2 adjust the test for the patch
  • 39b09f2 cast bytea to make []byte suitable for both string and binary string types
  • 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 ignore this [patch|minor|major] version will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it
  • @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 badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency (including time of day and day of week)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Finally, you can contact us by mentioning @dependabot.

Bumps [github.com/jackc/pgx](https://github.com/jackc/pgx) from 3.4.0+incompatible to 3.5.0+incompatible.
- [Release notes](https://github.com/jackc/pgx/releases)
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](jackc/pgx@v3.4.0...v3.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 6, 2019
@codecov
Copy link

codecov bot commented Jul 6, 2019

Codecov Report

Merging #7 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master       #7   +/-   ##
=======================================
  Coverage   83.05%   83.05%           
=======================================
  Files          63       63           
  Lines        1676     1676           
=======================================
  Hits         1392     1392           
  Misses        194      194           
  Partials       90       90

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 1766fb4...077bd66. Read the comment docs.

@sjansen sjansen merged commit b70154e into master Jul 10, 2019
@dependabot-preview dependabot-preview bot deleted the dependabot/go_modules/github.com/jackc/pgx-3.5.0+incompatible branch July 10, 2019 13:22
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.

None yet

1 participant