Changelog for
python311-django-rq-2.10.2-1.1.noarch.rpm :
* Fri May 03 2024 Dirk Müller
- update to 2.10.2:
* Added support for Django 5.0. Thanks AATTselwin!
* Fixed an error in Python 3.12. Thanks AATTselwin!
* Fixes an issue that may happen if Redis port is not specified. Thanks AATTterencehonles!
* Sun Jan 14 2024 Dirk Müller - update to 2.10.1:
* Fixed packaging issues with 2.10.0.
* Added `rqworker-pool` management command.
* Compatibility with Django 5.0.
* The scheduler now defaults to db 0.
* Wed Dec 06 2023 Dirk Müller - update to 2.9.0:
* Added an option to delete all failed jobs.
* You can now specify `SERIALIZER` option while declaring queues in `settings.py`
* Updated templates to match newer versions of Django admin\'s styling.
* Don\'t show `Empty Queue` button on registry pages.
* Sat May 27 2023 Dirk Müller - update to 2.8.1:
* Added a button to stop currently running jobs.
* Added a failed jobs column to rqstats command.
* Explicitly requires RQ >= 1.14 in `setup.py`.
* Wed May 03 2023 Dirk Müller - update to 2.8.0:
* Support for RQ 1.14.
* Show scheduler PID information in admin interface.
* Added `serializer` argument to `rqworker` command.
* Added `USERNAME` and `SENTINEL_KWARGS` support.
* Fri Feb 10 2023 Dirk Müller - update to 2.7.0:
* Able to show multiple execution results for each job (requires RQ v1.12).
* Various admin interface improvements.
* Wed Jan 04 2023 Dirk Müller - update to v2.6.0:
* Added --max-jobs argument to rqworker management command.
* Remove job from ScheduledJobRegistry if a scheduled job is enqueued from admin. Thanks AATTrobertaistleitner!
* Tue Oct 11 2022 John Vandenberg - Activate test suite- Tidy spec
* Tue Apr 12 2022 Misha Komarovskiy - Update to 2.5.1
* Redis.from_url does not accept ssl_cert_reqs argument for non SSL Redis URL. Thanks AATTbarash-asenov!
* Mon Aug 30 2021 Misha Komarovskiy - update to 2.4.1