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