Releases: docusign/docusign-webforms-csharp-client
Releases · docusign/docusign-webforms-csharp-client
Release list
Version 3.1.0
Changed
- Added support for version v1.1.0-1.0.5 of the DocuSign WebForms API.
- Updated the SDK release version.
Version 3.0.2
Changed
- Resolved an issue that prevented the use of
RequestJWTApplicationTokenwith a production account URL. - Updated C# SDK dependencies.
- BouncyCastle.Cryptography: Version bumped from 2.3.1 to 2.4.0.
- Microsoft.IdentityModelJsonWebTokens: Version bumped from 7.5.2 to 8.2.0.
- Updated the SDK release version.
Version 3.0.1
Changed
- Fixed Deadlock issue with UI Apps (E.g. WinForms).
- Updated the SDK release version.
Version 3.0.0
Changed
- Added support for version v1.1.0-1.0.4 of the DocuSign WebForms API.
- Updated the SDK release version.
Important Action Required
- User needs to update the base URL in your codebase (if passing to SDK explicitly) and remove the /v1.1 component at the end of the URL for the SDK to work properly with this release.
Version 3.0.0-rc1
Changed
- Added support for version v1.1.0-1.0.4 of the DocuSign WebForms API.
- Updated the SDK release version.
Important Action Required
- User needs to update the base URL in your codebase (if passing to SDK explicitly) and remove the /v1.1 component at the end of the URL for the SDK to work properly with this release.
Version 2.0.0
Changed
- Added support for version v1.1.0-1.0.3 of the DocuSign WebForms API.
- Updated the SDK release version.
Version 2.0.0-rc3
Changed
- Updated C# SDK dependencies.
- BouncyCastle.Cryptography: Version bumped from 2.3.0 to 2.3.1.
- Microsoft.IdentityModel.JsonWebTokens: Version bumped from 7.5.1 to 7.5.2.
Version 2.0.0-rc2
Breaking Changes
- Updated from System.IdentityModel.Tokens.Jwt to Microsoft.IdentityModel.JsonWebTokens for token handling.
Version 2.0.0-rc1
Breaking Changes
- Updated C# SDK dependencies.
- Microsoft.CSharp: Version bumped from 4.5.0 to 4.7.0.
- Newtonsoft.Json: Version bumped from 13.0.1 to 13.0.3.
- System.ComponentModel.Annotations: Version bumped from 4.5.0 to 5.0.0.
- Microsoft.IdentityModel.Protocols: Version bumped from 5.4.0 to 7.3.1.
- System.IdentityModel.Tokens.Jwt: Version bumped from 5.4.0 to 7.3.1.
- BouncyCastle.Cryptography: Version bumped from 2.2.1 to 2.3.0.
Changed
- Updated the SDK release version.
Version 1.0.0
Version 1.0.0 (Initial Release)
- Introducing the SDK based on the OpenAPI specification of DocuSign WebForms APIs.
- This release marks the initial availability of the SDK, providing developers with the necessary tools to interact with DocuSign WebForms APIs seamlessly.