Skip to content

build(deps): bump oban from 2.13.4 to 2.13.6#23

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/hex/oban-2.13.6
Closed

build(deps): bump oban from 2.13.4 to 2.13.6#23
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/hex/oban-2.13.6

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Nov 28, 2022

Bumps oban from 2.13.4 to 2.13.6.

Release notes

Sourced from oban's releases.

v2.13.6

Bug Fixes

  • [Testing] Put default timestamps directly in changeset.

    Workers that override new/2 and don't pass options through would end up without necessary timestamps, causing a CaseClauseError during execution when timestamps couldn't be compared.

Changelog

Sourced from oban's changelog.

v2.13.6 — 2022-11-28

  • [Testing] Put default timestamps directly in changeset.

    Workers that override new/2 and don't pass options through would end up without necessary timestamps, causing a CaseClauseError during execution when timestamps couldn't be compared.

v2.13.5 — 2022-11-14

Bug Fixes

  • [Testing] Correctly handle cancelling jobs via :cancel tuples when executing jobs with the Inline engine.

  • [Testing] Improve the realism of perform_job/3 by injecting a unique integer for the id, setting an inserted_at timestamp, and encoding/decoding meta as JSON.

  • [Cron] Raise ArgumentError when given the wrong number of expression fields.

    Cron expressions with the wrong number of fields would raise a MatchError without any insight as to what was wrong. Now parsing returns a more helpful ArgumentError error.

Commits
  • e1a3cf8 Release v2.13.6
  • 13b5f10 Put default timestamps directly in changeset
  • 4447f4f Release v2.13.5
  • a7f2393 Bring job states-related docs back (#803)
  • 1242475 Stop burying the lede for unique jobs
  • a4bddff Adds default inserted_at to Testing.perform_job/3 (#800)
  • 3698d0a Include cancelled execution state for telemetry
  • 48b213e Handle cancelled jobs in inline engine (#795)
  • 840a224 Raise ArgumentError on wrong expression fields
  • cbeb740 Change backoff example to use Job struct (#783)
  • 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 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/sorentwo/oban) from 2.13.4 to 2.13.6.
- [Release notes](https://github.com/sorentwo/oban/releases)
- [Changelog](https://github.com/sorentwo/oban/blob/v2.13.6/CHANGELOG.md)
- [Commits](oban-bg/oban@v2.13.4...v2.13.6)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 28, 2022
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Jan 30, 2023

Superseded by #26.

@dependabot dependabot bot closed this Jan 30, 2023
@dependabot dependabot bot deleted the dependabot/hex/oban-2.13.6 branch January 30, 2023 21:18
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants