Skip to content

release-0.2.0

Choose a tag to compare

@AndyButland AndyButland released this 18 Jul 05:10
· 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 default AesSecretEncryptor implementation.

New Contributors

Full Changelog: release-0.1.2...release-0.2.0