Skip to content

0.21.0 (Major Release)

Compare
Choose a tag to compare
@fredkingham fredkingham released this 03 Nov 15:56
· 0 commits to v0.21.0 since this release

Celery upgrade and Django Celery library change.

django-celery only officially supports Python 3.5 which Opal no longer supports. It is also no longer the recommended solution for results by Celery. So we have removed this dependency and added the django-celery-results module that has a similar functionality.

Drops support for Python 3.5

Opal now supports Python 3.6 - Python 3.8.