8000 Releases · docusign/docusign-webforms-java-client · GitHub
[go: up one dir, main page]

Skip to content

Releases: docusign/docusign-webforms-java-client

Version 2.1.0

09 Sep 05:37
3f7ca16

Choose a tag to compare

Changed

  • Added support for version v1.1.0-1.0.6 of the DocuSign WebForms API.
  • Updated the SDK release version.

Version 2.0.0

27 Nov 08:39
1a2dd5e

Choose a tag to compare

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.

Version 2.0.0-RC1

26 Sep 08:58
a7b1a79

Choose a tag to compare

Version 2.0.0-RC1 Pre-release
Pre-release

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.

Version 1.0.0

14 Feb 12:37
76bdb0b

Choose a tag to compare

Version 1.0.0 (Initial Release)

  • Introducing the SDK based on the OpenAPI specification of DocuSign WebForms APIs.
  • This release marks the initial availability of the SDK, providing developers with the necessary tools to interact with DocuSign WebForms APIs seamlessly.

Version 1.0.2-RC12

09 Feb 19:14
69a653e

Choose a tag to compare

Version 1.0.2-RC12 Pre-release
Pre-release

Breaking Changes

  • baseUrl Defaulting to DEMO URL:
    • The baseUrl now defaults to the DEMO URL if not provided. Please update your configurations accordingly.

Other Changes

  • Updated the SDK release version
0