Skip to content

Commit 8b0aada

Browse files
committed
Release v2.19.4
1 parent f91ea26 commit 8b0aada

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,21 @@ is extremely rare) then it warns about a missing module.
107107
This approach was chosen over a config option for backward compatibility because Oban will only
108108
support the JSON module once the minimum supported Elixir version is v1.18.
109109

110+
## v2.19.4 — 2025-03-25
111+
112+
### Bug Fixes
113+
114+
- [Validation] Partially revert removal of unused validators.
115+
116+
Some validations are actively used by the current version of Oban Pro and shouldn't have been
117+
removed.
118+
119+
- [Plugins] Handle and log all unexpected messages.
120+
121+
Some genservers handled unexpected messages while others did not. Now all plugins and other
122+
genservers consistently handle those messages. Public facing modules, such as plugins, all log a
123+
warning about the message while internal modules ignore them.
124+
110125
## v2.19.3 — 2025-03-24
111126

112127
### Bug Fixes

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule Oban.MixProject do
22
use Mix.Project
33

44
@source_url "https://github.com/oban-bg/oban"
5-
@version "2.19.3"
5+
@version "2.19.4"
66

77
def project do
88
[

0 commit comments

Comments
 (0)