Skip to content

Commit b007fcf

Browse files
build(deps): bump github.com/jackc/pgx/v5 from 5.7.5 to 5.7.6 (#451)
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.7.5 to 5.7.6. <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.7.6 (September 8, 2025)</h1> <ul> <li>Use ParseConfigError in pgx.ParseConfig and pgxpool.ParseConfig (Yurasov Ilia)</li> <li>Add PrepareConn hook to pgxpool (Jonathan Hall)</li> <li>Reduce allocations in QueryContext (Dominique Lefevre)</li> <li>Add MarshalJSON and UnmarshalJSON for pgtype.Uint32 (Panos Koutsovasilis)</li> <li>Configure ping behavior on pgxpool with ShouldPing (Christian Kiely)</li> <li>zeronull int types implement Int64Valuer and Int64Scanner (Li Zeghong)</li> <li>Fix panic when receiving terminate connection message during CopyFrom (Michal Drausowski)</li> <li>Fix statement cache not being invalidated on error during batch (Muhammadali Nazarov)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jackc/pgx/commit/a2fca037434a0a7096b095d4ed87cdffb03b626e"><code>a2fca03</code></a> Release v5.7.6</li> <li><a href="https://github.com/jackc/pgx/commit/95fc31294f1d0eeabb0a8dafa36b875eac0df19c"><code>95fc312</code></a> Add link to github.com/KoNekoD/pgx-colon-query-rewriter</li> <li><a href="https://github.com/jackc/pgx/commit/5534fa9a0206ef351e366ca985ed8e3af4e40f97"><code>5534fa9</code></a> Improve Rows docs</li> <li><a href="https://github.com/jackc/pgx/commit/a295d68811e6946607f152986d1df961ae824382"><code>a295d68</code></a> Merge pull request <a href="https://redirect.github.com/jackc/pgx/issues/2368">#2368</a> from zeghong/zeronull-int-valuer</li> <li><a href="https://github.com/jackc/pgx/commit/03f32c06bd5efb0fe32305824eb7850df56f0727"><code>03f32c0</code></a> Merge branch 'master' into zeronull-int-valuer</li> <li><a href="https://github.com/jackc/pgx/commit/82fbe49fecdc4b0a5fa703b1e7fa7c6f80641739"><code>82fbe49</code></a> Merge pull request <a href="https://redirect.github.com/jackc/pgx/issues/2372">#2372</a> from WGH-/improve-batch-doc</li> <li><a href="https://github.com/jackc/pgx/commit/594d9d65dc2e81d44b06ec83ee0e0b9be4f821d2"><code>594d9d6</code></a> Merge pull request <a href="https://redirect.github.com/jackc/pgx/issues/2367">#2367</a> from zeghong/zeronull-int-scanner</li> <li><a href="https://github.com/jackc/pgx/commit/5a18241971b4ea2ae13df0abcf738d6620b6ff55"><code>5a18241</code></a> Merge branch 'master' into zeronull-int-scanner</li> <li><a href="https://github.com/jackc/pgx/commit/cc34da5884b8f41dd9fb234ff6f90d563c108e5c"><code>cc34da5</code></a> Merge pull request <a href="https://redirect.github.com/jackc/pgx/issues/2370">#2370</a> from Saurabh2402/improvement/setup-linters</li> <li><a href="https://github.com/jackc/pgx/commit/dd81f81e2fc0bf41c6c80d299720897538faf6fa"><code>dd81f81</code></a> Merge pull request <a href="https://redirect.github.com/jackc/pgx/issues/2369">#2369</a> from zeghong/go-doc-links</li> <li>Additional commits viewable in <a href="https://github.com/jackc/pgx/compare/v5.7.5...v5.7.6">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.5&new-version=5.7.6)](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 4bbb9ba commit b007fcf

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
@@ -8,7 +8,7 @@ require (
88
github.com/danielgtaylor/huma/v2 v2.34.1
99
github.com/golang-jwt/jwt/v5 v5.3.0
1010
github.com/google/uuid v1.6.0
11-
github.com/jackc/pgx/v5 v5.7.5
11+
github.com/jackc/pgx/v5 v5.7.6
1212
github.com/prometheus/client_golang v1.23.0
1313
github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
1414
github.com/stretchr/testify v1.11.1

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsI
3030
github.com/jackc/pgpassfile v1.0.0/go.mod h1:CEx0iS5ambNFdcRtxPj5JhEz+xB6uRky5eyVu/W2HEg=
3131
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 h1:iCEnooe7UlwOQYpKFhBabPMi4aNAfoODPEFNiAnClxo=
3232
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761/go.mod h1:5TJZWKEWniPve33vlWYSoGYefn3gLQRzjfDlhSJ9ZKM=
33-
github.com/jackc/pgx/v5 v5.7.5 h1:JHGfMnQY+IEtGM63d+NGMjoRpysB2JBwDr5fsngwmJs=
34-
github.com/jackc/pgx/v5 v5.7.5/go.mod h1:aruU7o91Tc2q2cFp5h4uP3f6ztExVpyVv88Xl/8Vl8M=
33+
github.com/jackc/pgx/v5 v5.7.6 h1:rWQc5FwZSPX58r1OQmkuaNicxdmExaEz5A2DO2hUuTk=
34+
github.com/jackc/pgx/v5 v5.7.6/go.mod h1:aruU7o91Tc2q2cFp5h4uP3f6ztExVpyVv88Xl/8Vl8M=
3535
github.com/jackc/puddle/v2 v2.2.2 h1:PR8nw+E/1w0GLuRFSmiioY6UooMp6KJv0/61nB7icHo=
3636
github.com/jackc/puddle/v2 v2.2.2/go.mod h1:vriiEXHvEE654aYKXXjOvZM39qJ0q+azkZFrfEOc3H4=
3737
github.com/klauspost/compress v1.18.0 h1:c/Cqfb0r+Yi+JtIEq73FWXVkRonBlf0CRNYc8Zttxdo=

0 commit comments

Comments
 (0)