Releases: Koed00/django-q
Releases · Koed00/django-q
v1.3.9
v1.3.8
v1.3.7
Changes
- Build improvements and localtime fixes(#569) @Koed00
- Create codeql-analysis.yml (#564) @Koed00
- Fix docs error (#563) @aken830806
- Codecov_fixes. Got coverage again (#562) @Koed00
- Feature/improves multiple databases support (#561) @abxsantos
This release will try to fully switch to Poetry for building releases. Please create an issue if there are any problems.
v1.3.6
Changes
- Fix for SSL errors in #422 (#556) @nittolese
- Fixes #314 - Convert func to its import path str so that resubmitting failed task works (#554) @kennyhei
- Add "qmemory" command (#553) @kennyhei
- Allow tasks to be scheduled on a specific cluster (#555) @midse
- Fixes #225 - Successful tasks grow beyond SAVE_LIMIT (#552) @kennyhei
- Update documentation for new retry time default (#538) @amo13
- Fixes deprecated count method (#549) @Koed00
- Updates testing to python 3.9 and Django 3.2 (#548) @Koed00
- Adds long polling support (#506) @Javedgouri
- Use 'timezone.localtime()' when calculating the next run time (#520) @wy-z
v1.3.5
Changes
- Add a warning for misconfiguration. (#509) @icfly2
- Migrate to Github Action CI (#507) @Koed00
- Add broker name in Schedule and enhanced Queued Tasks list display admin (#502) @telmobarros
- Add example of http health check (#504) @pysean3
- Added german translation (#499) @jonaswinkler
- Update brokers.rst (#497) @MaximilianKindshofer
v1.3.4
Changes
- Try to get SQS queue before creating it (#478) @fallenhitokiri
- Empty dictionary as configuration value for SQS (#477) @fallenhitokiri
- Model.unicode() has no effect in Python 3.X (#479) @alx-sdv
- Fix deprecation warning RemovedInDjango40Warning (#483) @Djailla
- Fix for #424 TypeError: can't pickle _thread.lock objects (#482) @ihuk
- [WIP]Change Django documentation links and URLs to a supported version (v1.8 -> v2.2) (#481) @jagu2012
v1.3.3
Changes
- Add attempt_count to limit the number of times a filed task will be re-attempted (#466) @timomeara
- Updates to Django 3.1 (#464) @Koed00
v1.3.2
v1.3.1
Changes
- Fixes migrations
v1.3.0
Changes
- Support for Cron expressions (#452) @Koed00
- Adds hint, some linting and a release drafter (#449) @Koed00
- Use 'force_str' instead of deprecated 'force_text' (#448) @edouardtheron
- [cleanup] Few cleanup commit for linting and migrations (#447) @Djailla
Dependency Updates
Notes
- This release includes migrations
- For cron expression support you will have to pip install croniter.