Skip to content

Commit

Permalink
Version 6.6.0-rc2-v2.1-23.4.02.00 release (#344)
Browse files Browse the repository at this point in the history
Co-authored-by: root <root@devcenteradmin.docusigntest.com>
  • Loading branch information
shan285 and root authored Mar 19, 2024
1 parent 6e4ff04 commit feab483
Show file tree
Hide file tree
Showing 20 changed files with 784 additions and 374 deletions.
2 changes: 2 additions & 0 deletions .swagger-codegen-ignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ git_push.sh
LICENSE
.travis.yml
mocha.opts
package.json

# Specific src and test files
docs/*.md
Expand All @@ -40,3 +41,4 @@ test/assert-equals.js
src/OAuth.js
src/RestApi.js
src/oauth/
src/ApiClient.js
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes.


## [v6.6.0-rc2] - eSignature API v2.1-23.4.02.00 - 2024-03-19
### Changed
- Substituted the superagent proxy with Axios 1.6.8, addressing security vulnerabilities.
- Updated the SDK release version.

## [v6.6.0-rc1] - eSignature API v2.1-23.4.02.00 - 2024-03-12
### Changed
- Added user-generated JWT assertion support via sendJWTTokenRequest.
- Added support for version v2.1-23.4.02.00 of the DocuSign ESignature API.
- Updated the SDK release version.

## [v6.5.1] - eSignature API v2.1-23.3.01.02 - 2023-11-15
### Changed
- Rolled back the superagent-proxy package version from 3.0.0 to 2.0.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This client has the following external dependencies:

**Minimum:**
* DocuSign-eSign
* Superagent 3.8.2
* axios 1.6.8

**Optional:**
* Async v2.6.2
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docusign-esign",
"version": "6.5.1",
"version": "6.6.0-rc2",
"description": "DocuSign Node.js API client.",
"license": "MIT",
"main": "src/index.js",
Expand Down Expand Up @@ -51,12 +51,12 @@
]
},
"dependencies": {
"axios": "^1.6.8",
"csv-stringify": "^1.0.0",
"jsonwebtoken": "^9.0.0",
"passport-oauth2": "^1.6.1",
"safe-buffer": "^5.1.2",
"superagent": "3.8.2",
"superagent-proxy": "^2.0.0"
"jsonwebtoken": "^9.0.0",
"@devhigley/parse-proxy":"^1.0.3",
"passport-oauth2": "^1.6.1",
"safe-buffer": "^5.1.2"
},
"devDependencies": {
"docdash": "0.4.0",
Expand Down
Loading

0 comments on commit feab483

Please sign in to comment.