Skip to content

Commit

Permalink
Release v2.13.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sorentwo committed Sep 23, 2022
1 parent c903483 commit 987d495
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,21 @@ other "extension" modules. For the sake of consistency with notifiers and peers,
the Basic and Inline engines are now `Oban.Engines.Basic` and
`Oban.Engines.Inline`, respectively.

## v2.13.4 — 2022-09-23

### Bug Fixes

- [Oban] Fix dialyzer ambiguity for `insert_all/2` when using a custom name
rather than options.

- [Testing] Increment attempt when executing with `:inline` testing mode

Inline testing mode neglected to increment the `attempt` and left it at 0.
That caused jobs with a single attempt to erroneously report `failure` rather
than a `discard` telemetry event.

- [Reindexer] Correct namespace reference in reindexer query.

## v2.13.3 — 2022-09-07

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ defmodule Oban.MixProject do
use Mix.Project

@source_url "https://github.com/sorentwo/oban"
@version "2.13.3"
@version "2.13.4"

def project do
[
Expand Down

0 comments on commit 987d495

Please sign in to comment.