Skip to content

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

Merged
bgentry merged 1 commit intomasterfrom
dependabot/go_modules/go-dependencies-57ca9ce5e7
May 12, 2025
Merged

Bump github.com/riverqueue/river/rivershared from 0.21.0 to 0.22.0 in the go-dependencies group across 1 directory#16
bgentry merged 1 commit intomasterfrom
dependabot/go_modules/go-dependencies-57ca9ce5e7

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 12, 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.21.0 to 0.22.0

Release notes

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

v0.22.0

Added

  • A new JobArgsWithKindAliases interface lets job args implement KindAliases to register a second kind that their worker will respond to. This provides a way to safely rename job kinds even with jobs using the original kind already in the database. [PR #880](riverqueue/river#880).

Changed

  • Job kinds must comply to a format of \A[\w][\w\-\[\]<>\/.·:+]+\z, mainly in an attempt to eliminate commas and spaces to make format more predictable for an upcoming search UI. This check can be disabled for now using Config.SkipJobKindValidation, but this option will likely be removed in a future version of River. The new JobArgsWithKindAliases interface (see above) can be used to rename non-compliant kinds. [PR #879](riverqueue/river#879).

Fixed

  • The riverdatabasesql now fully supports raw connections through lib/pq rather than just database/sql through Pgx. We don't recommend the use of lib/pq as it's an unmaintained project, but this change should help with compatibility for older projects. [PR #883](riverqueue/river#883).
Changelog

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

[0.22.0] - 2025-05-10

Added

  • A new JobArgsWithKindAliases interface lets job args implement KindAliases to register a second kind that their worker will respond to. This provides a way to safely rename job kinds even with jobs using the original kind already in the database. [PR #880](riverqueue/river#880).

Changed

  • Job kinds must comply to a format of \A[\w][\w\-\[\]<>\/.·:+]+\z, mainly in an attempt to eliminate commas and spaces to make format more predictable for an upcoming search UI. This check can be disabled for now using Config.SkipJobKindValidation, but this option will likely be removed in a future version of River. The new JobArgsWithKindAliases interface (see above) can be used to rename non-compliant kinds. [PR #879](riverqueue/river#879).

Fixed

  • The riverdatabasesql now fully supports raw connections through lib/pq rather than just database/sql through Pgx. We don't recommend the use of lib/pq as it's an unmaintained project, but this change should help with compatibility for older projects. [PR #883](riverqueue/river#883).
Commits
  • 8fd0a3b Prepare release v0.22.0 (#890)
  • 9113666 Add JobArgsWithKindAliases, providing an easy/safe way of renaming kinds (#...
  • ec10378 Reimplement driver tests for PGAdvisoryXactLock so they don't involve clock...
  • 4126c71 Upgrade sqlc to version 1.29 (#887)
  • 1d04eb0 Allow args to driver's raw Exec (#886)
  • 526f5bd Make sure to use test logger to swallow invalid job kind warning (#881)
  • 07806da Finish accidentally not pushed @ttl comment (#884)
  • b17ec85 Driver tests for full lib/pq connection + necessary fixes (#883)
  • 5114d52 Drop use of valutil.ValOrDefault in favor of cmp.Or (#877)
  • c0213e6 Drop valutil.FirstNonZero (#876)
  • 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.21.0 to 0.22.0
- [Release notes](https://github.com/riverqueue/river/releases)
- [Changelog](https://github.com/riverqueue/river/blob/master/CHANGELOG.md)
- [Commits](riverqueue/river@v0.21.0...v0.22.0)

---
updated-dependencies:
- dependency-name: github.com/riverqueue/river/rivershared
  dependency-version: 0.22.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 12, 2025
@bgentry bgentry merged commit a6e0558 into master May 12, 2025
2 checks passed
@bgentry bgentry deleted the dependabot/go_modules/go-dependencies-57ca9ce5e7 branch May 12, 2025 19:09
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