Skip to content

Commit ae7018b

Browse files
annesophienautomation
andauthored
Version 5.5.0-v2.1-20.2.00 release (#206)
Co-authored-by: automation <[email protected]>
1 parent 9f5e3c6 commit ae7018b

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ config.json
88
npm-debug.log
99
package-lock.json
1010
.swagger-codegen/
11+
test/assert-equals.js

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes.
44

5+
## [v5.5.0] - eSignature API v2.1-20.2.00
6+
### Changed
7+
- Added support for version v2.1-20.2.00 of the DocuSign eSignature API.
8+
- Updated the SDK release version.
9+
- Added properties `batchSize`, `queueLimit`, and `totalQueued` to bulk send response.
10+
511
## [v5.4.0] - eSignature API v2.1-20.1.02
612
### Changed
713
- Added support for version v2.1-20.1.02 of the DocuSign eSignature API.

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@
1515
commented out
1616
-->
1717

18-
<p><h3>&#x26A0;&#xFE0F; This client library is for the new <code><a href=“https://developers.docusign.com/esign-rest-api“>eSignature API v2.1</a></code>.<p><h3>We will continue to release client libraries for API v2, but please note that the v2 version of our API will be subject to deprecation soon and the published client libraries for it are not actively maintained.</p>
19-
2018
## Requirements
2119
- Node 4
2220
- Free [Developer Sandbox](https://go.docusign.com/sandbox/productshot/?elqCampaignId=16531)
@@ -96,4 +94,4 @@ The DocuSign Node Client is licensed under the [MIT License](https://github.com/
9694
* [DocuSign Developer Center](https://developers.docusign.com)
9795
* [DocuSign API on Twitter](https://twitter.com/docusignapi)
9896
* [DocuSign For Developers on LinkedIn](https://www.linkedin.com/showcase/docusign-for-developers/)
99-
* [DocuSign For Developers on YouTube](https://www.youtube.com/channel/UCJSJ2kMs_qeQotmw4-lX2NQ)
97+
* [DocuSign For Developers on YouTube](https://www.youtube.com/channel/UCJSJ2kMs_qeQotmw4-lX2NQ)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docusign-esign",
3-
"version": "5.5.0-rc1",
3+
"version": "5.5.0",
44
"description": "DocuSign Node.js API client.",
55
"license": "MIT",
66
"main": "src/index.js",

0 commit comments

Comments
 (0)