Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update river monorepo to v0.15.0 #51

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 27, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/riverqueue/river v0.14.3 -> v0.15.0 age adoption passing confidence
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.14.3 -> v0.15.0 age adoption passing confidence
github.com/riverqueue/river/rivertype v0.14.3 -> v0.15.0 age adoption passing confidence

Release Notes

riverqueue/river (github.com/riverqueue/river)

v0.15.0

Compare Source

Added
  • The River CLI will now respect the standard set of PG* environment variables like PGHOST, PGPORT, PGDATABASE, PGUSER, PGPASSWORD, and PGSSLMODE to configure a target database when the --database-url parameter is omitted. PR #​702.
  • Add missing doc for JobRow.UniqueStates + reveal rivertype.UniqueOptsByStateDefault() to provide access to the default set of unique job states. PR #​707.
Changed
  • Sleep durations are now logged as Go-like duration strings (e.g. "10s") in either text or JSON instead of duration strings in text and nanoseconds in JSON. PR #​699.
  • Altered the migration comments from river migrate-get to include the "line" of the migration being run (main, or for River Pro workflow and sequence) to make them more distinguishable. PR #​703.
  • Fewer slice allocations during unique insertions. PR #​705.
Fixed
  • Exponential backoffs at degenerately high job attempts (>= 310) no longer risk overflowing time.Duration. PR #​698.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Dec 27, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
github.com/jackc/pgx/v5 v5.7.1 -> v5.7.2
github.com/riverqueue/river/riverdriver v0.14.3 -> v0.15.0
github.com/riverqueue/river/rivershared v0.14.3 -> v0.15.0

@renovate renovate bot added the dependencies update of dependent libraries label Dec 27, 2024
@github-actions github-actions bot removed the dependencies update of dependent libraries label Dec 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants