File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 7474|> Oban .insert ()
7575```
7676
77+ ## v2.17.10 — 2024-04-26
78+
79+ ### Enhancements
80+
81+ - [ Oban] Make all generated functions from ` use Oban ` overridable.
82+
83+ Now the functions generated by ` use Oban ` are all marked with ` defoverridable ` for
84+ extensibility.
85+
86+ ### Bug Fixes
87+
88+ - [ Testing] Use ` $callers ` rather than ` $ancestors ` for ancestry tree check.
89+
90+ We care about Tasks for inline testing checks, not normal supervision tree ancestry. The
91+ ` $callers ` entry is the appropriate mechanism to find the [ trail of calling processes] [ trail ] :
92+
93+ [ trail ] : https://hexdocs.pm/elixir/1.16.2/Task.html#module-ancestor-and-caller-tracking
94+
7795## v2.17.9 — 2024-04-20
7896
7997### Enhancements
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ defmodule Oban.MixProject do
22 use Mix.Project
33
44 @ source_url "https://github.com/sorentwo/oban"
5- @ version "2.17.9 "
5+ @ version "2.17.10 "
66
77 def project do
88 [
You can’t perform that action at this time.
0 commit comments