oban v0.8.1 Release Notes

Release Date: 2019-09-11 // over 4 years ago
  • 🔄 Changed

    • ⏪ [Oban.Notifier] Restore the gossip macro and allow oban_gossip channel for notifications.

    🛠 Fixed

    • [Oban.Migrations] Prevent invalid up and down ranges when repeatedly migrating without specifying a version. This issue was seen when running all of the up migrations on a database from scratch, as there would be multiple oban migrations that simply delegated to up and down.