From 167c3485091bc149cfe7adb1f981f72fb3b6dd0b Mon Sep 17 00:00:00 2001 From: Stan Triepels <1939656+GDay@users.noreply.github.com> Date: Sat, 5 Nov 2022 23:06:34 +0100 Subject: [PATCH] Update changelog and readme (#29) Added changes from the previous versions and diff between Q and Q2 --- CHANGELOG.md | 40 ++++++++++++++++++++++++++++++++++++++-- README.rst | 12 ++++++++++++ 2 files changed, 50 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7204555..f16f435 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,44 @@ # Changelog -## [Unreleased](https://github.com/koed00/django-q/tree/HEAD) +## [Unreleased](https://github.com/GDay/django-q2/tree/HEAD) -[Full Changelog](https://github.com/koed00/django-q/compare/v1.3.9...HEAD) +**Merged pull requests:** + +- Fix: func reference in admin https://github.com/GDay/django-q2/pull/28 + + +## [v1.4.2](https://github.com/GDay/django-q2/tree/v1.4.2) (2022-11-22) + +**Merged pull requests:** + +- Make redis dependency optional and update boto3 #22 + +## [v1.4.1](https://github.com/GDay/django-q2/tree/v1.4.1) (2022-11-21) + +**Merged pull requests:** + +- Fix typo configure.rst https://github.com/GDay/django-q2/pull/1 +- Update dependencies https://github.com/GDay/django-q2/pull/2 +- Show function name in log when running task https://github.com/GDay/django-q2/pull/3 +- Codecov -> Coveralls https://github.com/GDay/django-q2/pull/4 +- Fix: readthedocs config file https://github.com/GDay/django-q2/pull/5 +- Docs updates https://github.com/GDay/django-q2/pull/6 +- Feat: Release plan to pypi https://github.com/GDay/django-q2/pull/7 +- Feat: Turkish translations https://github.com/GDay/django-q2/pull/8 +- Fix: Connection issues with CONN_MAX_AGE > 0 https://github.com/GDay/django-q2/pull/9 +- Replace use of eval() by ast.parse() + ast.literal_eval() https://github.com/GDay/django-q2/pull/10 +- Admin improvements https://github.com/GDay/django-q2/pull/11 +- Save limit per group/func/name https://github.com/GDay/django-q2/pull/12 +- Use logger.hasHandlers() to setup fallback logging https://github.com/GDay/django-q2/pull/13 +- allow atomic on external db https://github.com/GDay/django-q2/pull/14 +- Fix install command and remove old warnings https://github.com/GDay/django-q2/pull/16 +- Remove arrow dependency https://github.com/GDay/django-q2/pull/17 +- Remove funding file, add docker/compose for development project and fix https://github.com/GDay/django-q2/pull/18 +- Fix unclear error when function is not called correctly https://github.com/GDay/django-q2/pull/19 +- Remove blessed dependency https://github.com/GDay/django-q2/pull/20 +- Release new version and docs fixes https://github.com/GDay/django-q2/pull/21 + +## v1.4.0 **Closed issues:** diff --git a/README.rst b/README.rst index 0bd8215..7ca2d4b 100644 --- a/README.rst +++ b/README.rst @@ -22,6 +22,18 @@ Features - Redis, IronMQ, SQS, MongoDB or ORM - Rollbar and Sentry support +Changes compared to the original Django-Q: + +- Dropped support for Disque (hasn't been updated in a long time) +- Dropped Redis, Arrow and Blessed dependencies +- Updated all current dependencies +- Added tests for Django 4.x +- Added Turkish language +- Improved admin area +- Fixed a lot of issues + +See the `changelog `__ for all changes. + Requirements ~~~~~~~~~~~~