Releases: rq/django-rq
Releases · rq/django-rq
Release list
v4.1.1
- Added support for
webhooksargument when registering cron jobs. Thanks @selwin! - Fixed
get_scheduler_pid()on rq >= 2.10. Thanks @terencehonles! stats.jsonandrqstats --json/--yamlnow expose safe Redis connection metadata instead of raw redis-py connection kwargs. Secret values and redis-py internals are omitted. Thanks @selwin!
v4.1
v4.0.1
v4
django-rqnow automatically integrates with Django's admin backend without manual URL configuration. Thanks @selwin and @terencehonles!- Added new
COMMIT_MODEsetting to replaceAUTOCOMMIT. More info in docs. Thanks @selwin! - Cron scheduler detail page now shows jobs configured in that particular scheduler. Thanks @selwin!
- Removed legacy Sentry integration. Thanks @selwin!
v3.2.2
v3.2.1
v3.2
v3.1
- Added
/metricsendpoint to expose RQ metrics in Prometheus format. Thanks @terencehonles! - Added token based authentication for the
/metricsand/stats.jsonendpoints. Thanks @RasmusThing! - Migrated Django-RQ to use Python's modern packaging standard. Thanks @terencehonles!
- Fixed an issue with setting
result_ttlvia job decorators. Thanks @Sir-heed! - Various admin page improvements. Thanks @selwin and @DhavalGojiya!
v3.0.1
- Temporarily disable
object-toolsblock from job detail view. Thanks @terencehonles! - Fixed a typo in
setup.py. Thanks @terencehonles! - Added support for RQ >= 2.2. Thanks @terencehonles!
- Properly handle cases where no
HOSTis specified in Redis config. Thanks @spapas!