This repository has been archived by the owner on Sep 4, 2023. It is now read-only.
Releases: dsoftwareinc/django-rq-scheduler
Releases · dsoftwareinc/django-rq-scheduler
v2023.4.0 🌈
🚀 Features
- Add management commands to export and import models.
- Add Run Now @gabriels1234 (#106)
🧰 Maintenance
- Bump poetry from 1.4.0 to 1.4.1 @dependabot (#107)
- Bump flake8-pyproject from 1.2.2 to 1.2.3 @dependabot (#110)
- Bump fakeredis from 2.10.1 to 2.10.2 @dependabot (#111)
- Bump coverage from 7.2.1 to 7.2.2 @dependabot (#104)
v2023.3.2 🌈
- Add missing migration
Full Changelog: v2023.3.1...v2023.3.2
v2023.3.1 🌈
Changes
- Fix: error on django-admin when internal scheduler is off
v2023.3.0 🌈
Breaking changes
In v2023.3.0, django-rq-scheduler was refactored significantly to support the calculation of parameters in runtime.
You can now add a callable param to your scheduled job, which will be calculated when the job is performed.
It is highly recommended you save your existing database before upgrading!
Once you upgrade, recreate your jobs.
Changes
v2023.2.1 🌈
Changes
- Hotfix/repeatable repeat none interval @gabriels1234 (#85)
- Feature/add result ttl to cronjobs @gabriels1234 (#84)
v2023.2.0 🌈
Changes
- Hotfix new cron @gabriels1234 (#79)
- Make at_front nullable @cunla (#77)
- Start working on documentation on https://django-rq-scheduler.readthedocs.io/en/latest/
v2023.1.0 🌈
Breaking changes
- Remove rq-scheduler dependency
Changes
- Add support for scheduling at front of the queue #65
v2023.1.0-beta3 🌈
Changes
- Fix error running action
run_job_now
in admin
v2023.1.0-beta2 🌈
Changes
- Add support for scheduling at front of the queue #65
v2023.1.0-beta 🌈
Changes
- Remove rq-scheduler dependency