Skip to content

chore(deps): bump oban from 2.23.0 to 2.23.1 - #170

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/hex/oban-2.23.1
Open

chore(deps): bump oban from 2.23.0 to 2.23.1#170
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/hex/oban-2.23.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 8, 2026

Copy link
Copy Markdown

Bumps oban from 2.23.0 to 2.23.1.

Changelog

Sourced from oban's changelog.

v2.23.1 - 2026-08-02

Bug Fixes

  • [Peer] Scope lease renewal to the owning node

    Leadership renewal matched the peers row by name alone, so a node that lost its lease renewed whichever row it found and concluded it was still the leader. The belief never corrected, letting a second node run Cron and insert duplicate jobs until restart.

    Renewal is now scoped to the row's owner, so a peer that lost the lease demotes at the next election. Failed elections concede leadership rather than retaining it, and no longer crash the peer.

  • [Producer] Dispatch on refresh for missed notifications

    When an insert notification is dropped a queue could sit idle until it was manually paused and resumed. Producers now attempt a dispatch on each refresh, so a stuck queue self-heals on the next cycle. The default refresh_interval is now 60s (was 30s), since it purely controls recovery time.

  • [Job] Set successful state as default unique options

    Use the complete successful group as the unique default so it includes the suspended state.

  • [Reindexer] Reindex every configured index even when one fails

    A single missing or invalid index previously halted the entire reindex run, silently skipping every index after it. Each reindex is now independent, and failures are aggregated into the run's telemetry error metadata, identifying exactly which queries failed.

  • [Migration] Fix custom migrator resolution

    Use the repo selected from opts[:repo] when resolving a configured custom migrator.

Commits
  • f86cc92 Release v2.23.1
  • 7d96854 Scope peer lease renewal to the owning node
  • f92c53e Dispatch on refresh for missed notifications
  • 581bdcb Expand unique state groups for unique: true
  • 52cd08e Fix custom migrator resolution (#1483)
  • a772915 Set successful state in default unique options (#1463)
  • 4e06067 Reindex every configured index even when one fails
  • See full diff 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 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)

Bumps [oban](https://github.com/oban-bg/oban) from 2.23.0 to 2.23.1.
- [Release notes](https://github.com/oban-bg/oban/releases)
- [Changelog](https://github.com/oban-bg/oban/blob/v2.23.1/CHANGELOG.md)
- [Commits](oban-bg/oban@v2.23.0...v2.23.1)

---
updated-dependencies:
- dependency-name: oban
  dependency-version: 2.23.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file elixir Pull requests that update elixir code labels Aug 8, 2026
@chatgpt-codex-connector

Copy link
Copy Markdown

Codex usage limits have been reached for code reviews. Please check with the admins of this repo to increase the limits by adding credits.
Credits must be used to enable repository wide code reviews.

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 elixir Pull requests that update elixir code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants