exq v0.16.1 Release Notes
Release Date: 2021-12-13 // 5 months ago-
โ Added
๐ Changed
๐ Fixed
- ๐ Fix @doc redefined warnings #463 by deepfryed
Previous changes from v0.16.0
-
โฌ๏ธ NOTE: Please read PR #458 for upgrade instructions.
โ Added
- โ Add retried_at field for Sidekiq compatibility #450 by @ananthakumaran
- โ Add apis to support exq_ui #452 by @ananthakumaran
- โ Add documentation about mode: :enqueuer and Exq.Enqueuer.queue_in #456 by @dbernheisel
- โ Add api to immediately enqeueue jobs from retry/scheduled queue #461 by @ananthakumaran
- โ Add api to re-enqueue dead job #462 by @ananthakumaran
๐ Changed
- โ Add Sidekiq 5 compatibility #458 by @ananthakumaran
- ๐ Use latest Phoenix child spec style #459 by @vovayartsev
- ๐ Replace deprecated supervisor calls #453 by @vkuznetsov
๐ Fixed
- ๐ Handle timeouts on middleware pipeline #444 by @ananthakumaran
- โฑ Use the correct scheduled time for enqueued_at field for mock #449 by @ananthakumaran