Releases: openedx/edx-celeryutils
Releases · openedx/edx-celeryutils
Dropped support for python3.5
- Dropped support for Python 3.5.
Release using Github CI
Dropped support for python35. Released using GitHub CI.
Upgrade celery to 5.0.4
Upgrade celery to 5.0.4
upgrade celery to 4.2.2
Upgrade celery to 4.2.2
V0.5.1
Added support for python38.
See CHANGELOG.rst
See CHANGELOG.rst
Drop ChordableDjangoBackend and django-celery support
We have removed ChordableDjangoBackend, ChordData, and the related drop_djcelery_tables.py management command in order to remove the django-celery library.
Switch From jsonfield to jsonfield2
jsonfield package used by edx is currently unmaintained and has only been tested against Django versions through 1.11, so replaced with jsonfield2 which supports Django 1.11 through 2.2.
Added Support for Django 2.2
Merge pull request #23 from edx/BOM-1076 Added Support for Django 2.2
Requirements Update
With the requirements update, this release covers up the security vulnerability in the jinja2 present in its older versions.