Oban Releases

Web v2.3.0

Enhancements

  • Cancelling a job transitions the job to the cancelled state rather than discarded. The discarded state is now reserved for jobs that exhaust retry attempts or are purposefully discarded through a {:discard, reason} tuple.

  • Display meta in the job details view.

Changes

  • Upgrade Oban dependency to ~> 2.3.0 to support the new cancelled state, and meta field.

Web v2.3.1

Changes

  • Upgrade minimum Phoenix Live View dependency to 0.15.

Bug Fixes

  • Allow retrying or deleting cancelled jobs when they were never attempted.