4.3.0-beta.5 (2021-03-12)
Breaking Changes
- Removed local support for encryption and decryption using AESGCM, as per guidance of Microsoft's cryptography board. Remote encryption and decryption using said algorithm is still supported.
Changed
- Changed logging level in
onRequestandonSuccesscalls for service operations fromINFOtoVERBOSE.
Bug fixes
- Fixed issue that caused a
NullPointerExceptionwhen attempting to use aCryptographyClientfor symmetric key encryption operations after the first one. - Fixed issue where
JsonWebKeybyte array contents would get serialized/deserialized using Base64 instead of URL-safe Base64. - Fixed issue where properties of responses received when using a
CryptographyClientfor encryption/decryption were not populated on theEncryptResultandDecryptResultclasses.
Dependency Updates
- Upgraded
azure-coredependency to1.14.0 - Upgraded
azure-core-http-nettydependency to1.9.0 - Upgraded
azure-core-http-okhttpdependency to1.6.0 - Upgraded
azure-identitydependency to1.2.4