From 8ae1188eee8521cb319d690da8ee2f60917643cf Mon Sep 17 00:00:00 2001 From: Parker Selbert Date: Mon, 25 Mar 2024 08:53:21 +0000 Subject: [PATCH] Release v2.17.7 --- CHANGELOG.md | 14 ++++++++++++++ mix.exs | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 988500ec..ae1a9af8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -74,6 +74,20 @@ args |> Oban.insert() ``` +## v2.17.7 — 2024-03-25 + +### Bug Fixes + +- [Notifier] Prevent Sonar from running in `:testing` modes. + + Sonar has no purpose during tests, and it can cause sandbox issues when tests run with the + Postgres notifier. + +- [Oban] Correctly handle pause and resume all with opts. + + The primary clause had two default arguments and it was impossible to call `pause_all_queues/1` + or `resume_all_queues/1` with opts and no name. + ## v2.17.6 — 2024-03-01 ### Enhancements diff --git a/mix.exs b/mix.exs index 03de02a7..6f9b60f2 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.17.6" + @version "2.17.7" def project do [