|
| 1 | +# Change Log |
| 2 | +All notable changes to this project will be documented in this file. |
| 3 | + |
| 4 | +See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes. |
| 5 | + |
| 6 | +## [Unreleased] |
| 7 | +### Added |
| 8 | +- TravisCI automatic tests. |
| 9 | +- TravisCI badge. |
| 10 | +- Better rendering of the[`Javadoc`](http://docusign.github.io/docusign-java-client/target/apidocs/), using Doclets. |
| 11 | + |
| 12 | +### Changed |
| 13 | +- 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. |
| 14 | +- Updated the README file with additional Authentication information. |
| 15 | +- Updated the package with the latest full API release. No omitted endpoints anymore. |
| 16 | + |
| 17 | +### Fixed |
| 18 | +- Issue [`#27`](https://github.com/docusign/docusign-java-client/issues/27): SimpleDateFormat Exception in Java 1.6. |
| 19 | + |
| 20 | +## [2.0.2] - 2016-07-18 |
| 21 | +### Changed |
| 22 | +- Support of newer version of the DocuSign eSignature API. |
| 23 | +- Updated the list of omitted endpoints. |
| 24 | + |
| 25 | +### Fixed |
| 26 | +- Issue with datetime on such systems such as Android plateform. |
| 27 | + |
| 28 | +## [2.0.1] - 2016-04-27 |
| 29 | +### Changed |
| 30 | +- Updated the package to a newer API release. |
| 31 | +- jersey library version updated to 1.19.1. |
| 32 | +- jackson library version updated to 2.7.0. |
| 33 | + |
| 34 | +## [2.0.0] - 2016-01-15 |
| 35 | +### Added |
| 36 | +- Initial commit of the new Java SDK for DocuSign API, automatically generated from OpenAPI specification. |
| 37 | +- Send-from-template recipe to the README documentation. |
| 38 | + |
| 39 | +### Changed |
| 40 | +- Flattened the folder structure of the project page on Github, to look more like standard Java open-source projects. |
| 41 | +- Updated NetBeans project file for unit tests. |
| 42 | +- Switched to MIT license. |
| 43 | +- Updated "core" recipes. |
| 44 | +- Updated the list of omitted endpoints. |
| 45 | +- Updated the README documentation. |
| 46 | + |
| 47 | +### Fixed |
| 48 | +- Several broken links in the README documentation. |
| 49 | + |
0 commit comments