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
* Version 3.5.0 release
### Changed
- Added support for version v2.1-20.1.00 of the DocuSign eSignature API.
- Updated the SDK release version.
### Fixed
- POST calls fail on some instances of WebLogic server because of strict Content-Length policy (DCM-3939).
### Added
- Added the new property `copyRecipientData` to envelopes. When set to **true**, the information that recipients enter is retained when you clone an envelope. For example, if you resend an envelope that was declined or voided after one or more recipients entered data, that data is retained. Note that the new account UI setting `enableEnvelopeCopyWithData` must be enabled for the account.
- Added `RecipientIdentityInputOption` and `inputOptions` to `RecipientIdentityVerification`: Reserved for DocuSign.
* target folder should be ignored by git
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-5Lines changed: 8 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,15 @@
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
-
## [v3.5.0-RC1] - eSignature API v2.1-20.1.00 - 2020-03-13
4
+
## [v3.5.0] - eSignature API v2.1-20.1.00 - 2020-03-30
5
5
### Changed
6
-
-The SDK now supports version 20.1.00 of the DocuSign eSignature API.
7
-
-SDK Release Version updated.
6
+
-Added support for version v2.1-20.1.00 of the DocuSign eSignature API.
7
+
-Updated the SDK release version.
8
8
### Fixed
9
-
- POST calls fail on some instances of WebLogic server because of strict Content-Length policy. (DCM-3939)
9
+
- POST calls fail on some instances of WebLogic server because of strict Content-Length policy (DCM-3939).
10
+
### Added
11
+
- Added the new property `copyRecipientData` to envelopes. When set to **true**, the information that recipients enter is retained when you clone an envelope. For example, if you resend an envelope that was declined or voided after one or more recipients entered data, that data is retained. Note that the new account UI setting `enableEnvelopeCopyWithData` must be enabled for the account.
12
+
- Added `RecipientIdentityInputOption` and `inputOptions` to `RecipientIdentityVerification`: Reserved for DocuSign.
10
13
11
14
## [v3.4.0-RC1] - 2020-03-03
12
15
### Fixed
@@ -141,7 +144,7 @@ See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for
141
144
### Deprecated
142
145
- The ConfigureJwtAuthorizationFlowByKey method is now deprecated. Please use the RequestJWTUserToken method instead, which improves security by accepting the private key as a byte array or stream. (DCM-2763)
143
146
### Changed
144
-
- The base path for OAuth authentication is now a property of the ApiClient object.
147
+
- The base path for OAuth authentication is now a property of the ApiClient object.
145
148
### Added
146
149
- Added a new method, RequestJWTUserToken. This method is passed a user's client id, user id, requested scopes, and their private key in byte array format, performs JWT authentication for the specified user, and returns an access token. (DCM-2763)
147
150
- Added a new method, RequestJWTApplicationToken. This is a reserved method that is only enabled by partners and resellers, which obtains an access token that makes requests on behalf of an application rather than a user. It is passed a user's client id, requested scopes, and a private key in byte array format, then returns an access token. (DCM-2763)
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>3.5.0-RC1</version>
7
+
<version>3.5.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>
* Retrieves the information for the specified DocuSign Connect configuration. ###### Note: Connect must be enabled for your account to use this function.
@@ -500,48 +367,6 @@ public ConnectConfigResults getConfiguration(String accountId, String connectId)
/// Get the specified Connect log entry. Retrieves the specified Connect log entry for your account. ###### Note: The `enableLog` setting in the Connect configuration must be set to true to enable logging. If logging is not enabled, then no log entries are recorded.
0 commit comments