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
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-RC1] - eSignature API v19.1.02 - 2019-05-03
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.9.0] - eSignature API v18.4.02 - 2019-02-27
5
21
### Added
6
22
- Support for the **latest DocuSign API** (18.4.02.00).
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.9.0</version>
7
+
<version>2.10.0-RC1</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>
Copy file name to clipboardExpand all lines: src/main/java/com/docusign/esign/api/BulkEnvelopesApi.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -113,7 +113,7 @@ public String getCount() {
113
113
returnthis.count;
114
114
}
115
115
/*
116
-
* Specifies which entries are included in the response. Multiple entries can be included by using commas in the query string (example: ?include=\"failed,queued\") Valid values are: * all - Returns all entries. If present, overrides all other query settings. This is the default if no query string is provided. * failed - This only returns entries with a failed status. * queued - This only returns entries with a queued status. * sent - This only returns entries with a sent status.
116
+
* Specifies which entries are included in the response. Multiple entries can be included by using commas in the query string (example: ?include=ââ¬Âfailed,queuedââ¬Â) Valid values are: * all - Returns all entries. If present, overrides all other query settings. This is the default if no query string is provided. * failed - This only returns entries with a failed status. * queued - This only returns entries with a queued status. * sent ââ¬â This only returns entries with a sent status.
/// Gets a list of envelopes in folders matching the specified criteria. Retrieves a list of envelopes that match the criteria specified in the query. If the user ID of the user making the call is the same as the user ID for any returned recipient, then the userId property is added to the returned information for those recipients.
0 commit comments