Skip to content

Releases: docusign/docusign-admin-csharp-client

Version 2.1.0

16 Mar 10:43
a894208

Choose a tag to compare

Changed

  • Added support for version v2.1-1.4.3 of the DocuSign Admin API.
  • Updated the SDK release version.

Version 2.0.2

27 Nov 06:09
3b6912c

Choose a tag to compare

Changed

  • Resolved an issue that prevented the use of RequestJWTApplicationToken with 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 2.0.1

08 Nov 17:44
6b3d716

Choose a tag to compare

Changed

  • Fixed Deadlock issue with UI Apps (E.g. WinForms).
  • Updated the SDK release version.

Version 2.0.0

28 Oct 17:45
e6b7936

Choose a tag to compare

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.

    Version 1.4.1

    28 Oct 18:21

    Choose a tag to compare

    Changed

    • Fixes deserialization issue of text/csv type response
    • Updated the SDK release version.

    Version 2.0.0-rc5

    22 Oct 19:20
    9c1bc02

    Choose a tag to compare

    Version 2.0.0-rc5 Pre-release
    Pre-release

    Changed

    • 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.
    • Updated the SDK release version.

    Version 2.0.0-rc4

    28 Aug 10:45
    ecfdbd9

    Choose a tag to compare

    Version 2.0.0-rc4 Pre-release
    Pre-release

    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
  • Other Changes

    • Improved error logging capabilities for the SDK
    • Introduced async versions of ApiClient authorization methods.
    • Added support for version v2.1-1.4.0 of the DocuSign Admin API.
    • Updated the SDK release version.

    Version 2.0.0-rc3

    30 May 06:01
    57ee6e1

    Choose a tag to compare

    Version 2.0.0-rc3 Pre-release
    Pre-release

    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

    03 May 10:22
    4383c1f

    Choose a tag to compare

    Version 2.0.0-rc2 Pre-release
    Pre-release

    Breaking Changes

    • Updated from System.IdentityModel.Tokens.Jwt to Microsoft.IdentityModel.JsonWebTokens for token handling.

    Version 2.0.0-rc1

    17 Apr 05:40
    3478f64

    Choose a tag to compare

    Version 2.0.0-rc1 Pre-release
    Pre-release

    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.