Skip to content

Bump github.com/jackc/pgx/v5 from 5.6.0 to 5.7.5 #37776

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 9, 2025

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

Changelog

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

5.7.5 (May 17, 2025)

  • Support sslnegotiation connection option (divyam234)
  • 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 https://pkg.go.dev/vuln/GO-2025-3487.
  • TraceLog now logs Acquire and Release at the debug level (dave sinclair)
  • Add support for PGTZ environment variable
  • Add support for PGOPTIONS environment variable
  • Unpin memory used by Rows quicker
  • 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.

5.7.4 (March 24, 2025)

  • Fix / revert change to scanning JSON null (Felix Röhrich)

5.7.3 (March 21, 2025)

  • Expose EmptyAcquireWaitTime in pgxpool.Stat (vamshiaruru32)
  • Improve SQL sanitizer performance (ninedraft)
  • Fix Scan confusion with json(b), sql.Scanner, and automatic dereferencing (moukoublen, felix-roehrich)
  • Fix Values() for xml type always returning nil instead of []byte
  • Add ability to send Flush message in pipeline mode (zenkovev)
  • Fix pgtype.Timestamp's JSON behavior to match PostgreSQL (pconstantinou)
  • Better error messages when scanning structs (logicbomb)
  • Fix handling of error on batch write (bonnefoa)
  • Match libpq's connection fallback behavior more closely (felix-roehrich)
  • Add MinIdleConns to pgxpool (djahandarie)

5.7.2 (December 21, 2024)

  • Fix prepared statement already exists on batch prepare failure
  • Add commit query to tx options (Lucas Hild)
  • Fix pgtype.Timestamp json unmarshal (Shean de Montigny-Desautels)
  • Add message body size limits in frontend and backend (zene)
  • Add xid8 type
  • Ensure planning encodes and scans cannot infinitely recurse
  • Implement pgtype.UUID.String() (Konstantin Grachev)
  • Switch from ExecParams to Exec in ValidateConnectTargetSessionAttrs functions (Alexander Rumyantsev)
  • Update golang.org/x/crypto
  • Fix json(b) columns prefer sql.Scanner interface like database/sql (Ludovico Russo)

5.7.1 (September 10, 2024)

  • Fix data race in tracelog.TraceLog
  • Update puddle to v2.2.2. This removes the import of nanotime via linkname.
  • Update golang.org/x/crypto and golang.org/x/text

5.7.0 (September 7, 2024)

  • Add support for sslrootcert=system (Yann Soubeyrand)
  • Add LoadTypes to load multiple types in a single SQL query (Nick Farrell)

... (truncated)

Commits
  • 15bca4a Release v5.7.5
  • 1d557f9 Remove PlanScan memoization
  • de7fe81 Use reflect.TypeFor instead of reflect.TypeOf
  • d9eb089 Remove unused function
  • 6be24eb Fix comment typo
  • 07871c0 Zero internal baseRows references to allow GC earlier
  • 777e7e5 Merge pull request #2313 from stampy88/tracelog_pool_additions
  • 151bd02 Switched to LogLevelDebug
  • 540fcaa Add support for PGOPTIONS environment variable
  • 3a248e3 Add support for PGTZ environment variable
  • 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)

Bumps [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.6.0 to 5.7.5.
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](jackc/pgx@v5.6.0...v5.7.5)

---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v5
  dependency-version: 5.7.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added changelog/no-changelog dependencies PRs that bump a dependency dependencies-go PRs that bump a go dependency team/triage labels Jun 9, 2025
@github-actions github-actions bot added the short review PR is simple enough to be reviewed quickly label Jun 9, 2025
@agent-platform-auto-pr
Copy link
Contributor

Static quality checks

✅ Please find below the results from static quality gates
Comparison made with ancestor 03f966b

Successful checks

Info

Quality gate Delta On disk size (MiB) Delta On wire size (MiB)
agent_deb_amd64 $${0}$$ $${696.04}$$ < $${752.99}$$ $${-0.02}$$ $${175.99}$$ < $${187.44}$$
agent_deb_amd64_fips $${0}$$ $${694.26}$$ < $${751.36}$$ $${-0.01}$$ $${175.45}$$ < $${187.06}$$
agent_heroku_amd64 $${0}$$ $${358.56}$$ < $${369.68}$$ $${+0.01}$$ $${96.5}$$ < $${99.55}$$
agent_msi $${0}$$ $${959.85}$$ < $${987.01}$$ $${-0.01}$$ $${146.43}$$ < $${150.72}$$
agent_rpm_amd64 $${0}$$ $${696.03}$$ < $${752.98}$$ $${-0.04}$$ $${177.54}$$ < $${190.03}$$
agent_rpm_amd64_fips $${0}$$ $${694.25}$$ < $${751.35}$$ $${-0.03}$$ $${177.4}$$ < $${189.81}$$
agent_rpm_arm64 $${0}$$ $${685.98}$$ < $${739.42}$$ $${-0.02}$$ $${160.99}$$ < $${171.23}$$
agent_rpm_arm64_fips $${0}$$ $${684.33}$$ < $${737.91}$$ $${+0.01}$$ $${160.08}$$ < $${170.22}$$
agent_suse_amd64 $${0}$$ $${696.03}$$ < $${752.98}$$ $${-0.04}$$ $${177.54}$$ < $${190.03}$$
agent_suse_amd64_fips $${0}$$ $${694.25}$$ < $${751.35}$$ $${-0.03}$$ $${177.4}$$ < $${189.81}$$
agent_suse_arm64 $${0}$$ $${685.98}$$ < $${739.42}$$ $${-0.02}$$ $${160.99}$$ < $${171.23}$$
agent_suse_arm64_fips $${0}$$ $${684.33}$$ < $${737.91}$$ $${+0.01}$$ $${160.08}$$ < $${170.22}$$
docker_agent_amd64 $${+0}$$ $${779.82}$$ < $${849.39}$$ $${-0}$$ $${268.58}$$ < $${288.34}$$
docker_agent_arm64 $${-0}$$ $${793.23}$$ < $${858.97}$$ $${-0}$$ $${255.96}$$ < $${274.36}$$
docker_agent_jmx_amd64 $${+0}$$ $${779.82}$$ < $${849.39}$$ $${-0}$$ $${268.58}$$ < $${288.34}$$
docker_agent_jmx_arm64 $${-0}$$ $${793.23}$$ < $${858.97}$$ $${-0}$$ $${255.96}$$ < $${274.36}$$
docker_agent_windows1809 $${+0}$$ $${779.82}$$ < $${849.39}$$ $${-0}$$ $${268.58}$$ < $${288.34}$$
docker_agent_windows1809_core $${+0}$$ $${779.82}$$ < $${849.39}$$ $${-0}$$ $${268.58}$$ < $${288.34}$$
docker_agent_windows1809_core_jmx $${+0}$$ $${779.82}$$ < $${849.39}$$ $${-0}$$ $${268.58}$$ < $${288.34}$$
docker_agent_windows1809_jmx $${+0}$$ $${779.82}$$ < $${849.39}$$ $${-0}$$ $${268.58}$$ < $${288.34}$$
docker_agent_windows2022 $${+0}$$ $${779.82}$$ < $${849.39}$$ $${-0}$$ $${268.58}$$ < $${288.34}$$
docker_agent_windows2022_core $${+0}$$ $${779.82}$$ < $${849.39}$$ $${-0}$$ $${268.58}$$ < $${288.34}$$
docker_agent_windows2022_core_jmx $${+0}$$ $${779.82}$$ < $${849.39}$$ $${-0}$$ $${268.58}$$ < $${288.34}$$
docker_agent_windows2022_jmx $${+0}$$ $${779.82}$$ < $${849.39}$$ $${-0}$$ $${268.58}$$ < $${288.34}$$
docker_cluster_agent_amd64 $${+0}$$ $${259.19}$$ < $${259.73}$$ $${+0}$$ $${102.88}$$ < $${103.68}$$
docker_cluster_agent_arm64 $${0}$$ $${273.64}$$ < $${274.24}$$ $${-0}$$ $${97.59}$$ < $${98.45}$$
docker_cws_instrumentation_amd64 $${0}$$ $${7.08}$$ < $${7.12}$$ $${+0}$$ $${2.95}$$ < $${3.29}$$
docker_cws_instrumentation_arm64 $${0}$$ $${6.69}$$ < $${6.92}$$ $${-0}$$ $${2.7}$$ < $${3.07}$$
docker_dogstatsd_amd64 $${0}$$ $${38.93}$$ < $${39.57}$$ $${-0}$$ $${14.95}$$ < $${15.76}$$
docker_dogstatsd_arm64 $${0}$$ $${37.52}$$ < $${38.2}$$ $${-0}$$ $${13.96}$$ < $${14.83}$$
dogstatsd_deb_amd64 $${0}$$ $${30.61}$$ < $${31.52}$$ $${+0}$$ $${8.04}$$ < $${8.97}$$
dogstatsd_deb_arm64 $${0}$$ $${29.16}$$ < $${30.08}$$ $${+0}$$ $${6.97}$$ < $${7.92}$$
dogstatsd_rpm_amd64 $${0}$$ $${30.61}$$ < $${31.52}$$ $${+0}$$ $${8.04}$$ < $${8.98}$$
dogstatsd_suse_amd64 $${0}$$ $${30.61}$$ < $${31.52}$$ $${+0}$$ $${8.04}$$ < $${8.98}$$
iot_agent_deb_amd64 $${0}$$ $${50.48}$$ < $${60.17}$$ $${+0}$$ $${12.85}$$ < $${15.82}$$
iot_agent_deb_arm64 $${0}$$ $${47.93}$$ < $${56.94}$$ $${-0}$$ $${11.14}$$ < $${13.86}$$
iot_agent_deb_armhf $${0}$$ $${47.51}$$ < $${56.41}$$ $${+0.01}$$ $${11.21}$$ < $${13.86}$$
iot_agent_rpm_amd64 $${0}$$ $${50.48}$$ < $${60.18}$$ $${-0}$$ $${12.86}$$ < $${15.84}$$
iot_agent_rpm_arm64 $${0}$$ $${47.94}$$ < $${56.94}$$ $${-0}$$ $${11.16}$$ < $${13.76}$$
iot_agent_suse_amd64 $${0}$$ $${50.48}$$ < $${60.18}$$ $${-0}$$ $${12.86}$$ < $${15.84}$$

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog/no-changelog dependencies PRs that bump a dependency dependencies-go PRs that bump a go dependency short review PR is simple enough to be reviewed quickly team/triage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants