Update changes

This commit is contained in:
Mike Perham 2012-02-10 23:21:50 -08:00
parent 35aa480531
commit 79f7c09e10
1 changed files with 9 additions and 6 deletions

View File

@ -1,12 +1,15 @@
0.5.1
-----------
- Initial release!
0.5.2
HEAD
-----------
- 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)
0.5.1
-----------
- Initial release!