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