Skip to content

Commit

Permalink
Release v2.17.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sorentwo committed Apr 26, 2024
1 parent 7c69cc6 commit abcffec
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,24 @@ args
|> Oban.insert()
```

## v2.17.10 — 2024-04-26

### Enhancements

- [Oban] Make all generated functions from `use Oban` overridable.

Now the functions generated by `use Oban` are all marked with `defoverridable` for
extensibility.

### Bug Fixes

- [Testing] Use `$callers` rather than `$ancestors` for ancestry tree check.

We care about Tasks for inline testing checks, not normal supervision tree ancestry. The
`$callers` entry is the appropriate mechanism to find the [trail of calling processes][trail]:

[trail]: https://hexdocs.pm/elixir/1.16.2/Task.html#module-ancestor-and-caller-tracking

## v2.17.9 — 2024-04-20

### 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.9"
@version "2.17.10"

def project do
[
Expand Down

0 comments on commit abcffec

Please sign in to comment.