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

Version 6.0.0 release #286

Closed vinz closed 1 month ago

vinz commented 1 month ago

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](https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/get/) Added new optional query parameter named `include_anchor_tab_locations` of type string. ### Updated [Envelopes: update](https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/update/) Added new optional query parameter named `recycle_on_void` of type string. ### Updated [EnvelopeViews : createCorrect](https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/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`

Other Changes