From ca4c9f44ffb60473d91a9e3fa19d8134ec50c25f Mon Sep 17 00:00:00 2001 From: Parker Selbert Date: Tue, 9 Aug 2022 13:17:06 -0500 Subject: [PATCH] Release v2.13.1 --- CHANGELOG.md | 16 ++++++++++++++++ mix.exs | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9e08606..8ceadb8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/mix.exs b/mix.exs index b8772011..36aecc42 100644 --- a/mix.exs +++ b/mix.exs @@ -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 [