Releases: docusign/docusign-esign-java-client
Releases · docusign/docusign-esign-java-client
RC of version 3.6.0-RC1
Changed
- The SDK now supports version 20.1.02 of the DocuSign eSignature API v2.1.
- SDK Release Version updated.
RC of version 2.15.0
Changed
- The SDK now supports version 20.1.02 of the DocuSign eSignature API v2.
- SDK Release Version updated.
Version 3.5.0
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 settingenableEnvelopeCopyWithData
must be enabled for the account. - Added
RecipientIdentityInputOption
andinputOptions
toRecipientIdentityVerification
: Reserved for DocuSign.
Version 2.14.0
Changed
- Added support for version v2-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 settingenableEnvelopeCopyWithData
must be enabled for the account. - Added
RecipientIdentityInputOption
andinputOptions
toRecipientIdentityVerification
: Reserved for DocuSign.
RC of version 3.5.0-RC1
Changed
- The SDK now supports version 20.1.00 of the DocuSign eSignature API v2.1.
- SDK Release Version updated.
Fixed
- POST calls fail on some instances of WebLogic server because of strict Content-Length policy. (DCM-3939)
RC of version 2.14.0
Changed
- The SDK now supports version 20.1.00 of the DocuSign eSignature API v2.
- SDK Release Version updated.
Fixed
- POST calls fail on some instances of WebLogic server because of strict Content-Length policy. (DCM-3939)
Version 3.4.0-RC1
Fixed
- POST calls fail on some instances of WebLogic server because of strict Content-Length policy. (DCM-3939)
Version 3.3.0-RC1
Changed
- The SDK now supports version 19.4.01 of the DocuSign eSignature v2.1 API.
- SDK Release Version updated.
Version 2.13.0-RC1
Changed
- The SDK now supports version 19.4.01 of the DocuSign eSignature v2 API.
- SDK Release Version updated.
Version 3.2.0
Changed
- The SDK now supports version 19.2.02 of the DocuSign eSignature v2.1 API.
- SDK Release Version updated.
- Changed JDK versions for TravisCI as older versions reached EOL.
Fixed
- Issue
#55
: Unable to revoke OAuth token. (DCM-2926) - requestJWTUserToken does not give error response in exception. (DCM-3410)