Breaking changes
1) Now it correctly loads the `FERNET_KEY`.
To upgrade:
In the docker-compose context: remove the `b` in front of the key on the `.env` file. For example
`FERNET_KEY='asdasdasd'`
instead of
`FERNET_KEY=b'asdasdasd'`
You must then destroy and recreate the containers otherwise it won't pick up the env change
Installs that manually set keys or used k8s are unaffected.
Future installs were fixed with https://github.com/diffgram/diffgram/commit/56550d2d65b98be50d8642d433239de6d5609b06
This issue was discovered post release hence why on the 1.1.2 and not 1.2.0. We are continuing to work to improve our release processes.
What's Changed
* fix: improve dependencies of container in docker compose by PJEstrada in https://github.com/diffgram/diffgram/pull/921
* fix process media for aws v4 sig context
**Full Changelog**: https://github.com/diffgram/diffgram/compare/1.1.1...1.1.2