Skip to content

Version 2.0.0

Choose a tag to compare

@garg-mudit garg-mudit released this 28 Oct 17:45
· 3 commits to master since this release
e6b7936

Breaking Changes

API Changes (Click to expand)

Added new query parameter "include_ds_groups" to the API "/v2/organizations/{organizationId}/users":

Added New APIs for Account Creation

  • GET: get subscription details for organization
  • POST: initiate Create account request
  • GET: get ongoing process details by org ID
  • GET: get individual process details by org ID, asset group ID, asset group work ID
    • Updated from System.IdentityModel.Tokens.Jwt to Microsoft.IdentityModel.JsonWebTokens for token handling.
    • 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.
      • BouncyCastle.Cryptography: Version bumped from 2.2.1 to 2.3.1.

    Other Changes

    • Added support for version v2.1-1.4.1 of the DocuSign Admin API.
    • Fixes deserialization issue of text/csv type response
    • Removed the staging base path and OAuth path constant.
    • Improved error logging capabilities for the SDK.
    • Introduced async versions of ApiClient authorization methods.
    • Updated the SDK release version.