##1.1 (2011-06-16)
- api change based on redis-py
- setproctitle requirements fix
- change exception logging in worker
##1.0.1 (2011-04-12)
- fixed bug with tempaltes and media in resweb
- call to redis-py disconnect was failing, switched to connection.disconnect
- interval cast to int for pyres_worker script command
- fixing issues #45, #46.
- #45 - resweb not working in chrome
- #46 - delayed_queue_schedule_size() returns incorrect value
- updated version requirement for redis-py
- added Failure docs from Alex._
- added better logging to the project
- added the pyres_manager and the horde module. This allows a more prefork like model for processing jobs.
- setproctitle usage. Allows better process titles when viewing via ps
- ability to delete and requeue failed items
- fixed the pyres_scheduler script
- changed download link to remove v from version number
- added feature to retry jobs based on a class attribute
- bug fix for pruning workers.
- delayed tasks
- resweb pagination
- switch stored timestamps to a unix timestamp
- updated documentation
- upgraded to redis-py 1.34.1
- switched from print statements to the logging module
- import errors on jobs are now reported in the failed queue
- prune dead workers
- small bugfixes in the resweb package
- improved failure formatting
- datetime json parser
- added new documentation to the project
- update setup.py
- preparing for semantic versioning
- fixed issue with new failure package in distutils sdist
- changed setup.py to remove camel case, because it's ugly
- added the basics of failure backend support
- minor bug fix in worker.py
- merged in some setup.py niceties from dsc fork
- merged in better README info from dsc fork
- updated setup.py
- refactored package for better testing
- resque namespacing by fakechris
- smarter import from string by fakechris
- Better web interface via resweb
- Updated the api to be more inline with resque
- More tests.
- First release.