Release 0.7.0
·
116 commits
to b50c2fdabfd88d1e64a296d6bf7272fba22cf29b
since this release
0.7.0 - 2022-06-14
Changed
- Refactored all backend workers and middleware to a separate out the BigQC project. This project now comprises just a web layer on top of the BigQC engine. This change resulted in the need to change a few environment variables to reflect the change to BigQC.
CELERY_BROKER_CONNECTION_STRING
->BIGQC_BROKER_URL
andCELERY_BACKEND_CONNECTION_STRING
->BIGQC_BACKEND_URL
. - Changed dependencies to reflect the refactor.