chore(deps): bump github.com/jackc/pgx/v5 from 5.7.6 to 5.8.0 #2621

Closed
dependabot[bot] wants to merge 1 commit from refs/pull/2621/head into staging
dependabot[bot] commented 2025-12-29 02:12:48 +00:00 (Migrated from github.com)
Owner

Imported from GitHub pull request.

Original GitHub pull request: #2212
Original author: @dependabot[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/2212
Original created: 2025-12-29T02:12:48Z
Original updated: 2026-01-11T19:22:05Z
Original head: carverauto/serviceradar:dependabot/go_modules/github.com/jackc/pgx/v5-5.8.0
Original base: staging

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

Changelog

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

5.8.0 (December 26, 2025)

  • Require Go 1.24+
  • Remove golang.org/x/crypto dependency
  • Add OptionShouldPing to control ResetSession ping behavior (ilyam8)
  • Fix: Avoid overflow when MaxConns is set to MaxInt32
  • Fix: Close batch pipeline after a query error (Anthonin Bonnefoy)
  • Faster shutdown of pgxpool.Pool background goroutines (Blake Gentry)
  • Add pgxpool ping timeout (Amirsalar Safaei)
  • Fix: Rows.FieldDescriptions for empty query
  • Scan unknown types into *any as string or []byte based on format code
  • Optimize pgtype.Numeric (Philip Dubé)
  • Add AfterNetConnect hook to pgconn.Config
  • Fix: Handle for preparing statements that fail during the Describe phase
  • Fix overflow in numeric scanning (Ilia Demianenko)
  • Fix: json/jsonb sql.Scanner source type is []byte
  • Migrate from math/rand to math/rand/v2 (Mathias Bogaert)
  • Optimize internal iobufpool (Mathias Bogaert)
  • Optimize stmtcache invalidation (Mathias Bogaert)
  • Fix: missing error case in interval parsing (Maxime Soulé)
  • Fix: invalidate statement/description cache in Exec (James Hartig)
  • ColumnTypeLength method return the type length for varbit type (DengChan)
  • Array and Composite codecs handle typed nils
Commits
  • fe8740a Release v5.8.0
  • e5dde5a Skip test on CockroachDB
  • 06f2d82 Remove trailing space
  • 2cf78dd Merge pull request #2448 from DengChan/column_type_lenth_varbit
  • 2d1c4ef Skip tests on CockroachDB
  • 1a5fa7f Array and Composite codecs handle typed nils
  • 5736d09 ColumnTypeLength method return the type length for varbit type.
  • 4c1308c Revert "stdlib matches native pgx scanning support"
  • 14ce2b7 Skip test on CockroachDB
  • 65b2724 Merge pull request #2443 from jameshartig/x-invalidate-cache-in-exec
  • 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)
Imported from GitHub pull request. Original GitHub pull request: #2212 Original author: @dependabot[bot] Original URL: https://github.com/carverauto/serviceradar/pull/2212 Original created: 2025-12-29T02:12:48Z Original updated: 2026-01-11T19:22:05Z Original head: carverauto/serviceradar:dependabot/go_modules/github.com/jackc/pgx/v5-5.8.0 Original base: staging --- Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.7.6 to 5.8.0. <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.8.0 (December 26, 2025)</h1> <ul> <li>Require Go 1.24+</li> <li>Remove golang.org/x/crypto dependency</li> <li>Add OptionShouldPing to control ResetSession ping behavior (ilyam8)</li> <li>Fix: Avoid overflow when MaxConns is set to MaxInt32</li> <li>Fix: Close batch pipeline after a query error (Anthonin Bonnefoy)</li> <li>Faster shutdown of pgxpool.Pool background goroutines (Blake Gentry)</li> <li>Add pgxpool ping timeout (Amirsalar Safaei)</li> <li>Fix: Rows.FieldDescriptions for empty query</li> <li>Scan unknown types into *any as string or []byte based on format code</li> <li>Optimize pgtype.Numeric (Philip Dubé)</li> <li>Add AfterNetConnect hook to pgconn.Config</li> <li>Fix: Handle for preparing statements that fail during the Describe phase</li> <li>Fix overflow in numeric scanning (Ilia Demianenko)</li> <li>Fix: json/jsonb sql.Scanner source type is []byte</li> <li>Migrate from math/rand to math/rand/v2 (Mathias Bogaert)</li> <li>Optimize internal iobufpool (Mathias Bogaert)</li> <li>Optimize stmtcache invalidation (Mathias Bogaert)</li> <li>Fix: missing error case in interval parsing (Maxime Soulé)</li> <li>Fix: invalidate statement/description cache in Exec (James Hartig)</li> <li>ColumnTypeLength method return the type length for varbit type (DengChan)</li> <li>Array and Composite codecs handle typed nils</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/jackc/pgx/commit/fe8740aa0679b67e13d2f1744bce5b61567d584e"><code>fe8740a</code></a> Release v5.8.0</li> <li><a href="https://github.com/jackc/pgx/commit/e5dde5a51169fac139fb5ff82f5e9ce0155d7f62"><code>e5dde5a</code></a> Skip test on CockroachDB</li> <li><a href="https://github.com/jackc/pgx/commit/06f2d82cac0f9fe6a6246987412b60b33241ed42"><code>06f2d82</code></a> Remove trailing space</li> <li><a href="https://github.com/jackc/pgx/commit/2cf78dd906605e0e3fe9772bfc4d52e2ad60becc"><code>2cf78dd</code></a> Merge pull request <a href="https://redirect.github.com/jackc/pgx/issues/2448">#2448</a> from DengChan/column_type_lenth_varbit</li> <li><a href="https://github.com/jackc/pgx/commit/2d1c4ef1aac082ec1d16c0ef2d83dc66586a9acb"><code>2d1c4ef</code></a> Skip tests on CockroachDB</li> <li><a href="https://github.com/jackc/pgx/commit/1a5fa7fc7f069c51225244f7632696166edf3ef1"><code>1a5fa7f</code></a> Array and Composite codecs handle typed nils</li> <li><a href="https://github.com/jackc/pgx/commit/5736d0976dddf0421c8b9193489add01810676fb"><code>5736d09</code></a> ColumnTypeLength method return the type length for varbit type.</li> <li><a href="https://github.com/jackc/pgx/commit/4c1308c14b2eabaaa365e8cd69120b1de8f953e9"><code>4c1308c</code></a> Revert &quot;stdlib matches native pgx scanning support&quot;</li> <li><a href="https://github.com/jackc/pgx/commit/14ce2b7a62479e02eb19dc34c639d5f799d3e96f"><code>14ce2b7</code></a> Skip test on CockroachDB</li> <li><a href="https://github.com/jackc/pgx/commit/65b2724ea5dd0dc3f75a9b5d98029dbbeeec5bd9"><code>65b2724</code></a> Merge pull request <a href="https://redirect.github.com/jackc/pgx/issues/2443">#2443</a> from jameshartig/x-invalidate-cache-in-exec</li> <li>Additional commits viewable in <a href="https://github.com/jackc/pgx/compare/v5.7.6...v5.8.0">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.6&new-version=5.8.0)](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>
dependabot[bot] commented 2026-01-11 19:22:03 +00:00 (Migrated from github.com)
Author
Owner

Imported GitHub PR comment.

Original author: @dependabot[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/2212#issuecomment-3735511968
Original created: 2026-01-11T19:22:03Z

Looks like github.com/jackc/pgx/v5 is up-to-date now, so this is no longer needed.

Imported GitHub PR comment. Original author: @dependabot[bot] Original URL: https://github.com/carverauto/serviceradar/pull/2212#issuecomment-3735511968 Original created: 2026-01-11T19:22:03Z --- Looks like github.com/jackc/pgx/v5 is up-to-date now, so this is no longer needed.

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
carverauto/serviceradar!2621
No description provided.