1
0
Fork 0
mirror of https://github.com/mperham/sidekiq.git synced 2022-11-09 13:52:34 -05:00
mperham--sidekiq/Changes.md

16 lines
510 B
Markdown
Raw Normal View History

2012-02-11 02:21:50 -05:00
HEAD
2012-02-08 23:46:17 -05:00
-----------
2012-02-11 02:21:50 -05:00
- Resque-compatible processing stats in redis (mperham)
- Simple client testing support in sidekiq/testing (mperham)
- Plain old Ruby support via the -r cli flag (mperham)
- Refactored middleware support, introducing ability to add client-side middleware (ryanlecompte)
- Added middleware for ignoring duplicate jobs (ryanlecompte)
- Added middleware for displaying jobs in resque-web dashboard (maxjustus)
- Added redis namespacing support (maxjustus)
2012-02-11 02:21:50 -05:00
0.5.1
-----------
- Initial release!