Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

15.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Nov 15:35
· 36 commits to main since this release
8bbb7f0

Changed

  • BREAKING Removed encryptor class variable (#293)
  • BREAKING Removed cacheEncryptionKey class variable (#293)
  • BREAKING Changed encryptor constructor option property type to GenericEncryptor | ExportableKeyEncryptor | undefined (#293)
    • When the controller is instantiated with cacheEncryptionKey = true, the encryptor type is restricted to ExportableKeyEncryptor | undefined