Skip to content

Bump github.com/riverqueue/river/riverdriver/riverpgxv5 from 0.31.0 to 0.32.0 in /go/fiber-postgres#167

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go/fiber-postgres/github.com/riverqueue/river/riverdriver/riverpgxv5-0.32.0
Open

Bump github.com/riverqueue/river/riverdriver/riverpgxv5 from 0.31.0 to 0.32.0 in /go/fiber-postgres#167
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/go/fiber-postgres/github.com/riverqueue/river/riverdriver/riverpgxv5-0.32.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Mar 29, 2026

Bumps github.com/riverqueue/river/riverdriver/riverpgxv5 from 0.31.0 to 0.32.0.

Release notes

Sourced from github.com/riverqueue/river/riverdriver/riverpgxv5's releases.

v0.32.0

Added

  • riverlog.Middleware now supports MiddlewareConfig.MaxTotalBytes (default 8 MB) to cap total persisted river:log history per job. When the cap is exceeded, oldest log entries are dropped first while retaining the newest entry. Values over 64 MB are clamped to 64 MB. [PR #1157](riverqueue/river#1157).

Changed

  • Improved riverlog performance and reduced memory amplification when appending to large persisted river:log histories. [PR #1157](riverqueue/river#1157).
  • Reduced snooze-path memory amplification by setting snoozes in metadata updates before marshaling, avoiding an extra full-payload JSON rewrite. [PR #1159](riverqueue/river#1159).
  • Schema names are now quoted in SQL operations, enabling the use of spaces and other odd characters. [PR #1175](riverqueue/river#1175).

Fixed

  • riverpgxv5 now adapts JSON parameters for simple protocol / exec query modes so []byte JSON payloads are not encoded as bytea in pgx text-mode execution paths. This fixes invalid JSON syntax errors when running through protocol-constrained setups like PgBouncer transaction pooling while preserving normal behavior for explicit bytea parameters. Fixes #1153. [PR #1155](riverqueue/river#1155).
Changelog

Sourced from github.com/riverqueue/river/riverdriver/riverpgxv5's changelog.

[0.32.0] - 2026-03-23

Added

  • riverlog.Middleware now supports MiddlewareConfig.MaxTotalBytes (default 8 MB) to cap total persisted river:log history per job. When the cap is exceeded, oldest log entries are dropped first while retaining the newest entry. Values over 64 MB are clamped to 64 MB. [PR #1157](riverqueue/river#1157).

Changed

  • Improved riverlog performance and reduced memory amplification when appending to large persisted river:log histories. [PR #1157](riverqueue/river#1157).
  • Reduced snooze-path memory amplification by setting snoozes in metadata updates before marshaling, avoiding an extra full-payload JSON rewrite. [PR #1159](riverqueue/river#1159).
  • Schema names are now quoted in SQL operations, enabling the use of spaces and other odd characters. [PR #1175](riverqueue/river#1175).

Fixed

  • riverpgxv5 now adapts JSON parameters for simple protocol / exec query modes so []byte JSON payloads are not encoded as bytea in pgx text-mode execution paths. This fixes invalid JSON syntax errors when running through protocol-constrained setups like PgBouncer transaction pooling while preserving normal behavior for explicit bytea parameters. Fixes #1153. [PR #1155](riverqueue/river#1155).
Commits

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 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/riverqueue/river/riverdriver/riverpgxv5](https://github.com/riverqueue/river) from 0.31.0 to 0.32.0.
- [Release notes](https://github.com/riverqueue/river/releases)
- [Changelog](https://github.com/riverqueue/river/blob/master/CHANGELOG.md)
- [Commits](riverqueue/river@v0.31.0...v0.32.0)

---
updated-dependencies:
- dependency-name: github.com/riverqueue/river/riverdriver/riverpgxv5
  dependency-version: 0.32.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Mar 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants