Skip to content

Commit 2aa27b5

Browse files
Bump github.com/jackc/pgx/v5 from 5.7.4 to 5.7.5 in the gomod group (#232)
Bumps the gomod group with 1 update: [github.com/jackc/pgx/v5](https://github.com/jackc/pgx). Updates `github.com/jackc/pgx/v5` from 5.7.4 to 5.7.5 <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.5 (May 17, 2025)</h1> <ul> <li>Support sslnegotiation connection option (divyam234)</li> <li>Update golang.org/x/crypto to v0.37.0. This placates security scanners that were unable to see that pgx did not use the behavior affected by <a href="https://pkg.go.dev/vuln/GO-2025-3487">https://pkg.go.dev/vuln/GO-2025-3487</a>.</li> <li>TraceLog now logs Acquire and Release at the debug level (dave sinclair)</li> <li>Add support for PGTZ environment variable</li> <li>Add support for PGOPTIONS environment variable</li> <li>Unpin memory used by Rows quicker</li> <li>Remove PlanScan memoization. This resolves a rare issue where scanning could be broken for one type by first scanning another. The problem was in the memoization system and benchmarking revealed that memoization was not providing any meaningful benefit.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jackc/pgx/commit/15bca4a4e14e0049777c1245dba4c16300fe4fd0"><code>15bca4a</code></a> Release v5.7.5</li> <li><a href="https://github.com/jackc/pgx/commit/1d557f9116c5d8fd1c6242dbc4db1e06f44b09e1"><code>1d557f9</code></a> Remove PlanScan memoization</li> <li><a href="https://github.com/jackc/pgx/commit/de7fe81d78655c58bc41427fef4c32c317b20884"><code>de7fe81</code></a> Use reflect.TypeFor instead of reflect.TypeOf</li> <li><a href="https://github.com/jackc/pgx/commit/d9eb089bd72b1adc0e5347df30ba74080e5445a8"><code>d9eb089</code></a> Remove unused function</li> <li><a href="https://github.com/jackc/pgx/commit/6be24eb08d57825e0ac68696b2ac50e4d80dea42"><code>6be24eb</code></a> Fix comment typo</li> <li><a href="https://github.com/jackc/pgx/commit/07871c0a346cdcabfa0e39996b00557665a3b56c"><code>07871c0</code></a> Zero internal baseRows references to allow GC earlier</li> <li><a href="https://github.com/jackc/pgx/commit/777e7e5cdf2d349c37e1eef8eedc0e21857e9b95"><code>777e7e5</code></a> Merge pull request <a href="https://redirect.github.com/jackc/pgx/issues/2313">#2313</a> from stampy88/tracelog_pool_additions</li> <li><a href="https://github.com/jackc/pgx/commit/151bd026ec836cbcb2b90c01424300ee19987bb8"><code>151bd02</code></a> Switched to <code>LogLevelDebug</code></li> <li><a href="https://github.com/jackc/pgx/commit/540fcaa9b908880ed9e82ccd3e560a3232e55a7d"><code>540fcaa</code></a> Add support for PGOPTIONS environment variable</li> <li><a href="https://github.com/jackc/pgx/commit/3a248e3822b1178c27ad311b4110bb125f7ebb5a"><code>3a248e3</code></a> Add support for PGTZ environment variable</li> <li>Additional commits viewable in <a href="https://github.com/jackc/pgx/compare/v5.7.4...v5.7.5">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.4&new-version=5.7.5)](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 <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent a89b9fb commit 2aa27b5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.0
55
require (
66
github.com/coder/websocket v1.8.13
77
github.com/golang-migrate/migrate/v4 v4.18.3
8-
github.com/jackc/pgx/v5 v5.7.4
8+
github.com/jackc/pgx/v5 v5.7.5
99
github.com/koenbollen/logging v0.0.0-20230520102501-e01d64214504
1010
github.com/ory/dockertest/v3 v3.12.0
1111
github.com/poki/mongodb-filter-to-postgres v1.0.5

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ github.com/jackc/pgpassfile v1.0.0 h1:/6Hmqy13Ss2zCq62VdNG8tM1wchn8zjSGOBJ6icpsI
6060
github.com/jackc/pgpassfile v1.0.0/go.mod h1:CEx0iS5ambNFdcRtxPj5JhEz+xB6uRky5eyVu/W2HEg=
6161
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761 h1:iCEnooe7UlwOQYpKFhBabPMi4aNAfoODPEFNiAnClxo=
6262
github.com/jackc/pgservicefile v0.0.0-20240606120523-5a60cdf6a761/go.mod h1:5TJZWKEWniPve33vlWYSoGYefn3gLQRzjfDlhSJ9ZKM=
63-
github.com/jackc/pgx/v5 v5.7.4 h1:9wKznZrhWa2QiHL+NjTSPP6yjl3451BX3imWDnokYlg=
64-
github.com/jackc/pgx/v5 v5.7.4/go.mod h1:ncY89UGWxg82EykZUwSpUKEfccBGGYq1xjrOpsbsfGQ=
63+
github.com/jackc/pgx/v5 v5.7.5 h1:JHGfMnQY+IEtGM63d+NGMjoRpysB2JBwDr5fsngwmJs=
64+
github.com/jackc/pgx/v5 v5.7.5/go.mod h1:aruU7o91Tc2q2cFp5h4uP3f6ztExVpyVv88Xl/8Vl8M=
6565
github.com/jackc/puddle/v2 v2.2.2 h1:PR8nw+E/1w0GLuRFSmiioY6UooMp6KJv0/61nB7icHo=
6666
github.com/jackc/puddle/v2 v2.2.2/go.mod h1:vriiEXHvEE654aYKXXjOvZM39qJ0q+azkZFrfEOc3H4=
6767
github.com/kisielk/errcheck v1.5.0/go.mod h1:pFxgyoBC7bSaBwPgfKdkLd5X25qrDl4LWUI2bnpBCr8=

0 commit comments

Comments
 (0)