Releases: django-commons/django-tasks-scheduler
Releases · django-commons/django-tasks-scheduler
v2.1.0 🌈
Changes
🚀 Features
- Support for custom job-class for every worker, using
--job-class
option inrqworker
command. @gabriels1234 (#160) - Support for integrating with sentry, using
--sentry-dsn
,--sentry-debug
, and--sentry-ca-certs
options in
rqworker
command. - Support for using ValKey as broker instead of redis.
🧰 Maintenance
- Refactor settings module.
v2.0.0 🌈
Breaking Changes
- Remove support for django 3.* and 4.*. Only support django 5.0 and above.
- queue choice field is now callable.
v1.3.4 🌈
🧰 Maintenance
- Update dependencies to latest versions
v1.3.3 🌈
v1.3.2 🌈
v1.3.1 🌈
v1.3.0 🌈
🚀 Features
- Add to CronTask and RepeatableTask counters for successful/failed runs.
🧰 Maintenance
- Support for django 5.0
- Update homepage url @dirkmueller (#65)
v1.2.4 🌈
v1.2.3 🌈
Changes
Full Changelog: v1.2.2...v1.2.3