This release moves the message queue from Redis to the Postgres database, and removes the Redis dependency.
Upgrading
Upgrade is automatic, but you can remove the Redis instance from your installation as it will no longer be doing anything. The docs and docker compose examples have been updated to reflect this.
What's Changed
- Remove Redis dependency and move message queue to Postgres by @mgdigital in #131
Full Changelog: v0.6.2...v0.7.0