v0.9.0
What's Changed
- fix: security advisory by @arielweinberger in #297
- fix: trivial cleanup by @arielweinberger in #298
BREAKING CHANGES 🚨
In this release, the provider API token encryption method has been changed from AES-CBC
to AES-GCM
. This introduces a new column in the database, for the ProviderApiKey
table. Your users will be required to re-enter their provider API keys and a database migration is required!
Full Changelog: v0.8.6...v0.9.0