Skip to content

Releases: docusign/docusign-esign-java-client

Version 6.7.0

Choose a tag to compare

@RamukaRitik RamukaRitik released this 01 Jul 10:26
fa54530

Changed

  • Added support for version v2.1-25.4.01.00 of the DocuSign ESignature API.
  • Updated the SDK release version.

Security

  • Enforced TLS certificate validation and hostname verification by default using the system's default trust store. Previously, all certificates were trusted without validation.
  • Enforced HTTPS-only base paths. setBasePath() and setOAuthBasePath() now reject http:// URLs. Use ApiClient.insecure() for local testing with HTTP or self-signed certificates.
  • Scoped proxy credentials to the configured proxy host and port. Added setPerConnectionProxyAuth(true) to opt in to per-connection proxy authentication, avoiding JVM-wide side effects.

Breaking Changes

  • ApiClient(String basePath) and setBasePath(String) throw IllegalArgumentException for http:// URLs. Migrate to ApiClient.insecure(basePath).
  • Removed constructor overloads accepting boolean perConnectionProxyAuth. Use the standard constructor followed by .setPerConnectionProxyAuth(true).

Version 6.6.0

Choose a tag to compare

@garg-mudit garg-mudit released this 30 Jan 07:20
1639a5b

Changed

  • Added support for version v2.1-25.4.01.00 of the DocuSign ESignature API.
  • Updated the SDK release version.

Version 6.5.0

Choose a tag to compare

@RamukaRitik RamukaRitik released this 06 Jan 03:59
64c95b2

Changed

  • Added support for version v2.1-25.3.01.00 of the Docusign ESignature API.
  • Updated the SDK release version.

Version 6.4.0

Choose a tag to compare

@RamukaRitik RamukaRitik released this 02 Sep 10:33
c4aee20

Changed

  • Added support for version v2.1-25.2.02.00 of the DocuSign ESignature API.
  • Updated the SDK release version.
  • Fixed type for customParameters property under connectOAuthConfig.

Version 6.3.0

Choose a tag to compare

@RamukaRitik RamukaRitik released this 11 Dec 05:52
d7d3baf

Changed

  • Added support for version v2.1-25.2.01.00 of the DocuSign ESignature API.
  • Updated the SDK release version.

Version 6.2.0

Choose a tag to compare

@Nandsingh90 Nandsingh90 released this 09 Jun 09:58
2a5c117

Changed

  • Added support for version v2.1-25.2.00.00 of the DocuSign ESignature API.
  • Updated the SDK release version.

Version 6.1.0

Choose a tag to compare

@aditicodess aditicodess released this 29 Apr 11:10
7899639

Changed

  • Added support for version v2.1-25.1.00.02 of the DocuSign ESignature API.
  • Updated the SDK release version.

Version 6.1.0-RC1

Version 6.1.0-RC1 Pre-release
Pre-release

Choose a tag to compare

@garg-mudit garg-mudit released this 15 Apr 19:33
5eca4f0

Changed

  • Added support for version v2.1-25.1.00.02 of the DocuSign ESignature API.
  • Updated the SDK release version.

Version 6.0.0

Choose a tag to compare

@vinz vinz released this 26 Jul 05:35
62215e9

Breaking Changes

API Changes (Click to expand)

Added support for version v2.1-24.2.00.00 of the Docusign ESignature API.

Endpoint-Specific Changes

Updated Envelopes: get

Added new optional query parameter named include_anchor_tab_locations of type string.

Updated Envelopes: update

Added new optional query parameter named recycle_on_void of type string.

Updated EnvelopeViews : createCorrect

Request body object correctViewRequest has been changed to envelopeViewRequest.

Model Changes

Updated existing models

accountInformation

  • Added fields:
    • freeEnvelopeSendsRemainingForAdvancedDocGen

accountSettingsInformation

  • Added fields:

    • defaultSigningResponsiveView
    • defaultSigningResponsiveViewMetadata
    • dss_SCOREFDN_196_Rebrand_DocuSignIsNotAVerb
    • enableAdditionalAdvancedWebFormsFeatures
    • enableAdditionalAdvancedWebFormsFeaturesMetadata
  • Removed fields:

    • enableSaveAsEnvelopeCustomFieldInWebForms
    • enableSaveAsEnvelopeCustomFieldInWebFormsMetadata

bulksendingCopyDocGenFormField

  • Added field:
    • rowValues

notaryRecipient

  • Added field:
    • canNotaryCorrectEnvelope

tabAccountSettings

  • Added field:
    • enableTabAgreementDetails
    • enableTabAgreementDetailsMetadata

Newly added Models

  • bulkSendingCopyDocGenFormFieldRowValue
- Deprecation of OLTU library: The OLTU library for handling OAuth is no longer used.

Other Changes

  • Upgradation of OWASP for vulnerability check of dependencies.
  • Updated the SDK release version.

Version 6.0.0-RC2

Version 6.0.0-RC2 Pre-release
Pre-release

Choose a tag to compare

@vinz vinz released this 13 Jul 04:28
a608813

Changed

  • Deprecation of OLTU library: The OLTU library for handling OAuth is no longer used.
  • Upgradation of OWASP for vulnerability check of dependencies.
  • Updated the SDK release version.