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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Changed
Added support for version v1.1.0-1.0.4 of the DocuSign WebForms API.
Updated the SDK release version.
Model classes are now serializable.
Resolved an issue where setting a default SSL socket for the entire JVM caused unintended side effects.
Fixed a memory leak related to the class loader.
Addressed dependency vulnerabilities in the following libraries:
bcprov-jdk18on updated to version 1.78.1
com.fasterxml.jackson.core updated to version 2.17.1
org.json updated to version 20240303
jersey updated to version 3.1.6
Modified the default basePath to DEMO_REST_BASEPATH.
Breaking changes
Deprecation of OLTU library: The OLTU library for handling OAuth is no longer used.
Other Changes
Upgradation of OWASP for vulnerability check of dependencies.
Important Action Required
User needs to update the base URL in your codebase (if passing to SDK explicitly) and remove the /v1.1 component at the end of the URL for the SDK to work properly with this release.