Releases: Mastercard/client-encryption-csharp
Releases · Mastercard/client-encryption-csharp
v1.9.3
What's Changed
- Fix RSA parameter lengths by @joseph-neeraj in #37
New Contributors
- @joseph-neeraj made their first contribution in #37
Full Changelog: v1.9.2...v1.9.3
v1.9.2
Security Update
Updating RestSharp version to the 112.0.0.
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