Skip to content

Releases: docusign/docusign-admin-node-client

Version 3.1.0

Choose a tag to compare

@garg-mudit garg-mudit released this 16 Mar 11:24
4d9f03b

Changed

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

Version 3.0.0

Choose a tag to compare

@garg-mudit garg-mudit released this 30 Oct 15:26
c75056e

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
  • HTTP Client Update (Click to expand)

    Security Updates

    • Updated HTTP Client: Due to identified security vulnerabilities in Superagent proxy version 3.0.0, we have transitioned from using Superagent to the more secure Axios HTTP client. This update helps in safeguarding your interactions by patching potential security gaps.

    New Features

    • Proxy Support for HTTP Requests: We've introduced the ability to make HTTP requests through a proxy. This enhancement is particularly useful for users operating within corporate or restricted networks.
    • JWT Token Request Functionality: The new sendJWTTokenRequest method allows you to obtain authentication tokens without exposing your privateKey. This method is designed to enhance security in your authentication processes.

    Changes to Existing Features

    • Updated Callback Response Structure: We have made changes to the response structure for callbacks. If you are using callback functions in your integration, please note the updated response object attributes:

    statusCode
    header
    body

    Migration Guide

    • For those using callback functions, please adjust your implementation to handle the new response structure as detailed above.

    Other Changes

    • Added support for version v2.1-1.4.1 of the DocuSign Admin API.
    • Fixed issue - skipped removing empty arrays in request parameters when making HTTP calls.
    • Updated the SDK release version.

    Version 3.0.0-rc3

    Version 3.0.0-rc3 Pre-release
    Pre-release

    Choose a tag to compare

    @garg-mudit garg-mudit released this 24 Oct 06:40
    828807a

    Changed

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

    Version 3.0.0-rc2

    Version 3.0.0-rc2 Pre-release
    Pre-release

    Choose a tag to compare

    @vinz vinz released this 23 Sep 04:54
    896a70f

    Other Changes

    • Fixed issue - skipped removing empty arrays in request parameters when making HTTP calls.
    • Updated the SDK release version.

    Version 3.0.0-rc1

    Version 3.0.0-rc1 Pre-release
    Pre-release

    Choose a tag to compare

    @vinz vinz released this 28 Aug 14:42
    89cc305

    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

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

    Version 2.3.0-rc1

    Version 2.3.0-rc1 Pre-release
    Pre-release

    Choose a tag to compare

    @sonawane-sanket sonawane-sanket released this 23 Apr 17:39
    a459680

    Changed

    Security Updates

    • Updated HTTP Client: Due to identified security vulnerabilities in Superagent proxy version 3.0.0, we have transitioned from using Superagent to the more secure Axios HTTP client. This update helps in safeguarding your interactions by patching potential security gaps.

    New Features

    • Proxy Support for HTTP Requests: We've introduced the ability to make HTTP requests through a proxy. This enhancement is particularly useful for users operating within corporate or restricted networks.
    • JWT Token Request Functionality: The new sendJWTTokenRequest method allows you to obtain authentication tokens without exposing your privateKey. This method is designed to enhance security in your authentication processes.

    Changes to Existing Features

    • Updated Callback Response Structure: We have made changes to the response structure for callbacks. If you are using callback functions in your integration, please note the updated response object attributes:

    statusCode
    header
    body

    Migration Guide

    • For those using callback functions, please adjust your implementation to handle the new response structure as detailed above.

    Version 2.3.0

    Choose a tag to compare

    @eleanorharris eleanorharris released this 09 Aug 15:46
    4d3dc0b

    Changed

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

    New endpoints:

    • GET /v1/organizations/{organizationId}/assetGroups/accounts Get asset group accounts for an organization.
    • POST /v1/organizations/{organizationId}/assetGroups/accountClone Clone an existing DocuSign account.
    • GET /v1/organizations/{organizationId}/assetGroups/accountClones Gets all asset group account clones for an organization.
    • GET /v1/organizations/{organizationId}/assetGroups/{assetGroupId}/accountClones/{assetGroupWorkId} Gets information about a single cloned account.

    Version 2.2.0

    Choose a tag to compare

    @InbarGazit InbarGazit released this 12 May 18:17
    e86e728

    Changed

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

    Version 2.1.0

    Choose a tag to compare

    @eleanorharris eleanorharris released this 06 Apr 18:59
    254398f

    Changed

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

    Version 2.0.0

    Choose a tag to compare

    @acooper4960 acooper4960 released this 23 Jan 21:52
    3682c0d

    Breaking

    • Deprecating Node versions <12

    Security

    Changed

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