Skip to content

Releases: Mastercard/client-encryption-csharp

v1.3.1

04 Jan 09:56
ce69dde

Choose a tag to compare

  • Fixed JweConfigBuilder interface
  • Updated README.md

v1.3.0

30 Dec 17:06
1d9218d

Choose a tag to compare

  • Added support for JWE encryption
  • Added a .NET 5 test project

Special thanks to @viathefalcon.

v1.2.0

30 Aug 18:19
6b669c1

Choose a tag to compare

  • Added ability to encrypt and decrypt JSON array bodies
  • Bumped RestSharp from 106.11.4 to 106.12.0 (in /Mastercard.Developer.ClientEncryption.RestSharpV2)

v1.1.2

23 Jun 16:58
0f0a12f

Choose a tag to compare

  • Added package icon for NuGet

v1.1.1

23 Jun 11:19
871e3a3

Choose a tag to compare

  • Fixed an issue causing response decryption to fail (ClientEncryption.RestSharpV2 only)
  • Fixed an issue causing response decryption to be skipped when the request didn't have a payload (ClientEncryption.RestSharpV2 only)

v1.1.0

15 Mar 13:20
ac3bd01

Choose a tag to compare

  • Added support for the "csharp-netcore" OpenAPI Generator and RestSharp "non Portable"
  • Improved NuGet package descriptions for nuget.org
  • Added a .NET Core 3 test project
  • Updated README.md

v1.0.2

09 Dec 15:34
31681ed

Choose a tag to compare

  • Added ability to decrypt primitive type values using the same path as the encrypted value
  • Added symbol packages for NuGet

v1.0.1

22 Apr 13:38
7fb542a

Choose a tag to compare

  • Added a .NET Framework 4.6 test project
  • .NET Framework: fixed LoadDecryptionKey to return RSACng instances (to support OAEP with SHA256 and SHA512)
  • Encryption certificate and key fingerprints are no longer computed for each request
  • Added XML documentation generation

v1.0.0

01 Apr 17:32
089a7be

Choose a tag to compare

  • First version of the library