4.3.0-beta.1 (2021-07-07)
Features Added
- With the dropping of support for Node.js versions that are no longer in LTS, the dependency on
@types/node
has been updated to version 12. Read our support policy for more details. - Added support for
KeyClient.getRandomBytes
which, when connected to a managed HSM, can be used to generate a byte array of a given length with random values. - Updated the service version to 7.3-preview.
Key Bugs Fixed
- Fixed an issue where
CryptographyClient.signData
andCryptographyClient.verifyData
convenience methods would fail to find a valid hashing algorithm when using Elliptic Curve keys.