4.2.0-beta.3 (2021-02-09)
- [Breaking] Removed
dist-browser
from the published package. To bundle the Azure SDK libraries for the browsers, please read our bundling guide: link. - Updated the Key Vault Keys Long Running Operation Pollers to follow a more compact and meaningful approach moving forward.
- Bug fix: The logging of HTTP requests wasn't properly working - now it has been fixed and tests have been written that verify the fix.
- Added a constructor overload to
CryptographyClient
that takes aJsonWebKey
and allows for local-only subset of operations. - Added
KeyId
to the public API of CryptographyClient. - [Breaking] Removed
parseKeyVaultKeysId
from the public API and madeKeyOptionsOptions.additionalAuthenticatedData
a readonly property. - Added a
createOctKey
convenience method to create a key of typeoct
oroct-HSM
as appropriate.