Releases: docusign/docusign-esign-java-client
Releases · docusign/docusign-esign-java-client
Version 2.8.0
[v2.8.0] - eSignature API v18.3.02 - 2018-11-29
Fixed
- Fixed a problem with the BulkEnvelopesApi.UpdateRecipients method that could cause it to return a "Value cannot be null.\r\nParameter name: stream" error rather than add bulk recipients to an envelope. (DCM-2137)
- Fixed a problem with the EnvelopesApi.listStatus methods that could cause them to ignore sets of envelope IDs passed in to get statuses for specific envelopes. (DCM-2953)
- Fixed a problem with the EnvelopesApi.updateChunkedUpload method that could cause it to fail and return a 411 error. (DCM-2978)
- Surfaced the authentication error that might be returned by the ApiClient.JWTUserToken method.
Changed
- The SDK now supports version 18.3.02 of the DocuSign API.
- Fixed a typo in a method name: getPasswordRules_0 has been changed to getAccountPasswordRules.
Added
- A jackson-dataformat-csv library has been added to the SDK. You can use this library to serialize Lists into CSV format.
- BountyCastle bcprov library explicitly, for a more flexible dependency management.
Version 2.7.0
See CHANGELOG.md
Version 2.6.2
See Changelog.md.
Version 2.5.1
See Changelog.MD
Version 2.5.0
Support of getSeals API call.
Updated APIs.
Version 2.4.2
See changelog.md
Version 2.4.1
See changelog
Version 2.4.0
Added
- Support for Seals.
- eNotary API.
- Trusted Service Providers (TSP) API.
Fixed
- 411 error when request body is empty.
Version 2.3.0
Added Service integration (2-legged OAuth) support using JWT.
Version 2.2.1
Refactored OAuth.java