|
2 | 2 | See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes. |
3 | 3 |
|
4 | 4 |
|
| 5 | +## [v8.0.0] - eSignature API v2.1-24.2.00.00 - 2024-07-25 |
| 6 | +### Breaking Changes |
| 7 | + |
| 8 | +<details> |
| 9 | +<summary>API Changes (Click to expand)</summary> |
| 10 | + |
| 11 | +<div style="margin-left: 20px;"> |
| 12 | + |
| 13 | +<br/> |
| 14 | +Added support for version v2.1-24.2.00.00 of the Docusign ESignature API. |
| 15 | + |
| 16 | + ## Endpoint-Specific Changes |
| 17 | + |
| 18 | + ### Updated [Envelopes: get](https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/get/) |
| 19 | + Added new optional query parameter named `include_anchor_tab_locations` of type string. |
| 20 | + |
| 21 | + ### Updated [Envelopes: update](https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopes/update/) |
| 22 | + Added new optional query parameter named `recycle_on_void` of type string. |
| 23 | + |
| 24 | + ### Updated [EnvelopeViews : createCorrect](https://developers.docusign.com/docs/esign-rest-api/reference/envelopes/envelopeviews/createcorrect/) |
| 25 | + Request body object `correctViewRequest` has been changed to `envelopeViewRequest`. |
| 26 | + |
| 27 | + ## Model Changes |
| 28 | + |
| 29 | + ### Updated existing models |
| 30 | + |
| 31 | + ### `accountInformation` |
| 32 | + |
| 33 | + - **Added fields:** |
| 34 | + - `freeEnvelopeSendsRemainingForAdvancedDocGen` |
| 35 | + |
| 36 | + ### `accountSettingsInformation` |
| 37 | + |
| 38 | + - **Added fields:** |
| 39 | + - `defaultSigningResponsiveView` |
| 40 | + - `defaultSigningResponsiveViewMetadata` |
| 41 | + - `dss_SCOREFDN_196_Rebrand_DocuSignIsNotAVerb` |
| 42 | + - `enableAdditionalAdvancedWebFormsFeatures` |
| 43 | + - `enableAdditionalAdvancedWebFormsFeaturesMetadata` |
| 44 | + |
| 45 | +- **Removed fields:** |
| 46 | + - `enableSaveAsEnvelopeCustomFieldInWebForms` |
| 47 | + - `enableSaveAsEnvelopeCustomFieldInWebFormsMetadata` |
| 48 | + |
| 49 | +### `bulksendingCopyDocGenFormField` |
| 50 | + |
| 51 | +- **Added field:** |
| 52 | + - `rowValues` |
| 53 | + |
| 54 | +### `notaryRecipient` |
| 55 | + |
| 56 | +- **Added field:** |
| 57 | + - `canNotaryCorrectEnvelope` |
| 58 | + |
| 59 | +### `tabAccountSettings` |
| 60 | + |
| 61 | +- **Added field:** |
| 62 | + - `enableTabAgreementDetails` |
| 63 | + - `enableTabAgreementDetailsMetadata` |
| 64 | + |
| 65 | + |
| 66 | +### Newly added Models |
| 67 | + |
| 68 | +- `bulkSendingCopyDocGenFormFieldRowValue` |
| 69 | + |
| 70 | +</div> |
| 71 | +</details> |
| 72 | + |
| 73 | + |
| 74 | +### Other Changes |
| 75 | +- Converted `defaultHeaders` from a shared global state to a local state within each `ApiClient` instance. |
| 76 | +- Fixed the overriding of the Authorization header in `GetUserInfo` when `defaultHeaders` already had an Authorization header. |
| 77 | +- Updated the SDK release version. |
| 78 | + |
5 | 79 | ## [v8.0.0-rc2] - eSignature API v2.1-24.2.00.00 - 2024-07-19 |
6 | 80 | ### Changed |
7 | 81 | - Converted `defaultHeaders` from a shared global state to a local state within each `ApiClient` instance. |
|
0 commit comments