Commit 2aa27b5
authored
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 />
[](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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
| 63 | + | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments