jet icon indicating copy to clipboard operation
jet copied to clipboard

Bump github.com/jackc/pgconn from 1.12.0 to 1.13.0

Open dependabot[bot] opened this issue 2 years ago • 1 comments

Bumps github.com/jackc/pgconn from 1.12.0 to 1.13.0.

Changelog

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

1.13.0 (August 6, 2022)

  • Add sslpassword support (Eric McCormack and yun.xu)
  • Add prefer-standby target_session_attrs support (sergey.bashilov)
  • Fix GSS ErrorResponse handling (Oliver Tan)

1.12.1 (May 7, 2022)

  • Fix: setting krbspn and krbsrvname in connection string (sireax)
  • Add support for Unix sockets on Windows (Eno Compton)
  • Stop ignoring ErrorResponse during SCRAM auth (Rafi Shamim)
Commits
  • 4c048d4 Update changelog
  • 5192d9a Upgrade 3rd party dependencies
  • 0a539a9 Upgrade pgproto3
  • fe0fb3b Clean up docs for new ParseConfigOptions feature
  • 69b9920 Run go fmt
  • cdd2cc4 EC-2198 change for sslpassword
  • 7402796 Delete pgconn.iml
  • c56b38c SSL password - changes based on community feedback
  • 32ec44f Add support for SslPassword
  • a18df23 add ignore not preferred err flag in connect func
  • 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[bot] avatar Aug 08 '22 21:08 dependabot[bot]

Codecov Report

Merging #168 (3fc96c2) into master (b80fb5d) will decrease coverage by 0.15%. The diff coverage is n/a.

:exclamation: Current head 3fc96c2 differs from pull request most recent head e2de62d. Consider uploading reports for the commit e2de62d to get more accurate results

@@            Coverage Diff             @@
##           master     #168      +/-   ##
==========================================
- Coverage   92.76%   92.60%   -0.16%     
==========================================
  Files         116      115       -1     
  Lines        6927     6846      -81     
==========================================
- Hits         6426     6340      -86     
- Misses        400      405       +5     
  Partials      101      101              
Impacted Files Coverage Δ
internal/jet/clause.go 89.63% <0.00%> (-2.80%) :arrow_down:
generator/template/process.go 92.75% <0.00%> (-0.76%) :arrow_down:
mysql/select_statement.go 96.10% <0.00%> (-0.57%) :arrow_down:
mysql/interval.go 98.11% <0.00%> (ø)
mysql/functions.go 92.00% <0.00%> (ø)
postgres/functions.go 28.94% <0.00%> (ø)
mysql/delete_statement.go 100.00% <0.00%> (ø)
mysql/insert_statement.go 100.00% <0.00%> (ø)
mysql/update_statement.go 100.00% <0.00%> (ø)
sqlite/delete_statement.go 100.00% <0.00%> (ø)
... and 10 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

codecov-commenter avatar Aug 08 '22 21:08 codecov-commenter

Looks like github.com/jackc/pgconn is up-to-date now, so this is no longer needed.

dependabot[bot] avatar Dec 19 '22 11:12 dependabot[bot]