Skip to content

Bump the go-dependencies group across 2 directories with 5 updates#553

Merged
bgentry merged 2 commits intomasterfrom
dependabot/go_modules/go-dependencies-413deec679
Apr 23, 2026
Merged

Bump the go-dependencies group across 2 directories with 5 updates#553
bgentry merged 2 commits intomasterfrom
dependabot/go_modules/go-dependencies-413deec679

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 23, 2026

Bumps the go-dependencies group with 1 update in the / directory: github.com/riverqueue/river.
Bumps the go-dependencies group with 1 update in the /riverproui directory: github.com/riverqueue/river.

Updates github.com/riverqueue/river from 0.34.0 to 0.35.0

Release notes

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

v0.35.0

Changed

  • Ignore errors like tls: failed to send closeNotify alert (but connection was closed anyway) when closing listeners. [PR #1216](riverqueue/river#1216).

Fixed

  • Fixed leader election to track explicit database-issued leadership terms, reducing handoff flakiness and same-client reacquisition edge cases while making reelection and resign target the current leadership lease instead of a stale one. [PR #1213](riverqueue/river#1213).
Changelog

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

[0.35.0] - 2026-04-18

Changed

  • Ignore errors like tls: failed to send closeNotify alert (but connection was closed anyway) when closing listeners. [PR #1216](riverqueue/river#1216).

Fixed

  • Fixed leader election to track explicit database-issued leadership terms, reducing handoff flakiness and same-client reacquisition edge cases while making reelection and resign target the current leadership lease instead of a stale one. [PR #1213](riverqueue/river#1213).
Commits
  • 0a60446 Prepare release 0.35.0 (#1217)
  • b8165b8 Ignore TLS error when closing listener from the notifier (#1216)
  • e3fc3c2 refactor leader election around DB-issued terms (#1213)
  • 6543473 Rename baseservice.NowUTC to Now (#1215)
  • 4efc979 stabilize client reindexer test (#1212)
  • 5f19fc7 Make leaderResignedChan buffered to protect against hang (#1205)
  • 3c62677 Reindexer: Mock reindex function to reduce parallel contention (#1210)
  • 4155660 fix race condition in batch completer stats (#1208)
  • 27259a1 Bump the go-dependencies group across 3 directories with 3 updates (#1209)
  • 9eaea33 Guarantee output order in batch insertion example (#1206)
  • Additional commits viewable in compare view

Updates github.com/riverqueue/river/riverdriver from 0.34.0 to 0.35.0

Release notes

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

v0.35.0

Changed

  • Ignore errors like tls: failed to send closeNotify alert (but connection was closed anyway) when closing listeners. [PR #1216](riverqueue/river#1216).

Fixed

  • Fixed leader election to track explicit database-issued leadership terms, reducing handoff flakiness and same-client reacquisition edge cases while making reelection and resign target the current leadership lease instead of a stale one. [PR #1213](riverqueue/river#1213).
Changelog

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

[0.35.0] - 2026-04-18

Changed

  • Ignore errors like tls: failed to send closeNotify alert (but connection was closed anyway) when closing listeners. [PR #1216](riverqueue/river#1216).

Fixed

  • Fixed leader election to track explicit database-issued leadership terms, reducing handoff flakiness and same-client reacquisition edge cases while making reelection and resign target the current leadership lease instead of a stale one. [PR #1213](riverqueue/river#1213).
Commits
  • 0a60446 Prepare release 0.35.0 (#1217)
  • b8165b8 Ignore TLS error when closing listener from the notifier (#1216)
  • e3fc3c2 refactor leader election around DB-issued terms (#1213)
  • 6543473 Rename baseservice.NowUTC to Now (#1215)
  • 4efc979 stabilize client reindexer test (#1212)
  • 5f19fc7 Make leaderResignedChan buffered to protect against hang (#1205)
  • 3c62677 Reindexer: Mock reindex function to reduce parallel contention (#1210)
  • 4155660 fix race condition in batch completer stats (#1208)
  • 27259a1 Bump the go-dependencies group across 3 directories with 3 updates (#1209)
  • 9eaea33 Guarantee output order in batch insertion example (#1206)
  • Additional commits viewable in compare view

Updates github.com/riverqueue/river/riverdriver/riverpgxv5 from 0.34.0 to 0.35.0

Release notes

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

v0.35.0

Changed

  • Ignore errors like tls: failed to send closeNotify alert (but connection was closed anyway) when closing listeners. [PR #1216](riverqueue/river#1216).

Fixed

  • Fixed leader election to track explicit database-issued leadership terms, reducing handoff flakiness and same-client reacquisition edge cases while making reelection and resign target the current leadership lease instead of a stale one. [PR #1213](riverqueue/river#1213).
Changelog

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

[0.35.0] - 2026-04-18

Changed

  • Ignore errors like tls: failed to send closeNotify alert (but connection was closed anyway) when closing listeners. [PR #1216](riverqueue/river#1216).

Fixed

  • Fixed leader election to track explicit database-issued leadership terms, reducing handoff flakiness and same-client reacquisition edge cases while making reelection and resign target the current leadership lease instead of a stale one. [PR #1213](riverqueue/river#1213).
Commits
  • 0a60446 Prepare release 0.35.0 (#1217)
  • b8165b8 Ignore TLS error when closing listener from the notifier (#1216)
  • e3fc3c2 refactor leader election around DB-issued terms (#1213)
  • 6543473 Rename baseservice.NowUTC to Now (#1215)
  • 4efc979 stabilize client reindexer test (#1212)
  • 5f19fc7 Make leaderResignedChan buffered to protect against hang (#1205)
  • 3c62677 Reindexer: Mock reindex function to reduce parallel contention (#1210)
  • 4155660 fix race condition in batch completer stats (#1208)
  • 27259a1 Bump the go-dependencies group across 3 directories with 3 updates (#1209)
  • 9eaea33 Guarantee output order in batch insertion example (#1206)
  • Additional commits viewable in compare view

Updates github.com/riverqueue/river/rivershared from 0.34.0 to 0.35.0

Release notes

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

v0.35.0

Changed

  • Ignore errors like tls: failed to send closeNotify alert (but connection was closed anyway) when closing listeners. [PR #1216](riverqueue/river#1216).

Fixed

  • Fixed leader election to track explicit database-issued leadership terms, reducing handoff flakiness and same-client reacquisition edge cases while making reelection and resign target the current leadership lease instead of a stale one. [PR #1213](riverqueue/river#1213).
Changelog

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

[0.35.0] - 2026-04-18

Changed

  • Ignore errors like tls: failed to send closeNotify alert (but connection was closed anyway) when closing listeners. [PR #1216](riverqueue/river#1216).

Fixed

  • Fixed leader election to track explicit database-issued leadership terms, reducing handoff flakiness and same-client reacquisition edge cases while making reelection and resign target the current leadership lease instead of a stale one. [PR #1213](riverqueue/river#1213).
Commits
  • 0a60446 Prepare release 0.35.0 (#1217)
  • b8165b8 Ignore TLS error when closing listener from the notifier (#1216)
  • e3fc3c2 refactor leader election around DB-issued terms (#1213)
  • 6543473 Rename baseservice.NowUTC to Now (#1215)
  • 4efc979 stabilize client reindexer test (#1212)
  • 5f19fc7 Make leaderResignedChan buffered to protect against hang (#1205)
  • 3c62677 Reindexer: Mock reindex function to reduce parallel contention (#1210)
  • 4155660 fix race condition in batch completer stats (#1208)
  • 27259a1 Bump the go-dependencies group across 3 directories with 3 updates (#1209)
  • 9eaea33 Guarantee output order in batch insertion example (#1206)
  • Additional commits viewable in compare view

Updates github.com/riverqueue/river/rivertype from 0.34.0 to 0.35.0

Release notes

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

v0.35.0

Changed

  • Ignore errors like tls: failed to send closeNotify alert (but connection was closed anyway) when closing listeners. [PR #1216](riverqueue/river#1216).

Fixed

  • Fixed leader election to track explicit database-issued leadership terms, reducing handoff flakiness and same-client reacquisition edge cases while making reelection and resign target the current leadership lease instead of a stale one. [PR #1213](riverqueue/river#1213).
Changelog

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

[0.35.0] - 2026-04-18

Changed

  • Ignore errors like tls: failed to send closeNotify alert (but connection was closed anyway) when closing listeners. [PR #1216](riverqueue/river#1216).

Fixed

  • Fixed leader election to track explicit database-issued leadership terms, reducing handoff flakiness and same-client reacquisition edge cases while making reelection and resign target the current leadership lease instead of a stale one. [PR #1213](riverqueue/river#1213).
Commits
  • 0a60446 Prepare release 0.35.0 (#1217)
  • b8165b8 Ignore TLS error when closing listener from the notifier (#1216)
  • e3fc3c2 refactor leader election around DB-issued terms (#1213)
  • 6543473 Rename baseservice.NowUTC to Now (#1215)
  • 4efc979 stabilize client reindexer test (#1212)
  • 5f19fc7 Make leaderResignedChan buffered to protect against hang (#1205)
  • 3c62677 Reindexer: Mock reindex function to reduce parallel contention (#1210)
  • 4155660 fix race condition in batch completer stats (#1208)
  • 27259a1 Bump the go-dependencies group across 3 directories with 3 updates (#1209)
  • 9eaea33 Guarantee output order in batch insertion example (#1206)
  • Additional commits viewable in compare view

Updates github.com/riverqueue/river from 0.34.0 to 0.35.0

Release notes

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

v0.35.0

Changed

  • Ignore errors like tls: failed to send closeNotify alert (but connection was closed anyway) when closing listeners. [PR #1216](riverqueue/river#1216).

Fixed

  • Fixed leader election to track explicit database-issued leadership terms, reducing handoff flakiness and same-client reacquisition edge cases while making reelection and resign target the current leadership lease instead of a stale one. [PR #1213](riverqueue/river#1213).
Changelog

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

[0.35.0] - 2026-04-18

Changed

  • Ignore errors like tls: failed to send closeNotify alert (but connection was closed anyway) when closing listeners. [PR #1216](riverqueue/river#1216).

Fixed

  • Fixed leader election to track explicit database-issued leadership terms, reducing handoff flakiness and same-client reacquisition edge cases while making reelection and resign target the current leadership lease instead of a stale one. [PR #1213](riverqueue/river#1213).
Commits
  • 0a60446 Prepare release 0.35.0 (#1217)
  • b8165b8 Ignore TLS error when closing listener from the notifier (#1216)
  • e3fc3c2 refactor leader election around DB-issued terms (#1213)
  • 6543473 Rename baseservice.NowUTC to Now (#1215)
  • 4efc979 stabilize client reindexer test (#1212)
  • 5f19fc7 Make leaderResignedChan buffered to protect against hang (#1205)
  • 3c62677 Reindexer: Mock reindex function to reduce parallel contention (#1210)
  • 4155660 fix race condition in batch completer stats (#1208)
  • 27259a1 Bump the go-dependencies group across 3 directories with 3 updates (#1209)
  • 9eaea33 Guarantee output order in batch insertion example (#1206)
  • Additional commits viewable in compare view

Updates github.com/riverqueue/river/riverdriver from 0.34.0 to 0.35.0

Release notes

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

v0.35.0

Changed

  • Ignore errors like tls: failed to send closeNotify alert (but connection was closed anyway) when closing listeners. [PR #1216](riverqueue/river#1216).

Fixed

  • Fixed leader election to track explicit database-issued leadership terms, reducing handoff flakiness and same-client reacquisition edge cases while making reelection and resign target the current leadership lease instead of a stale one. [PR #1213](riverqueue/river#1213).
Changelog

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

[0.35.0] - 2026-04-18

Changed

  • Ignore errors like tls: failed to send closeNotify alert (but connection was closed anyway) when closing listeners. [PR #1216](riverqueue/river#1216).

Fixed

  • Fixed leader election to track explicit database-issued leadership terms, reducing handoff flakiness and same-client reacquisition edge cases while making reelection and resign target the current leadership lease instead of a stale one. [PR #1213](riverqueue/river#1213).
Commits
  • 0a60446 Prepare release 0.35.0 (#1217)
  • b8165b8 Ignore TLS error when closing listener from the notifier (#1216)
  • e3fc3c2 refactor leader election around DB-issued terms (#1213)
  • 6543473 Rename baseservice.NowUTC to Now (#1215)
  • 4efc979 stabilize client reindexer test (#1212)
  • 5f19fc7 Make leaderResignedChan buffered to protect against hang (#1205)
  • 3c62677 Reindexer: Mock reindex function to reduce parallel contention (#1210)
  • 4155660 fix race condition in batch completer stats (#1208)
  • 27259a1 Bump the go-dependencies group across 3 directories with 3 updates (#1209)
  • 9eaea33 Guarantee output order in batch insertion example (#1206)
  • Additional commits viewable in compare view

Updates github.com/riverqueue/river/rivershared from 0.34.0 to 0.35.0

Release notes

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

v0.35.0

Changed

  • Ignore errors like tls: failed to send closeNotify alert (but connection was closed anyway) when closing listeners. [PR #1216](riverqueue/river#1216).

Fixed

  • Fixed leader election to track explicit database-issued leadership terms, reducing handoff flakiness and same-client reacquisition edge cases while making reelection and resign target the current leadership lease instead of a stale one. [PR #1213](riverqueue/river#1213).
Changelog

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

[0.35.0] - 2026-04-18

Changed

  • Ignore errors like tls: failed to send closeNotify alert (but connection was closed anyway) when closing listeners. [PR #1216](riverqueue/river#1216).

Fixed

  • Fixed leader election to track explicit database-issued leadership terms, reducing handoff flakiness and same-client reacquisition edge cases while making reelection and resign target the current leadership lease instead of a stale one. [PR #1213](riverqueue/river#1213).
Commits
  • 0a60446 Prepare release 0.35.0 (#1217)
  • b8165b8 Ignore TLS error when closing listener from the notifier (#1216)
  • e3fc3c2 refactor leader election around DB-issued terms (#1213)
  • 6543473 Rename baseservice.NowUTC to Now (#1215)
  • 4efc979 stabilize client reindexer test (#1212)
  • 5f19fc7 Make leaderResignedChan buffered to protect against hang (#1205)
  • 3c62677 Reindexer: Mock reindex function to reduce parallel contention (#1210)
  • 4155660 fix race condition in batch completer stats (#1208)
  • 27259a1 Bump the go-dependencies group across 3 directories with 3 updates (#1209)
  • 9eaea33 Guarantee output order in batch insertion example (#1206)
  • Additional commits viewable in compare view

Updates github.com/riverqueue/river/rivertype from 0.34.0 to 0.35.0

Release notes

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

v0.35.0

Changed

  • Ignore errors like tls: failed to send closeNotify alert (but connection was closed anyway) when closing listeners. [PR #1216](riverqueue/river#1216).

Fixed

  • Fixed leader election to track explicit database-issued leadership terms, reducing handoff flakiness and same-client reacquisition edge cases while making reelection and resign target the current leadership lease instead of a stale one. [PR #1213](riverqueue/river#1213).
Changelog

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

[0.35.0] - 2026-04-18

Changed

  • Ignore errors like tls: failed to send closeNotify alert (but connection was closed anyway) when closing listeners. [PR #1216](riverqueue/river#1216).

Fixed

  • Fixed leader election to track explicit database-issued leadership terms, reducing handoff flakiness and same-client reacquisition edge cases while making reelection and resign target the current leadership lease instead of a stale one. [PR #1213](riverqueue/river#1213).
Commits
  • 0a60446 Prepare release 0.35.0 (#1217)
  • b8165b8 Ignore TLS error when closing listener from the notifier (#1216)
  • e3fc3c2 refactor leader election around DB-issued terms (#1213)
  • 6543473 Rename baseservice.NowUTC to Now (#1215)
  • 4efc979 stabilize client reindexer test (#1212)
  • 5f19fc7 Make leaderResignedChan buffered to protect against hang (#1205)
  • 3c62677 Reindexer: Mock reindex function to reduce parallel contention (#1210)
  • 4155660 fix race condition in batch completer stats (#1208)
  • 27259a1 Bump the go-dependencies group across 3 directories with 3 updates (#1209)
  • 9eaea33 Guarantee output order in batch insertion example (#1206)
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the go-dependencies group with 1 update in the / directory: [github.com/riverqueue/river](https://github.com/riverqueue/river).
Bumps the go-dependencies group with 1 update in the /riverproui directory: [github.com/riverqueue/river](https://github.com/riverqueue/river).


Updates `github.com/riverqueue/river` from 0.34.0 to 0.35.0
- [Release notes](https://github.com/riverqueue/river/releases)
- [Changelog](https://github.com/riverqueue/river/blob/master/CHANGELOG.md)
- [Commits](riverqueue/river@v0.34.0...v0.35.0)

Updates `github.com/riverqueue/river/riverdriver` from 0.34.0 to 0.35.0
- [Release notes](https://github.com/riverqueue/river/releases)
- [Changelog](https://github.com/riverqueue/river/blob/master/CHANGELOG.md)
- [Commits](riverqueue/river@v0.34.0...v0.35.0)

Updates `github.com/riverqueue/river/riverdriver/riverpgxv5` from 0.34.0 to 0.35.0
- [Release notes](https://github.com/riverqueue/river/releases)
- [Changelog](https://github.com/riverqueue/river/blob/master/CHANGELOG.md)
- [Commits](riverqueue/river@v0.34.0...v0.35.0)

Updates `github.com/riverqueue/river/rivershared` from 0.34.0 to 0.35.0
- [Release notes](https://github.com/riverqueue/river/releases)
- [Changelog](https://github.com/riverqueue/river/blob/master/CHANGELOG.md)
- [Commits](riverqueue/river@v0.34.0...v0.35.0)

Updates `github.com/riverqueue/river/rivertype` from 0.34.0 to 0.35.0
- [Release notes](https://github.com/riverqueue/river/releases)
- [Changelog](https://github.com/riverqueue/river/blob/master/CHANGELOG.md)
- [Commits](riverqueue/river@v0.34.0...v0.35.0)

Updates `github.com/riverqueue/river` from 0.34.0 to 0.35.0
- [Release notes](https://github.com/riverqueue/river/releases)
- [Changelog](https://github.com/riverqueue/river/blob/master/CHANGELOG.md)
- [Commits](riverqueue/river@v0.34.0...v0.35.0)

Updates `github.com/riverqueue/river/riverdriver` from 0.34.0 to 0.35.0
- [Release notes](https://github.com/riverqueue/river/releases)
- [Changelog](https://github.com/riverqueue/river/blob/master/CHANGELOG.md)
- [Commits](riverqueue/river@v0.34.0...v0.35.0)

Updates `github.com/riverqueue/river/rivershared` from 0.34.0 to 0.35.0
- [Release notes](https://github.com/riverqueue/river/releases)
- [Changelog](https://github.com/riverqueue/river/blob/master/CHANGELOG.md)
- [Commits](riverqueue/river@v0.34.0...v0.35.0)

Updates `github.com/riverqueue/river/rivertype` from 0.34.0 to 0.35.0
- [Release notes](https://github.com/riverqueue/river/releases)
- [Changelog](https://github.com/riverqueue/river/blob/master/CHANGELOG.md)
- [Commits](riverqueue/river@v0.34.0...v0.35.0)

---
updated-dependencies:
- dependency-name: github.com/riverqueue/river
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/riverqueue/river/riverdriver
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/riverqueue/river/riverdriver/riverpgxv5
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/riverqueue/river/rivershared
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/riverqueue/river/rivertype
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/riverqueue/river
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/riverqueue/river/riverdriver
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/riverqueue/river/rivershared
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/riverqueue/river/rivertype
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
...

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 Apr 23, 2026
@bgentry bgentry merged commit 2dd8afb into master Apr 23, 2026
21 checks passed
@bgentry bgentry deleted the dependabot/go_modules/go-dependencies-413deec679 branch April 23, 2026 19:48
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