build(deps): bump github.com/jackc/pgx/v5 from 5.7.5 to 5.7.6 #36

Merged
dependabot[bot] merged 1 commit from dependabot/go_modules/github.com/jackc/pgx/v5-5.7.6 into main 2025-09-15 20:42:41 -04:00
dependabot[bot] commented 2025-09-08 08:57:35 -04:00 (Migrated from github.com)

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps github.com/jackc/pgx/v5 from 5.7.5 to 5.7.6.

Changelog

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

5.7.6 (September 8, 2025)

  • Use ParseConfigError in pgx.ParseConfig and pgxpool.ParseConfig (Yurasov Ilia)
  • Add PrepareConn hook to pgxpool (Jonathan Hall)
  • Reduce allocations in QueryContext (Dominique Lefevre)
  • Add MarshalJSON and UnmarshalJSON for pgtype.Uint32 (Panos Koutsovasilis)
  • Configure ping behavior on pgxpool with ShouldPing (Christian Kiely)
  • zeronull int types implement Int64Valuer and Int64Scanner (Li Zeghong)
  • Fix panic when receiving terminate connection message during CopyFrom (Michal Drausowski)
  • Fix statement cache not being invalidated on error during batch (Muhammadali Nazarov)
Commits
  • a2fca03 Release v5.7.6
  • 95fc312 Add link to github.com/KoNekoD/pgx-colon-query-rewriter
  • 5534fa9 Improve Rows docs
  • a295d68 Merge pull request #2368 from zeghong/zeronull-int-valuer
  • 03f32c0 Merge branch 'master' into zeronull-int-valuer
  • 82fbe49 Merge pull request #2372 from WGH-/improve-batch-doc
  • 594d9d6 Merge pull request #2367 from zeghong/zeronull-int-scanner
  • 5a18241 Merge branch 'master' into zeronull-int-scanner
  • cc34da5 Merge pull request #2370 from Saurabh2402/improvement/setup-linters
  • dd81f81 Merge pull request #2369 from zeghong/go-doc-links
  • 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 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)
[//]: # (dependabot-start) ⚠️ **Dependabot is rebasing this PR** ⚠️ Rebasing might not happen immediately, so don't worry if this takes some time. Note: if you make any changes to this PR yourself, they will take precedence over the rebase. --- [//]: # (dependabot-end) 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>
Sign in to join this conversation.
No description provided.