This repository has been archived by the owner on Apr 1, 2023. It is now read-only.
Releases: utgarda/sidekiq-status
Releases · utgarda/sidekiq-status
Release v0.7.0
Version 0.7.0
- Sidekiq 3.x, 4.x and 5.x are now fully supported
- Added full support for ActiveJob
- Updated Web UI
- Styling updated to stay consistent with Sidekiq UI
- Added header sorting
- Fixed argument formatting
- Times now display using natural language via ChronicDuration
- Adds individual job details page
- Test suite fixed
Release v0.6.0
Version 0.6.0
- Updated Web UI
- Will have all job statuses, previously it was showing only :working status
- Bootstrap lables instead of badges for status
- Added Arguments column to statuses page
- New :interrupted status added
- Added way to specify :expiration for Sidekiq::Status::ClientMiddleware
- Bug fixes & Code cleaup