Skip to content

Commit 50e030d

Browse files
build(deps): bump github.com/jackc/pgx/v5 from 5.7.6 to 5.8.0 (#864)
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.7.6 to 5.8.0. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/jackc/pgx/blob/master/CHANGELOG.md">github.com/jackc/pgx/v5's changelog</a>.</em></p> <blockquote> <h1>5.8.0 (December 26, 2025)</h1> <ul> <li>Require Go 1.24+</li> <li>Remove golang.org/x/crypto dependency</li> <li>Add OptionShouldPing to control ResetSession ping behavior (ilyam8)</li> <li>Fix: Avoid overflow when MaxConns is set to MaxInt32</li> <li>Fix: Close batch pipeline after a query error (Anthonin Bonnefoy)</li> <li>Faster shutdown of pgxpool.Pool background goroutines (Blake Gentry)</li> <li>Add pgxpool ping timeout (Amirsalar Safaei)</li> <li>Fix: Rows.FieldDescriptions for empty query</li> <li>Scan unknown types into *any as string or []byte based on format code</li> <li>Optimize pgtype.Numeric (Philip Dubé)</li> <li>Add AfterNetConnect hook to pgconn.Config</li> <li>Fix: Handle for preparing statements that fail during the Describe phase</li> <li>Fix overflow in numeric scanning (Ilia Demianenko)</li> <li>Fix: json/jsonb sql.Scanner source type is []byte</li> <li>Migrate from math/rand to math/rand/v2 (Mathias Bogaert)</li> <li>Optimize internal iobufpool (Mathias Bogaert)</li> <li>Optimize stmtcache invalidation (Mathias Bogaert)</li> <li>Fix: missing error case in interval parsing (Maxime Soulé)</li> <li>Fix: invalidate statement/description cache in Exec (James Hartig)</li> <li>ColumnTypeLength method return the type length for varbit type (DengChan)</li> <li>Array and Composite codecs handle typed nils</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jackc/pgx/commit/fe8740aa0679b67e13d2f1744bce5b61567d584e"><code>fe8740a</code></a> Release v5.8.0</li> <li><a href="https://github.com/jackc/pgx/commit/e5dde5a51169fac139fb5ff82f5e9ce0155d7f62"><code>e5dde5a</code></a> Skip test on CockroachDB</li> <li><a href="https://github.com/jackc/pgx/commit/06f2d82cac0f9fe6a6246987412b60b33241ed42"><code>06f2d82</code></a> Remove trailing space</li> <li><a href="https://github.com/jackc/pgx/commit/2cf78dd906605e0e3fe9772bfc4d52e2ad60becc"><code>2cf78dd</code></a> Merge pull request <a href="https://redirect.github.com/jackc/pgx/issues/2448">#2448</a> from DengChan/column_type_lenth_varbit</li> <li><a href="https://github.com/jackc/pgx/commit/2d1c4ef1aac082ec1d16c0ef2d83dc66586a9acb"><code>2d1c4ef</code></a> Skip tests on CockroachDB</li> <li><a href="https://github.com/jackc/pgx/commit/1a5fa7fc7f069c51225244f7632696166edf3ef1"><code>1a5fa7f</code></a> Array and Composite codecs handle typed nils</li> <li><a href="https://github.com/jackc/pgx/commit/5736d0976dddf0421c8b9193489add01810676fb"><code>5736d09</code></a> ColumnTypeLength method return the type length for varbit type.</li> <li><a href="https://github.com/jackc/pgx/commit/4c1308c14b2eabaaa365e8cd69120b1de8f953e9"><code>4c1308c</code></a> Revert &quot;stdlib matches native pgx scanning support&quot;</li> <li><a href="https://github.com/jackc/pgx/commit/14ce2b7a62479e02eb19dc34c639d5f799d3e96f"><code>14ce2b7</code></a> Skip test on CockroachDB</li> <li><a href="https://github.com/jackc/pgx/commit/65b2724ea5dd0dc3f75a9b5d98029dbbeeec5bd9"><code>65b2724</code></a> Merge pull request <a href="https://redirect.github.com/jackc/pgx/issues/2443">#2443</a> from jameshartig/x-invalidate-cache-in-exec</li> <li>Additional commits viewable in <a href="https://github.com/jackc/pgx/compare/v5.7.6...v5.8.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/jackc/pgx/v5&package-manager=go_modules&previous-version=5.7.6&new-version=5.8.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 44b9a66 commit 50e030d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
github.com/danielgtaylor/huma/v2 v2.34.1
1212
github.com/golang-jwt/jwt/v5 v5.3.0
1313
github.com/google/go-containerregistry v0.20.7
14-
github.com/jackc/pgx/v5 v5.7.6
14+
github.com/jackc/pgx/v5 v5.8.0
1515
github.com/prometheus/client_golang v1.23.2
1616
github.com/rs/cors v1.11.1
1717
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsI
7878
github.com/jackc/pgpassfile v1.0.0/go.mod h1:CEx0iS5ambNFdcRtxPj5JhEz+xB6uRky5eyVu/W2HEg=
7979
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 h1:iCEnooe7UlwOQYpKFhBabPMi4aNAfoODPEFNiAnClxo=
8080
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761/go.mod h1:5TJZWKEWniPve33vlWYSoGYefn3gLQRzjfDlhSJ9ZKM=
81-
github.com/jackc/pgx/v5 v5.7.6 h1:rWQc5FwZSPX58r1OQmkuaNicxdmExaEz5A2DO2hUuTk=
82-
github.com/jackc/pgx/v5 v5.7.6/go.mod h1:aruU7o91Tc2q2cFp5h4uP3f6ztExVpyVv88Xl/8Vl8M=
81+
github.com/jackc/pgx/v5 v5.8.0 h1:TYPDoleBBme0xGSAX3/+NujXXtpZn9HBONkQC7IEZSo=
82+
github.com/jackc/pgx/v5 v5.8.0/go.mod h1:QVeDInX2m9VyzvNeiCJVjCkNFqzsNb43204HshNSZKw=
8383
github.com/jackc/puddle/v2 v2.2.2 h1:PR8nw+E/1w0GLuRFSmiioY6UooMp6KJv0/61nB7icHo=
8484
github.com/jackc/puddle/v2 v2.2.2/go.mod h1:vriiEXHvEE654aYKXXjOvZM39qJ0q+azkZFrfEOc3H4=
8585
github.com/keybase/go-keychain v0.0.1 h1:way+bWYa6lDppZoZcgMbYsvC7GxljxrskdNInRtuthU=

0 commit comments

Comments
 (0)