Skip to content

Releases: docusign/docusign-rooms-node-client

Version 3.0.0

27 Nov 06:49
ad2b095
Compare
Choose a tag to compare

Breaking Changes

Click here for change details **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.0.0-rc3

24 Apr 06:54
e04a43a
Compare
Choose a tag to compare
Version 2.0.0-rc3 Pre-release
Pre-release
Merge pull request #13 from docusign/2.0.0-rc3-v2-1.1.1

Version 2.0.0-rc3 release

Version 2.0.0

23 Jan 22:35
31d5ebf
Compare
Choose a tag to compare

Breaking

  • Deprecating Node versions <12

Security

Changed

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

Version 1.2.1-rc1

11 Jan 17:34
919750c
Compare
Choose a tag to compare
Version 1.2.1-rc1 Pre-release
Pre-release

Changed

  • Added support for version v2-1.0.9 of the DocuSign Rooms API.
  • Updated the SDK release version.

Version 1.2.0-rc1

05 Oct 22:39
cc820ab
Compare
Choose a tag to compare
Version 1.2.0-rc1 Pre-release
Pre-release

Changed

  • Added support for version v2-1.0.9 of the DocuSign Rooms API.
  • Updated the SDK release version.

Version 1.1.0

25 Mar 23:44
cc3f115
Compare
Choose a tag to compare

Changed

  • Added support for version v2-1.0.8 of the DocuSign Rooms API.
  • Updated the SDK release version.

Version 1.0.1-rc1

15 Dec 21:19
1969117
Compare
Choose a tag to compare

Changed

  • Added support for version v2-1.0.8 of the DocuSign Rooms API.
  • Updated the SDK release version.

Version 1.0.0

06 Nov 04:09
27632f8
Compare
Choose a tag to compare

Changed

  • First GA version of Rooms API.