Skip to content

Commit

Permalink
Release v2.17.7
Browse files Browse the repository at this point in the history
  • Loading branch information
sorentwo committed Mar 25, 2024
1 parent 207dc48 commit 8ae1188
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 @@ -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
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.17.6"
@version "2.17.7"

def project do
[
Expand Down

0 comments on commit 8ae1188

Please sign in to comment.