Skip to content

Bump github.com/riverqueue/river/rivershared from 0.20.2 to 0.21.0 in the go-dependencies group across 1 directory#15

Merged
bgentry merged 1 commit intomasterfrom
dependabot/go_modules/go-dependencies-ac418d241f
May 5, 2025
Merged

Bump github.com/riverqueue/river/rivershared from 0.20.2 to 0.21.0 in the go-dependencies group across 1 directory#15
bgentry merged 1 commit intomasterfrom
dependabot/go_modules/go-dependencies-ac418d241f

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 5, 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.20.2 to 0.21.0

Release notes

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

v0.21.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.

Added

  • Added river/riverlog containing middleware that injects a context logger to workers that collates log output and persists it with job metadata. This is paired with a River UI enhancement that shows logs in the UI. [PR #844](riverqueue/river#844).
  • Added JobInsertMiddlewareFunc and WorkerMiddlewareFunc to easily implement middleware with a function instead of a struct. [PR #844](riverqueue/river#844).
  • Added Config.Schema which lets a non-default schema be injected explicitly into a River client that'll be used for all database operations. This may be particularly useful for proxies like PgBouncer that may not respect a schema configured in search_path. [PR #848](riverqueue/river#848).
  • Added rivertype.HookWorkEnd hook interface that runs after a job has been worked. [PR #863](riverqueue/river#863).
  • Added support for filtering jobs by a list of job IDs and by priorities in JobList and JobListParams. For more flexible job listing. [PR #871](riverqueue/river#871).

Changed

  • Client no longer returns an error if stopped before startup could complete (previously, it returned the unexported ErrShutdown). [PR #841](riverqueue/river#841).

Fixed

  • A queue unpausing triggers an immediate fetch so that available jobs in the paused queue may be started faster than before. [PR #854](riverqueue/river#854).
Changelog

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

[0.21.0] - 2025-05-02

⚠️ 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.21.0 is compatible with River Pro v0.13.0.

Added

  • Added river/riverlog containing middleware that injects a context logger to workers that collates log output and persists it with job metadata. [PR #844](riverqueue/river#844).
  • Added JobInsertMiddlewareFunc and WorkerMiddlewareFunc to easily implement middleware with a function instead of a struct. [PR #844](riverqueue/river#844).
  • Added Config.Schema which lets a non-default schema be injected explicitly into a River client that'll be used for all database operations. This may be particularly useful for proxies like PgBouncer that may not respect a schema configured in search_path. [PR #848](riverqueue/river#848).
  • Added rivertype.HookWorkEnd hook interface that runs after a job has been worked. [PR #863](riverqueue/river#863).
  • Added support for filtering jobs by a list of job IDs and by priorities in JobList and JobListParams. For more flexible job listing. [PR #871](riverqueue/river#871).

Changed

  • Client no longer returns an error if stopped before startup could complete (previously, it returned the unexported ErrShutdown). [PR #841](riverqueue/river#841).

Fixed

  • A queue unpausing triggers an immediate fetch so that available jobs in the paused queue may be started faster than before. [PR #854](riverqueue/river#854).
Commits
  • 3eb9253 prepare v0.21.0 (#872)
  • e30b067 add JobList filters for ID and priority (#871)
  • 68d6625 Fix intermittent test Test_Client_Maintenance/JobRescuer (#869)
  • 71e2657 Drop callback args in favor of single, uniform test convention (#856)
  • 02ede34 Fix queue-related intermittency in producer tests (#868)
  • c4bd399 Fix intermittent test failures checking job retryable (#852)
  • 6e09e4b Attempt fetch immediately when a queue is unpaused (#854)
  • aeb01fd Use normal test helpers in example tests with testutil.PanicTB (#857)
  • 4dadca0 Consolidate pollForSettingChanges with other producer subroutines (#855)
  • 22e1078 Add docs for UnwrapTx (#861)
  • 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.20.2 to 0.21.0
- [Release notes](https://github.com/riverqueue/river/releases)
- [Changelog](https://github.com/riverqueue/river/blob/master/CHANGELOG.md)
- [Commits](riverqueue/river@v0.20.2...v0.21.0)

---
updated-dependencies:
- dependency-name: github.com/riverqueue/river/rivershared
  dependency-version: 0.21.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 May 5, 2025
@bgentry bgentry merged commit 7fa1ffb into master May 5, 2025
2 checks passed
@bgentry bgentry deleted the dependabot/go_modules/go-dependencies-ac418d241f branch May 5, 2025 19:14
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

Comments