File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -107,6 +107,21 @@ is extremely rare) then it warns about a missing module.
107
107
This approach was chosen over a config option for backward compatibility because Oban will only
108
108
support the JSON module once the minimum supported Elixir version is v1.18.
109
109
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
+
110
125
## v2.19.3 — 2025-03-24
111
126
112
127
### Bug Fixes
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule Oban.MixProject do
2
2
use Mix.Project
3
3
4
4
@ source_url "https://github.com/oban-bg/oban"
5
- @ version "2.19.3 "
5
+ @ version "2.19.4 "
6
6
7
7
def project do
8
8
[
You can’t perform that action at this time.
0 commit comments