Releases: VictorAuthiat/sidekiq-tasks
Releases · VictorAuthiat/sidekiq-tasks
Version 0.1.6
Version 0.1.5
- Add duration, status and error reports to history.
- Fix Code Climate report by updating CI runner from
ubuntu-20.04
toubuntu-22.04
.
Version 0.1.4
- Fix gem load error by moving the entrypoint to the correct path.
- Support enabling/disabling all tasks in a namespace with a magic comment.
- Improve task search to allow more flexible and intuitive matching.
- Fix deprecation warning by avoiding direct access to params (Sidekiq 8 compatibility).
Version 0.1.3
- Change required Ruby version to 3.0.0.
- Add
DisableWithComment
rule to disable a specific task with a magic comment.
Version 0.1.2
Update plugin registration for Sidekiq 7.3+ compatibility.
Version 0.1.1
Add an environment confirmation input to the task enqueuing form.
Version 0.1.0
Initial release