Skip to content

Version 2.8.0

Choose a tag to compare

@mmallis87 mmallis87 released this 30 Nov 08:04

[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.