Skip to content

Update river monorepo to v0.38.0#2264

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/river-monorepo
Open

Update river monorepo to v0.38.0#2264
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/river-monorepo

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Apr 3, 2026

This PR contains the following updates:

Package Change Age Confidence
github.com/riverqueue/river v0.32.0v0.38.0 age confidence
github.com/riverqueue/river/riverdriver/riverpgxv5 v0.32.0v0.38.0 age confidence
github.com/riverqueue/river/rivertype v0.32.0v0.38.0 age confidence

Release Notes

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

v0.38.0

Compare Source

Added
  • Added new configuration Config.SoftStopTimeout to provide a cleaner way to gracefully stop a client. PR #​1239

v0.37.1

Compare Source

Fixed
  • Wrap PeriodicJobEnqueuer.insertBatch database calls in a 30-second timeout. Previously, a stalled pgx Begin/Insert/Commit could hang the periodic enqueuer indefinitely, halting all periodic job insertion until the process was restarted or leader re-elected. PR #​1251

v0.37.0

Compare Source

Added
  • Added "resumable jobs" that can be broken down into multiple steps and with a step persisted after it finishes that lets them skip work that's already been done. This is particularly useful for long running jobs that may experience a cancellation (like in the event of a deploy) during the span of their run. PR #​1226.

v0.36.0

Compare Source

Added
Fixed
  • Fix unsafe concurrent producer map access in client. PR #​1236.
  • Mark schema replacements as Stable in sqlc templates, preventing query SQL from having to be reallocated over and over again.. PR #​1242.
  • Fix bug in sqltemplate cached path in order in which named args are passed to a query (previously, the order was unstable). PR #​1243.

v0.35.1

Compare Source

Fixed
  • Fix accidentally inverted conditional on notifier error log check. PR #​1231.

v0.35.0

Compare Source

Changed
  • Ignore errors like tls: failed to send closeNotify alert (but connection was closed anyway) when closing listeners. PR #​1216.
Fixed
  • Fixed leader election to track explicit database-issued leadership terms, reducing handoff flakiness and same-client reacquisition edge cases while making reelection and resign target the current leadership lease instead of a stale one. PR #​1213.

v0.34.0

Compare Source

Added
  • Added Config.ReindexerIndexNames and ReindexerIndexNamesDefault() so the reindexer's target indexes can be customized from the public API. PR #​1194.
Fixed
  • Upon a client gaining leadership, its queue maintainer is given more than one opportunity to start. PR #​1184.

v0.33.0

Compare Source

Changed
  • Jobs erroring or panicking no longer logs at the error/warn level because this is not indicative of a problem inside of River itself. These log statements have been demoted to info. PR #​1190.
Fixed
  • Fix in Client.Start where previously it was possible for a River client that only partially started before erroring to not try to start on subsequent Start invocations. PR #​1187.

Configuration

📅 Schedule: (UTC)

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

@renovate renovate Bot added the dependencies label Apr 3, 2026
@renovate renovate Bot requested a review from a team as a code owner April 3, 2026 16:00
@renovate renovate Bot added the dependencies label Apr 3, 2026
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Apr 3, 2026

ℹ️ Artifact update notice

File name: common/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):

  • 4 additional dependencies were updated

Details:

Package Change
github.com/riverqueue/river/riverdriver v0.32.0 -> v0.38.0
github.com/riverqueue/river/rivershared v0.32.0 -> v0.38.0
github.com/riverqueue/river/rivertype v0.32.0 -> v0.38.0
github.com/tidwall/gjson v1.18.0 -> v1.19.0
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/riverqueue/river/riverdriver v0.32.0 -> v0.38.0
github.com/riverqueue/river/rivershared v0.32.0 -> v0.38.0
github.com/tidwall/gjson v1.18.0 -> v1.19.0

@github-actions github-actions Bot added the common label Apr 3, 2026
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Apr 3, 2026

@renovate renovate Bot force-pushed the renovate/river-monorepo branch from 0634d78 to b8a16e5 Compare April 9, 2026 05:13
@renovate renovate Bot changed the title fix(deps): update river monorepo to v0.33.0 fix(deps): update river monorepo to v0.34.0 Apr 9, 2026
@renovate renovate Bot changed the title fix(deps): update river monorepo to v0.34.0 Update river monorepo to v0.34.0 Apr 11, 2026
@renovate renovate Bot force-pushed the renovate/river-monorepo branch from b8a16e5 to d75299d Compare April 15, 2026 22:22
@renovate renovate Bot changed the title Update river monorepo to v0.34.0 Update river monorepo to v0.35.0 Apr 18, 2026
@renovate renovate Bot force-pushed the renovate/river-monorepo branch 2 times, most recently from fdb1de7 to 159a30a Compare April 24, 2026 15:17
@renovate renovate Bot changed the title Update river monorepo to v0.35.0 Update river monorepo to v0.35.1 Apr 26, 2026
@renovate renovate Bot force-pushed the renovate/river-monorepo branch 5 times, most recently from 03f7685 to 68a1ccf Compare May 1, 2026 21:39
@renovate renovate Bot force-pushed the renovate/river-monorepo branch from 68a1ccf to 1c1c031 Compare May 5, 2026 20:49
@renovate renovate Bot changed the title Update river monorepo to v0.35.1 fix(deps): update river monorepo to v0.35.1 May 5, 2026
@renovate renovate Bot force-pushed the renovate/river-monorepo branch 3 times, most recently from 25daf5f to d00e63a Compare May 10, 2026 01:27
@renovate renovate Bot changed the title fix(deps): update river monorepo to v0.35.1 fix(deps): update river monorepo to v0.36.0 May 10, 2026
@renovate renovate Bot force-pushed the renovate/river-monorepo branch from d00e63a to 71fd704 Compare May 11, 2026 21:43
@renovate renovate Bot changed the title fix(deps): update river monorepo to v0.36.0 fix(deps): update river monorepo to v0.37.0 May 11, 2026
@renovate renovate Bot force-pushed the renovate/river-monorepo branch 3 times, most recently from 7018e61 to 26513bc Compare May 15, 2026 16:40
@renovate renovate Bot changed the title fix(deps): update river monorepo to v0.37.0 fix(deps): update river monorepo to v0.37.1 May 15, 2026
@renovate renovate Bot force-pushed the renovate/river-monorepo branch from 26513bc to 6c8ad9d Compare May 18, 2026 15:39
@renovate renovate Bot changed the title fix(deps): update river monorepo to v0.37.1 Update river monorepo to v0.37.1 May 18, 2026
@renovate renovate Bot force-pushed the renovate/river-monorepo branch from 6c8ad9d to 145601d Compare May 22, 2026 20:55
@renovate renovate Bot changed the title Update river monorepo to v0.37.1 Update river monorepo to v0.38.0 May 22, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants