docusign / docusign-esign-java-client

The Official Docusign Java Client Library used to interact with the eSignature REST API. Send, sign, and approve documents using this client.
https://javadoc.io/doc/com.docusign/docusign-esign-java/latest/index.html
MIT License
105 stars 96 forks source link

When 2.16.0 will be released? #155

Closed salah3x closed 4 years ago

salah3x commented 4 years ago

I am using 2.15.0 and I want to use 2.16.0 (to fix a dependency conflict with jersey2) Will 2.16.0 be released any soon, as I don't want to use the beta version in production?

mmallis87 commented 4 years ago

@salah3x Thank you for bearing with us. We actually found a limitation with with 2.16.0-BETA (#154 ) so we will skip 2.16.0, push the fix in 2.17.0-BETA in the next day or so and then in 7-10 days from now you can use 2.17.0 GA.

salah3x commented 4 years ago

@mmallis87 Thanks for your quick reply. Is it the same issue with 3.7.0-BETA? when should we expect a stable version? Off-topic question: Where can I find a v2 to v3 migration guide?

mmallis87 commented 4 years ago

@salah3x yes the same goes about 3.7.0 version.

Regarding migration to v3, it's definitely relevant. Java SDK 2.x.y maps to API v2 and API v2.1 3.x.y and above maps to v2.1 (recommended). We have this guide that talks about what to expect but the majority of users won't face breaking changes when they do migrate.