Skip to content

build(deps): bump github.com/riverqueue/river from 0.25.0 to 0.28.0#11

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/riverqueue/river-0.28.0
Open

build(deps): bump github.com/riverqueue/river from 0.25.0 to 0.28.0#11
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/github.com/riverqueue/river-0.28.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Dec 8, 2025

Copy link
Copy Markdown

Bumps 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.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 compatibility score

You can trigger a rebase of this PR 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 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [github.com/riverqueue/river](https://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)

---
updated-dependencies:
- dependency-name: github.com/riverqueue/river
  dependency-version: 0.28.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 Dec 8, 2025
@socket-security

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedgithub.com/​riverqueue/​river@​v0.25.0 ⏵ v0.28.0100 +110010010070
Updatedgithub.com/​riverqueue/​river/​riverdriver/​riverpgxv5@​v0.25.0 ⏵ v0.28.0100 +110010010070

View full report

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