Skip to content

Commit

Permalink
Release v2.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sorentwo committed Aug 19, 2022
1 parent 1ea09e9 commit cba6e00
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,20 @@ 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.2 — 2022-08-19

### Bug Fixes

- [Oban] Fix `insert/3` and `insert_all/3` when using options.

Multiple default arguments caused a conflict for function calls with options
but without an Oban instance name, e.g. `Oban.insert(changeset, timeout: 500)`

- [Reindexer] Fix the unused index repair query and correctly report errors.

Reindexing and deindexing would faily silently because the results weren't
checked and no exceptions were raised.

## v2.13.1 — 2022-08-09

### 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.1"
@version "2.13.2"

def project do
[
Expand Down

0 comments on commit cba6e00

Please sign in to comment.