Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 17, 2025

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

Updates github.com/riverqueue/river/rivershared from 0.26.0 to 0.27.0

Release notes

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

v0.27.0

Added

  • Periodic jobs with IDs may now be removed by ID using the new PeriodicJobBundle.RemoveByID and PeriodicJobBundle.RemoveManyByID. [PR #1071](riverqueue/river#1071).

Changed

  • Decrease serviceutil.MaxAttemptsBeforeResetDefault from 10 to 7, lowering the effective limit on most internal exponential backoffs from ~512 seconds to 64 seconds. Further lowered the leader elector's keep leadership backoff interval to cap out at 4 seconds since leadership without a successful heartbeat will be lost soon after that anyway. [PR #1079](riverqueue/river#1079).

Fixed

  • Fix snoozed events emitted from rivertest.Worker when snooze duration is zero seconds. [PR #1057](riverqueue/river#1057).
  • Rollbacks now use an uncancelled context so as to not leave transactions in an ambiguous state if a transaction in them fails due to context cancellation. [PR #1062](riverqueue/river#1062).
  • Removing periodic jobs with IDs assigned also remove them from ID map. [PR #1070](riverqueue/river#1070).
  • Clear periodic jobs also fully clears all those assigned with an ID. [PR #1083](riverqueue/river#1083).
  • river:"unique" annotations on substructs within JobArgs structs are now factored into uniqueness ByArgs calculations. [PR #1076](riverqueue/river#1076).
  • Stop subservices and embedded baseservice.Service on error in the event of a periodic job enqueuer start error. [PR #1081](riverqueue/river#1081).
Changelog

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

[0.27.0] - 2025-11-14

Added

  • Periodic jobs with IDs may now be removed by ID using the new PeriodicJobBundle.RemoveByID and PeriodicJobBundle.RemoveManyByID. [PR #1071](riverqueue/river#1071).

Changed

  • Decrease serviceutil.MaxAttemptsBeforeResetDefault from 10 to 7, lowering the effective limit on most internal exponential backoffs from ~512 seconds to 64 seconds. Further lowered the leader elector's keep leadership backoff interval to cap out at 4 seconds since leadership without a successful heartbeat will be lost soon after that anyway. [PR #1079](riverqueue/river#1079).

Fixed

  • Fix snoozed events emitted from rivertest.Worker when snooze duration is zero seconds. [PR #1057](riverqueue/river#1057).
  • Rollbacks now use an uncancelled context so as to not leave transactions in an ambiguous state if a transaction in them fails due to context cancellation. [PR #1062](riverqueue/river#1062).
  • Removing periodic jobs with IDs assigned also remove them from ID map. [PR #1070](riverqueue/river#1070).
  • Clear periodic jobs also fully clears all those assigned with an ID. [PR #1083](riverqueue/river#1083).
  • river:"unique" annotations on substructs within JobArgs structs are now factored into uniqueness ByArgs calculations. [PR #1076](riverqueue/river#1076).
  • Stop subservices and embedded baseservice.Service on error in the event of a periodic job enqueuer start error. [PR #1081](riverqueue/river#1081).
Commits
  • 1d6f63e Prepare v0.27.0 (#1080)
  • a9b288d Clear ID map on periodic jobs bundle clear (#1083)
  • e5775cf Rename context.go to client_context.go (#1082)
  • b8ed588 Stop subservices and embedded baseservice.Service on periodic jobs enqueuer...
  • 4313c85 Correct uniqueness annotations for fields in substructs (#1076)
  • 5e172b4 Decrease serviceutil.MaxAttemptsBeforeResetDefault (#1079)
  • 8da777e Add some docs on HandleError/HandlePanic regarding middleware context (#1...
  • 8027bed Bump the go-dependencies group across 3 directories with 2 updates (#1072)
  • edec589 Allow removing periodic jobs by ID (#1071)
  • 3512c71 Remove IDs from ID map when periodic jobs with IDs are removed (#1070)
  • 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 <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/rivershared](https://github.com/riverqueue/river).


Updates `github.com/riverqueue/river/rivershared` from 0.26.0 to 0.27.0
- [Release notes](https://github.com/riverqueue/river/releases)
- [Changelog](https://github.com/riverqueue/river/blob/master/CHANGELOG.md)
- [Commits](riverqueue/river@v0.26.0...v0.27.0)

---
updated-dependencies:
- dependency-name: github.com/riverqueue/river/rivershared
  dependency-version: 0.27.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 Nov 17, 2025
@bgentry bgentry merged commit 0ae1f67 into master Nov 18, 2025
3 checks passed
@bgentry bgentry deleted the dependabot/go_modules/go-dependencies-1eb9b63827 branch November 18, 2025 03: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.

2 participants