This repository was archived by the owner on Nov 7, 2025. It is now read-only.
Commit 876f88d
authored
Bump github.com/jackc/pgx/v5 from 5.7.1 to 5.7.2 in /quesma (#1137)
Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.7.1
to 5.7.2.
<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.2 (December 21, 2024)</h1>
<ul>
<li>Fix prepared statement already exists on batch prepare failure</li>
<li>Add commit query to tx options (Lucas Hild)</li>
<li>Fix pgtype.Timestamp json unmarshal (Shean de
Montigny-Desautels)</li>
<li>Add message body size limits in frontend and backend (zene)</li>
<li>Add xid8 type</li>
<li>Ensure planning encodes and scans cannot infinitely recurse</li>
<li>Implement pgtype.UUID.String() (Konstantin Grachev)</li>
<li>Switch from ExecParams to Exec in ValidateConnectTargetSessionAttrs
functions (Alexander Rumyantsev)</li>
<li>Update golang.org/x/crypto</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/jackc/pgx/commit/24fbe353ed5c3f53d379b3ae370229a5638a2868"><code>24fbe35</code></a>
Create changelog for v5.7.2</li>
<li><a
href="https://github.com/jackc/pgx/commit/3a1593b25b9de8b43e37d75ebc6d77589fe02001"><code>3a1593b</code></a>
Merge pull request <a
href="https://redirect.github.com/jackc/pgx/issues/2198">#2198</a> from
alexandear/fix-nilness</li>
<li><a
href="https://github.com/jackc/pgx/commit/9d851d7c98e255b25beaa69250a89cfe2f34f9ba"><code>9d851d7</code></a>
Fix integration benchmarks</li>
<li><a
href="https://github.com/jackc/pgx/commit/dacffdc7e22c41863ba80d96e5a2a53bf79c333c"><code>dacffdc</code></a>
Merge pull request <a
href="https://redirect.github.com/jackc/pgx/issues/2196">#2196</a> from
alexandear/docs-improve-links</li>
<li><a
href="https://github.com/jackc/pgx/commit/bc7c84077055c5af6f1e65d584523590a9a554df"><code>bc7c840</code></a>
Merge pull request <a
href="https://redirect.github.com/jackc/pgx/issues/2195">#2195</a> from
LucasHild/master</li>
<li><a
href="https://github.com/jackc/pgx/commit/043685147f04bf42465dd77497e91d3226895d52"><code>0436851</code></a>
Handle errors in generate_certs</li>
<li><a
href="https://github.com/jackc/pgx/commit/25329273dacf0b56fcb799d6dd0811a87f5a48ad"><code>2532927</code></a>
Improve links in README</li>
<li><a
href="https://github.com/jackc/pgx/commit/ad87d47089d16a2b59998c5eba94354ca6a9dca2"><code>ad87d47</code></a>
Merge pull request <a
href="https://redirect.github.com/jackc/pgx/issues/2194">#2194</a> from
alexandear/refactor/pgconn-tests</li>
<li><a
href="https://github.com/jackc/pgx/commit/7cf7bc6054ca2a4e2079864ee7bd0e8af75a24d6"><code>7cf7bc6</code></a>
Simplify pgconn tests by using T.TempDir</li>
<li><a
href="https://github.com/jackc/pgx/commit/3e6c719698b0a153fc96f1258024a1068ff3ffea"><code>3e6c719</code></a>
Merge pull request <a
href="https://redirect.github.com/jackc/pgx/issues/2189">#2189</a> from
pankona/update-crypto</li>
<li>Additional commits viewable in <a
href="https://github.com/jackc/pgx/compare/v5.7.1...v5.7.2">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 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 c1a9b05 commit 876f88d
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
120 | | - | |
| 119 | + | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
0 commit comments