Skip to content

Commit

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

### Bug Fixes

- [Oban] Expand `insert`/`insert_all` typespecs for multi arity

This fixes dialyzer issues from the introduction of `opts` to `Oban.insert` and
`Oban.insert_all` functions.

- [Reindexer] Allow specifying timeouts for all queries

In some cases, applying `REINDEX INDEX CONCURRENTLY` on the indexes
`oban_jobs_args_index`, and `oban_jobs_meta_index` takes more than the default
value (15 seconds). This new option allows clients to specify other values
than the default.

## v2.13.0 — 2022-07-22

### Enhancements
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.0"
@version "2.13.1"

def project do
[
Expand Down

0 comments on commit ca4c9f4

Please sign in to comment.