Skip to content

v2.13.3

Choose a tag to compare

@sorentwo sorentwo released this 09 Sep 13:04

Bug Fixes

  • [Oban] Fix dialyzer for insert/2 and insert_all/2, again.

    The recent addition of a @spec for Oban.insert/2 broke dialyzer in some situations. To prevent this regression in the future, we now include a compiled module that exercises all Oban.insert function clauses for dialyzer.