Skip to content

Releases: docusign/docusign-esign-java-client

Version 2.8.0

30 Nov 08:04

Choose a tag to compare

[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

10 Oct 04:10

Choose a tag to compare

See CHANGELOG.md

Version 2.6.2

03 Jul 18:00

Choose a tag to compare

See Changelog.md.

Version 2.5.1

21 Apr 23:57

Choose a tag to compare

See Changelog.MD

Version 2.5.0

18 Apr 00:21

Choose a tag to compare

Support of getSeals API call.
Updated APIs.

Version 2.4.2

22 Mar 20:19

Choose a tag to compare

See changelog.md

Version 2.4.1

21 Mar 19:10

Choose a tag to compare

See changelog

Version 2.4.0

10 Nov 01:23

Choose a tag to compare

Added

  • Support for Seals.
  • eNotary API.
  • Trusted Service Providers (TSP) API.

Fixed

  • 411 error when request body is empty.

Version 2.3.0

06 Oct 22:39

Choose a tag to compare

Added Service integration (2-legged OAuth) support using JWT.

Version 2.2.1

14 Jul 06:36

Choose a tag to compare

Refactored OAuth.java