All notable changes to this project will be documented in this file.
See DocuSign Support Center for Product Release Notes.
- Updated the package with the latest API monthly release.
- Forced support of TLS v1.2. See this post on the DocuSign Support Center for more information.
- Support for OAuth implicit grant.
- Support for OAuth Get User Info.
- PR
#71: Empty response body in ApiException. - CVE-2018-7489.
- Electronic Seals API (a.k.a. Advanced Signatures).
- jackson library version updated to 2.9.4.
- README code example description.
- README mention of direct binaries download. Users should use Maven or Gradle repos to download binaries. See Issue
#53.
- PR
#57: Avoid NPE in OAuth updateAccessToken(). - PR
#58: Return ClientHandlerException(), for non 200 response codes, in updateAccessToken(). - PR
#59: Return ApiException(), for non 2xx response codes, in invokeAPI(). - PR
#60: RFC conform handling for grant_type=refresh_token without code. - PR
#61: Check and set refresh_token in body of OAuth request.
- Support for Seals.
- eNotary API.
- Trusted Service Providers (TSP) API.
- 411 error when request body is empty.
- Support for DocuSign JWT OAuth for service integration (2-legged authentication).
- Unit tests under Java8 complain about AccessTokenListener being a nested class.
- Support for DocuSign 3-legged OAuth.
- TravisCI automatic tests.
- TravisCI and Maven badges.
- Updated the
Javadoc. - New test case to validate the
resend_envelopefeature forEnvelopesApi.updateRecipientscall.
- The SDK now supports theFull and latest DocuSign API support(17.1.00.00).
- Updated the package with the latest full API release. No omitted endpoints anymore.
- Updated the code snippet in the README file to use the API base url gotten from the login call, instead of using the default one. Required for integrations when they go live.
- Updated the README file with additional Authentication information.
- Issue
#27: SimpleDateFormat Exception in Java 1.6. - Issue
#89: resend_envelope functionality for envelopes recipients.
- Support of newer version of the DocuSign eSignature API.
- Updated the list of omitted endpoints.
- Issue with datetime on such systems such as Android plateform.
- Updated the package to a newer API release.
- jersey library version updated to 1.19.1.
- jackson library version updated to 2.7.0.
- Initial commit of the new Java SDK for DocuSign API, automatically generated from OpenAPI specification.
- Send-from-template recipe to the README documentation.
- Flattened the folder structure of the project page on Github, to look more like standard Java open-source projects.
- Updated NetBeans project file for unit tests.
- Switched to MIT license.
- Updated "core" recipes.
- Updated the list of omitted endpoints.
- Updated the README documentation.
- Several broken links in the README documentation.