* Added support for RQ 2.0. Thanks selwin! * Many typing improvements. Thanks SpecLad and terencehonles! * Added management command to suspend and resume workers. Thanks jackkinsella! * Better support for Redis Sentinel. Thanks alaouimehdi1995!
2.10.2
* Added support for Django 5.0. Thanks selwin! * Fixed an error in Python 3.12. Thanks selwin! * Fixes an issue that may happen if Redis port is not specified. Thanks terencehonles!
2.10.1
* Fixed packaging issues with 2.10.0.
2.10.0
* Added `rqworker-pool` management command. Thanks chromium7! * Compatibility with Django 5.0. Thanks perry! * The scheduler now defaults to db 0. Thanks bennylope!
2.9.0
* Added an option to delete all failed jobs. Thanks chromium7! * You can now specify `SERIALIZER` option while declaring queues in `settings.py` Thanks sophcass! * Updated templates to match newer versions of Django admin's styling. Thanks nikhilweee! * Don't show `Empty Queue` button on registry pages. Thanks selwin!