4.10.6 (2026-03-23)
Bugs Fixed
- Fixed an issue where certain
HttpResponseException.getResponse()calls could cause aNullPointerException. (#47801) - Fixed tag comparison in
AesCbcHmacSha2Decryptor.doFinal()where the computed tag was incorrectly compared with itself. (#48090) - Fixed an issue where cryptographic operation results (
SignResult,EncryptResult,DecryptResult,WrapResult,UnwrapResult) returned a versionless key ID instead of the full versioned key ID returned by the service. This caused issues when attempting roundtrip scenarios, as callers couldn't determine which key version was used for the original operation. (#47822)