Releases: Mastercard/client-encryption-csharp
Releases · Mastercard/client-encryption-csharp
v1.9.2
v1.9.1
Adding support for the no ASCII characters in the payload.
v1.9.0
- Removing support for deprecated libraries and framework versions
- Updating to netstandard2.1
v1.8.0
Maintenance release
- Fixing issue, where JSON string objects containing date and time, are automatically converted to DateTime Object and losing timezone information.
v1.7.0
- Adding ability to update encryption key fingerprint for JWE
v1.6.0
- Added support for AES GCM 128 / 192 JWE decryption
v1.5.0
Updating Restsharp version used by the project to 108.0.3
v1.4.0
- Added
LoadDecryptionKey
override
v1.3.2
v1.3.1
- Fixed
JweConfigBuilder
interface - Updated README.md