You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Changed
* The SDK now supports version 19.1.02 of the DocuSign eSignature API.
* SDK Release Version updated.
### Added
* Added support for the new http.nonProxyHosts Proxy option, which you can use to indicate hosts that should be accessed without going through a proxy. (DCM-2850)
* Added new Cache-Control and Pragma headers to OAuth server request calls. (DCM-2242)
* Added a new *tabGroupLabels* field to all Tabs models
* Added a new *Witnesses* field to all Recipients models
* Implemented models for Smart Sections feature
* Implemented initial support of HMAC for DocuSign Connect
### Fixed
* A bug with that could cause the *moveEnvelopes* method call to return a response without a *Content-Type* header. (DCM-1403)
* A bug that could prevent a user from replacing their JWT auth token. (DCM-3209)
* Removed Gradle references to an insecure/outdated Jackson package. (DCM-3267)
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,22 @@
1
1
# DocuSign Java Client Changelog
2
2
See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes.
3
3
4
+
## [v2.10.0] - eSignature API v19.1.02 - 2019-05-16
5
+
### Changed
6
+
* The SDK now supports version 19.1.02 of the DocuSign eSignature API.
7
+
* SDK Release Version updated.
8
+
### Added
9
+
* Added support for the new http.nonProxyHosts Proxy option, which you can use to indicate hosts that should be accessed without going through a proxy. (DCM-2850)
10
+
* Added new Cache-Control and Pragma headers to OAuth server request calls. (DCM-2242)
11
+
* Added a new *tabGroupLabels* field to all Tabs models
12
+
* Added a new *Witnesses* field to all Recipients models
13
+
* Implemented models for Smart Sections feature
14
+
* Implemented initial support of HMAC for DocuSign Connect
15
+
### Fixed
16
+
* A bug with that could cause the *moveEnvelopes* method call to return a response without a *Content-Type* header. (DCM-1403)
17
+
* A bug that could prevent a user from replacing their JWT auth token. (DCM-3209)
18
+
* Removed Gradle references to an insecure/outdated Jackson package. (DCM-3267)
19
+
4
20
## [v2.10.0-RC2] - eSignature API v19.1.02 - 2019-05-09
5
21
### Fixed
6
22
* A regression bug where the ApiClient authentications member field was locked and prevented writing to it.
Copy file name to clipboardExpand all lines: pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
<artifactId>docusign-esign-java</artifactId>
5
5
<packaging>jar</packaging>
6
6
<name>docusign-esign-java</name>
7
-
<version>2.10.0-RC2</version>
7
+
<version>2.10.0</version>
8
8
<description>The official DocuSign eSignature JAVA client is based on version 2 of the DocuSign REST API and provides libraries for JAVA application integration. It is recommended that you use this version of the library for new development.</description>
0 commit comments