oban v2.13.3 Release Notes
Release Date: 2022-09-07 // 9 months ago-
๐ Bug Fixes
- [Oban] Fix dialyzer for
insert/2
andinsert_all/2
, again.
The recent addition of a
@spec
forOban.insert/2
broke dialyzer in some situations. To prevent this regression in the future we now include a compiled module that exercises allOban.insert
function clauses for dialyzer. - [Oban] Fix dialyzer for
Previous changes from v2.13.2
-
๐ Bug Fixes
- [Oban] Fix
insert/3
andinsert_all/3
when using options.
Multiple default arguments caused a conflict for function calls with options but without an Oban instance name, e.g.
Oban.insert(changeset, timeout: 500)
- [Reindexer] Fix the unused index repair query and correctly report errors.
Reindexing and deindexing would faily silently because the results weren't checked and no exceptions were raised.
- [Oban] Fix