Skip to content

build(deps): bump github.com/riverqueue/river from 0.30.2 to 0.31.0#1079

Merged
Zibbp merged 1 commit intomainfrom
dependabot/go_modules/github.com/riverqueue/river-0.31.0
Feb 25, 2026
Merged

build(deps): bump github.com/riverqueue/river from 0.30.2 to 0.31.0#1079
Zibbp merged 1 commit intomainfrom
dependabot/go_modules/github.com/riverqueue/river-0.31.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 23, 2026

Bumps github.com/riverqueue/river from 0.30.2 to 0.31.0.

Release notes

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

v0.31.0

Added

  • Added root River CLI flag --statement-timeout so Postgres session statement timeout can be set explicitly for commands like migrations. Explicit flag values take priority over database URL query params, and query params still take priority over built-in defaults. [PR #1142](riverqueue/river#1142).

Fixed

Changed

Fixed

  • JobCountByQueueAndState now returns consistent results across drivers, including requested queues with zero jobs, and deduplicates repeated queue names in input. This resolves an issue with the sqlite driver in River UI reported in riverqueue/riverui#496. [PR #1140](riverqueue/river#1140).
Changelog

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

[0.31.0] - 2026-02-21

Added

  • Added root River CLI flag --statement-timeout so Postgres session statement timeout can be set explicitly for commands like migrations. Explicit flag values take priority over database URL query params, and query params still take priority over built-in defaults. [PR #1142](riverqueue/river#1142).

Fixed

Changed

Fixed

  • JobCountByQueueAndState now returns consistent results across drivers, including requested queues with zero jobs, and deduplicates repeated queue names in input. This resolves an issue with the sqlite driver in River UI reported in riverqueue/riverui#496. [PR #1140](riverqueue/river#1140).
Commits
  • f603d0d prepare v0.31.0 (#1154)
  • 6b9b622 Bump the go-dependencies group across 4 directories with 4 updates (#1152)
  • 079eee4 Add changelog entries for recent contributions + a couple minor tweaks (#1151)
  • e85c4ba Add jitter to fetch poll loop to prevent producer stampeding (#1150)
  • 422df4c Fix connection pool leak in Listener.Connect on afterConnectExec failure (#1147)
  • 9e19929 Fix notifier Ping called with cancelled context (#1149)
  • f4c871e Fix missing ticker.Stop() in pollForSettingChanges (#1148)
  • c449b62 fix flaky insert debounce test (#1146)
  • bb18811 use Go 1.25 + 1.26, bump golangci-lint (#1144)
  • 96419bf Add CLI statement-timeout flag (#1142)
  • 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 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](https://github.com/riverqueue/river) from 0.30.2 to 0.31.0.
- [Release notes](https://github.com/riverqueue/river/releases)
- [Changelog](https://github.com/riverqueue/river/blob/master/CHANGELOG.md)
- [Commits](riverqueue/river@v0.30.2...v0.31.0)

---
updated-dependencies:
- dependency-name: github.com/riverqueue/river
  dependency-version: 0.31.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 Feb 23, 2026
@Zibbp Zibbp merged commit 3716b3f into main Feb 25, 2026
6 of 7 checks passed
@Zibbp Zibbp deleted the dependabot/go_modules/github.com/riverqueue/river-0.31.0 branch February 25, 2026 23:55
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.

1 participant