From 200640fd5464841470014ead1aef89e876a673ac Mon Sep 17 00:00:00 2001 From: Mudit Garg <35302867+garg-mudit@users.noreply.github.com> Date: Fri, 6 Sep 2024 18:10:08 +0530 Subject: [PATCH] Version 8.0.0-v2.1-24.2.00.00 release (#453) Co-authored-by: root --- CHANGELOG.md | 74 +++++++++++++++++++ README.md | 2 +- sdk/DocuSign.eSign.sln | 10 +-- .../DocuSign.eSign/Client/Configuration.cs | 2 +- sdk/src/DocuSign.eSign/DocuSign.eSign.csproj | 4 +- .../DocuSign.eSign/Properties/AssemblyInfo.cs | 2 +- 6 files changed, 84 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9275f25..f52b1c7d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,79 @@ # DocuSign C# Client Changelog +## [v8.0.0] - eSignature API v2.1-24.2.00.00 - 2024-09-06 +### 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 +- Improved error logging capabilities for the SDK +- Introduced async versions of `ApiClient` authorization methods. +- Corrected SDK metadata. +- Updated the SDK release version. + ## [v8.0.0-rc2] - eSignature API v2.1-24.2.00.00 - 2024-07-23 ### Changed - Introduced async versions of `ApiClient` authorization methods. diff --git a/README.md b/README.md index d92bd91c..7b0e4dc8 100755 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ This client SDK is provided as open source, which enables you to customize its f ### Version Information - **API version**: v2.1 -- **Latest SDK version (Including prerelease)**: 8.0.0-rc2 +- **Latest SDK version (Including prerelease)**: 8.0.0 ### Requirements diff --git a/sdk/DocuSign.eSign.sln b/sdk/DocuSign.eSign.sln index 2145b373..c686bcb4 100644 --- a/sdk/DocuSign.eSign.sln +++ b/sdk/DocuSign.eSign.sln @@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio 2012 VisualStudioVersion = 12.0.0.0 MinimumVisualStudioVersion = 10.0.0.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DocuSign.eSign", "src\DocuSign.eSign\DocuSign.eSign.csproj", "{0DD2EBA2-97AB-491E-911A-01F064CA09E7}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DocuSign.eSign", "src\DocuSign.eSign\DocuSign.eSign.csproj", "{50784E0B-2997-43AD-88AF-1400998CCD0F}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -10,10 +10,10 @@ Global Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {0DD2EBA2-97AB-491E-911A-01F064CA09E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {0DD2EBA2-97AB-491E-911A-01F064CA09E7}.Debug|Any CPU.Build.0 = Debug|Any CPU - {0DD2EBA2-97AB-491E-911A-01F064CA09E7}.Release|Any CPU.ActiveCfg = Release|Any CPU - {0DD2EBA2-97AB-491E-911A-01F064CA09E7}.Release|Any CPU.Build.0 = Release|Any CPU + {50784E0B-2997-43AD-88AF-1400998CCD0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {50784E0B-2997-43AD-88AF-1400998CCD0F}.Debug|Any CPU.Build.0 = Debug|Any CPU + {50784E0B-2997-43AD-88AF-1400998CCD0F}.Release|Any CPU.ActiveCfg = Release|Any CPU + {50784E0B-2997-43AD-88AF-1400998CCD0F}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/sdk/src/DocuSign.eSign/Client/Configuration.cs b/sdk/src/DocuSign.eSign/Client/Configuration.cs index 072c5b0a..d348e442 100644 --- a/sdk/src/DocuSign.eSign/Client/Configuration.cs +++ b/sdk/src/DocuSign.eSign/Client/Configuration.cs @@ -26,7 +26,7 @@ public class Configuration /// Version of the package. /// /// Version of the package. - public const string Version = "8.0.0-rc2"; + public const string Version = "8.0.0"; /// /// Identifier for ISO 8601 DateTime Format diff --git a/sdk/src/DocuSign.eSign/DocuSign.eSign.csproj b/sdk/src/DocuSign.eSign/DocuSign.eSign.csproj index d00929b1..1afe3fd3 100644 --- a/sdk/src/DocuSign.eSign/DocuSign.eSign.csproj +++ b/sdk/src/DocuSign.eSign/DocuSign.eSign.csproj @@ -16,7 +16,7 @@ DocuSign.eSign DocuSign.eSign en-US - 8.0.0-rc2 + 8.0.0 true true @@ -26,7 +26,7 @@ https://github.com/docusign/docusign-esign-csharp-client/blob/master/LICENSE https://github.com/docusign/docusign-esign-csharp-client git - [v8.0.0-rc2] - ESignature API v2.1-24.2.00.00 - 7/23/2024 + [v8.0.0] - ESignature API v2.1-24.2.00.00 - 9/6/2024 NET462 diff --git a/sdk/src/DocuSign.eSign/Properties/AssemblyInfo.cs b/sdk/src/DocuSign.eSign/Properties/AssemblyInfo.cs index 00080a37..2474b927 100644 --- a/sdk/src/DocuSign.eSign/Properties/AssemblyInfo.cs +++ b/sdk/src/DocuSign.eSign/Properties/AssemblyInfo.cs @@ -22,5 +22,5 @@ // [assembly: AssemblyVersion("1.0.*")] internal class AssemblyInformation { - public const string AssemblyInformationalVersion = "8.0.0-rc2"; + public const string AssemblyInformationalVersion = "8.0.0"; } \ No newline at end of file