release-0.2.0
·
180 commits
to main
since this release
What's Changed
- Install commands shouldn't be multiline by @abjerner in #12
- Ensure that when optional secret key for token encryption is not provided token is stored without encryption. by @AndyButland in #15
- Use PackageMigrationPlan and update version retrieval by @ronaldbarendse in #18
- Use named options for services configuration by @ronaldbarendse in #17
- Added package Id to package manifest. by @AndyButland in #19
Breaking Changes
In the update to 0.2.0 we've introduced a couple of small breaking changes:
- Configuration has now been modified to a dictionary structure, as can be seen in the readme. Documentation will be updated shortly after release.
- The default encryption implementation has been changed to be
DataProtectionSecretEncryptor. Any existing stored tokens will need to be revoked and refreshed, or you can apply a code update to keep using the previous defaultAesSecretEncryptorimplementation.
New Contributors
- @ronaldbarendse made their first contribution in #18
Full Changelog: release-0.1.2...release-0.2.0