Tags: zoonect-oss/ash_oban
Tags
release v0.2.3-rc.0 [v0.2.3-rc.0](ash-project/ash_oban@v0.2.2...v0.2.3-rc.0) (2024-03-29) Improvements: * update to ash 3.0
release v0.2.2 [v0.2.2](ash-project/ash_oban@v0.2.1...v0.2.2) (2024-03-05) Bug Fixes: * properly catch when trigger no longer applies Improvements: * validate primary keys provided for job scheduling * builds_trigger/3 to enable job composition without execution (ash-project#18)
release v0.2.1 [v0.2.1](ash-project/ash_oban@v0.2.0...v0.2.1) (2024-02-28) Bug Fixes: * only drain queues when oban is in testing mode * properly discard all non applicable jobs Improvements: * support `Oban.Pro.Testing.drain_jobs`
release v0.2.0 [v0.2.0](ash-project/ash_oban@v0.1.14...v0.2.0) (2024-02-20) Breaking Changes: * authorize always by default Improvements: * allow turning new authorization behavior off * add `actor_persister`, and use it automatically * authorize?: true always
release v0.1.14 [v0.1.14](ash-project/ash_oban@v0.1.13...v0.1.14) (2024-02-16) Improvements: * properly schedule scheduled actions
release v0.1.13 [v0.1.13](ash-project/ash_oban@v0.1.12...v0.1.13) (2024-01-12) Bug Fixes: * Do not wrap `paused` and `delete` Cron options into `events` (ash-project#15) * properly honor the `drain_queues?` option
release v0.1.12 [v0.1.12](ash-project/ash_oban@v0.1.11...v0.1.12) (2023-12-12) Improvements: * make draining queues optional for `AshOban.schedule_and_run_triggers`
release v0.1.11 [v0.1.11](ash-project/ash_oban@v0.1.10...v0.1.11) (2023-12-12) Improvements: * move schedule_and_run_triggers to `AshOban`
release v0.1.10 [v0.1.10](ash-project/ash_oban@v0.1.9...v0.1.10) (2023-12-07) Bug Fixes: * fallback clause to match valid configurations * add `cron` to opt schema * reverted part of refactor in 82cb0f9 (ash-project#14) * nested pausing states under `events` option * only supply metadata if `read_metadata` is set * pass metadata argument on the udpate action Improvements: * make `AshOban.Test` more configurable for scheduled actions * add `scheduled_action` for scheduling create/generic actions * log all errors by default, using `log_errors?` config * expose drain options to AshOban.Test.schedule_and_run_triggers (ash-project#12) * add `log_final_error?` and default it to `true` * don't log on raised exception, for consistency * support `require?: false` option on `config/3`. * support `action_input` on triggers
release v0.1.9 [v0.1.9](ash-project/ash_oban@v0.1.8...v0.1.9) (2023-10-04) Improvements: * more granular & more broad testing helpers * more debug logs, make debugging opt-in
PreviousNext