Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps the riverqueue group with 3 updates: github.com/riverqueue/river, github.com/riverqueue/river/riverdriver/riverpgxv5 and github.com/riverqueue/river/rivertype.

Updates github.com/riverqueue/river from 0.25.0 to 0.28.0

Release notes

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

v0.28.0

Added

  • Added riverlog.LoggerSafely which provides a non-panic variant of riverlog.Logger for use when code may or may not have a context logger available. [PR #1093](riverqueue/river#1093).

v0.27.1

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).

v0.26.0

⚠️ Internal APIs used for communication between River and River Pro have changed. If using River Pro, make sure to update River and River Pro to latest at the same time to get compatible versions. River v0.26.0 is compatible with River Pro v0.19.0.

Added

  • The job rescuer now sets river:rescue_count with an integer count of how many times the job has been rescued by the JobRescuer maintenance process when it's considered stuck. [PR #1047](riverqueue/river#1047).

Changed

  • Errors returned from job workers are now logged in full using a slog.Any attribute. Previously, only their error text was logged. [PR #1051](riverqueue/river#1051).

Fixed

Changelog

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

[0.28.0] - 2025-11-23

Added

  • Added riverlog.LoggerSafely which provides a non-panic variant of riverlog.Logger for use when code may or may not have a context logger available. [PR #1093](riverqueue/river#1093).

[0.27.1] - 2025-11-21

Fixed

[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).

[0.26.0] - 2025-10-07

⚠️ Internal APIs used for communication between River and River Pro have changed. If using River Pro, make sure to update River and River Pro to latest at the same time to get compatible versions. River v0.26.0 is compatible with River Pro v0.19.0.

Added

  • The job rescuer now sets river:rescue_count with an integer count of how many times the job has been rescued by the JobRescuer maintenance process when it's considered stuck. [PR #1047](riverqueue/river#1047).

Changed

  • Errors returned from job workers are now logged in full using a slog.Any attribute. Previously, only their error text was logged. [PR #1051](riverqueue/river#1051).

Fixed

Commits

Updates github.com/riverqueue/river/riverdriver/riverpgxv5 from 0.25.0 to 0.28.0

Release notes

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

v0.28.0

Added

  • Added riverlog.LoggerSafely which provides a non-panic variant of riverlog.Logger for use when code may or may not have a context logger available. [PR #1093](riverqueue/river#1093).

v0.27.1

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).

v0.26.0

⚠️ Internal APIs used for communication between River and River Pro have changed. If using River Pro, make sure to update River and River Pro to latest at the same time to get compatible versions. River v0.26.0 is compatible with River Pro v0.19.0.

Added

  • The job rescuer now sets river:rescue_count with an integer count of how many times the job has been rescued by the JobRescuer maintenance process when it's considered stuck. [PR #1047](riverqueue/river#1047).

Changed

  • Errors returned from job workers are now logged in full using a slog.Any attribute. Previously, only their error text was logged. [PR #1051](riverqueue/river#1051).

Fixed

Changelog

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

[0.28.0] - 2025-11-23

Added

  • Added riverlog.LoggerSafely which provides a non-panic variant of riverlog.Logger for use when code may or may not have a context logger available. [PR #1093](riverqueue/river#1093).

[0.27.1] - 2025-11-21

Fixed

[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).

[0.26.0] - 2025-10-07

⚠️ Internal APIs used for communication between River and River Pro have changed. If using River Pro, make sure to update River and River Pro to latest at the same time to get compatible versions. River v0.26.0 is compatible with River Pro v0.19.0.

Added

  • The job rescuer now sets river:rescue_count with an integer count of how many times the job has been rescued by the JobRescuer maintenance process when it's considered stuck. [PR #1047](riverqueue/river#1047).

Changed

  • Errors returned from job workers are now logged in full using a slog.Any attribute. Previously, only their error text was logged. [PR #1051](riverqueue/river#1051).

Fixed

Commits

Updates github.com/riverqueue/river/rivertype from 0.25.0 to 0.28.0

Release notes

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

v0.28.0

Added

  • Added riverlog.LoggerSafely which provides a non-panic variant of riverlog.Logger for use when code may or may not have a context logger available. [PR #1093](riverqueue/river#1093).

v0.27.1

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).

v0.26.0

⚠️ Internal APIs used for communication between River and River Pro have changed. If using River Pro, make sure to update River and River Pro to latest at the same time to get compatible versions. River v0.26.0 is compatible with River Pro v0.19.0.

Added

  • The job rescuer now sets river:rescue_count with an integer count of how many times the job has been rescued by the JobRescuer maintenance process when it's considered stuck. [PR #1047](riverqueue/river#1047).

Changed

  • Errors returned from job workers are now logged in full using a slog.Any attribute. Previously, only their error text was logged. [PR #1051](riverqueue/river#1051).

Fixed

Changelog

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

[0.28.0] - 2025-11-23

Added

  • Added riverlog.LoggerSafely which provides a non-panic variant of riverlog.Logger for use when code may or may not have a context logger available. [PR #1093](riverqueue/river#1093).

[0.27.1] - 2025-11-21

Fixed

[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).

[0.26.0] - 2025-10-07

⚠️ Internal APIs used for communication between River and River Pro have changed. If using River Pro, make sure to update River and River Pro to latest at the same time to get compatible versions. River v0.26.0 is compatible with River Pro v0.19.0.

Added

  • The job rescuer now sets river:rescue_count with an integer count of how many times the job has been rescued by the JobRescuer maintenance process when it's considered stuck. [PR #1047](riverqueue/river#1047).

Changed

  • Errors returned from job workers are now logged in full using a slog.Any attribute. Previously, only their error text was logged. [PR #1051](riverqueue/river#1051).

Fixed

Commits

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

Note

Update riverqueue dependencies to v0.28.0 and bump golang.org/x/mod to v0.30.0 with corresponding go.sum refresh.

  • Dependencies:
    • Riverqueue: Update github.com/riverqueue/river, github.com/riverqueue/river/riverdriver/riverpgxv5, and github.com/riverqueue/river/rivertype to v0.28.0; indirect github.com/riverqueue/river/riverdriver and github.com/riverqueue/river/rivershared to v0.28.0.
    • Go tooling: Bump golang.org/x/mod to v0.30.0.
    • Refresh go.sum entries accordingly.

Written by Cursor Bugbot for commit 3c55441. This will update automatically on new commits. Configure here.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 26, 2025
@dependabot dependabot bot force-pushed the dependabot/go_modules/riverqueue-7bd75b731b branch from 252fdce to 3c55441 Compare November 28, 2025 14:00
Bumps the riverqueue group with 3 updates: [github.com/riverqueue/river](https://github.com/riverqueue/river), [github.com/riverqueue/river/riverdriver/riverpgxv5](https://github.com/riverqueue/river) and [github.com/riverqueue/river/rivertype](https://github.com/riverqueue/river).


Updates `github.com/riverqueue/river` from 0.25.0 to 0.28.0
- [Release notes](https://github.com/riverqueue/river/releases)
- [Changelog](https://github.com/riverqueue/river/blob/master/CHANGELOG.md)
- [Commits](riverqueue/river@v0.25.0...v0.28.0)

Updates `github.com/riverqueue/river/riverdriver/riverpgxv5` from 0.25.0 to 0.28.0
- [Release notes](https://github.com/riverqueue/river/releases)
- [Changelog](https://github.com/riverqueue/river/blob/master/CHANGELOG.md)
- [Commits](riverqueue/river@v0.25.0...v0.28.0)

Updates `github.com/riverqueue/river/rivertype` from 0.25.0 to 0.28.0
- [Release notes](https://github.com/riverqueue/river/releases)
- [Changelog](https://github.com/riverqueue/river/blob/master/CHANGELOG.md)
- [Commits](riverqueue/river@v0.25.0...v0.28.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@OrriMandarin OrriMandarin force-pushed the dependabot/go_modules/riverqueue-7bd75b731b branch from 3c55441 to e6d9663 Compare November 28, 2025 14:08
@OrriMandarin OrriMandarin self-assigned this Nov 28, 2025
@OrriMandarin OrriMandarin merged commit 7991f4b into main Nov 28, 2025
6 checks passed
@OrriMandarin OrriMandarin deleted the dependabot/go_modules/riverqueue-7bd75b731b branch November 28, 2025 14:21
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