Skip to content

Commit 200640f

Browse files
garg-muditroot
andauthored
Version 8.0.0-v2.1-24.2.00.00 release (#453)
Co-authored-by: root <[email protected]>
1 parent 402f5ad commit 200640f

File tree

6 files changed

+84
-10
lines changed

6 files changed

+84
-10
lines changed

CHANGELOG.md

Lines changed: 74 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,79 @@
11
# DocuSign C# Client Changelog
22

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+
377
## [v8.0.0-rc2] - eSignature API v2.1-24.2.00.00 - 2024-07-23
478
### Changed
579
- Introduced async versions of `ApiClient` authorization methods.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This client SDK is provided as open source, which enables you to customize its f
3333
<a id="versionInformation"></a>
3434
### Version Information
3535
- **API version**: v2.1
36-
- **Latest SDK version (Including prerelease)**: 8.0.0-rc2
36+
- **Latest SDK version (Including prerelease)**: 8.0.0
3737

3838
<a id="requirements"></a>
3939
### Requirements

sdk/DocuSign.eSign.sln

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@ Microsoft Visual Studio Solution File, Format Version 12.00
22
# Visual Studio 2012
33
VisualStudioVersion = 12.0.0.0
44
MinimumVisualStudioVersion = 10.0.0.1
5-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DocuSign.eSign", "src\DocuSign.eSign\DocuSign.eSign.csproj", "{0DD2EBA2-97AB-491E-911A-01F064CA09E7}"
5+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DocuSign.eSign", "src\DocuSign.eSign\DocuSign.eSign.csproj", "{50784E0B-2997-43AD-88AF-1400998CCD0F}"
66
EndProject
77
Global
88
GlobalSection(SolutionConfigurationPlatforms) = preSolution
99
Debug|Any CPU = Debug|Any CPU
1010
Release|Any CPU = Release|Any CPU
1111
EndGlobalSection
1212
GlobalSection(ProjectConfigurationPlatforms) = postSolution
13-
{0DD2EBA2-97AB-491E-911A-01F064CA09E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14-
{0DD2EBA2-97AB-491E-911A-01F064CA09E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
15-
{0DD2EBA2-97AB-491E-911A-01F064CA09E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
16-
{0DD2EBA2-97AB-491E-911A-01F064CA09E7}.Release|Any CPU.Build.0 = Release|Any CPU
13+
{50784E0B-2997-43AD-88AF-1400998CCD0F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
14+
{50784E0B-2997-43AD-88AF-1400998CCD0F}.Debug|Any CPU.Build.0 = Debug|Any CPU
15+
{50784E0B-2997-43AD-88AF-1400998CCD0F}.Release|Any CPU.ActiveCfg = Release|Any CPU
16+
{50784E0B-2997-43AD-88AF-1400998CCD0F}.Release|Any CPU.Build.0 = Release|Any CPU
1717
EndGlobalSection
1818
GlobalSection(SolutionProperties) = preSolution
1919
HideSolutionNode = FALSE

sdk/src/DocuSign.eSign/Client/Configuration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public class Configuration
2626
/// Version of the package.
2727
/// </summary>
2828
/// <value>Version of the package.</value>
29-
public const string Version = "8.0.0-rc2";
29+
public const string Version = "8.0.0";
3030

3131
/// <summary>
3232
/// Identifier for ISO 8601 DateTime Format

sdk/src/DocuSign.eSign/DocuSign.eSign.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<RootNamespace>DocuSign.eSign</RootNamespace>
1717
<AssemblyName>DocuSign.eSign</AssemblyName>
1818
<NeutralLanguage>en-US</NeutralLanguage>
19-
<VersionPrefix>8.0.0-rc2</VersionPrefix>
19+
<VersionPrefix>8.0.0</VersionPrefix>
2020
<VersionSuffix/>
2121
<GenerateAssemblyInfo>true</GenerateAssemblyInfo>
2222
<GenerateDocumentationFile>true</GenerateDocumentationFile>
@@ -26,7 +26,7 @@
2626
<PackageLicenseUrl>https://github.com/docusign/docusign-esign-csharp-client/blob/master/LICENSE</PackageLicenseUrl>
2727
<RepositoryUrl>https://github.com/docusign/docusign-esign-csharp-client</RepositoryUrl>
2828
<RepositoryType>git</RepositoryType>
29-
<PackageReleaseNotes>[v8.0.0-rc2] - ESignature API v2.1-24.2.00.00 - 7/23/2024</PackageReleaseNotes>
29+
<PackageReleaseNotes>[v8.0.0] - ESignature API v2.1-24.2.00.00 - 9/6/2024</PackageReleaseNotes>
3030
</PropertyGroup>
3131
<PropertyGroup Condition=" '$(TargetFramework)' == 'net462'">
3232
<DefineConstants>NET462</DefineConstants>

sdk/src/DocuSign.eSign/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
// [assembly: AssemblyVersion("1.0.*")]
2323
internal class AssemblyInformation
2424
{
25-
public const string AssemblyInformationalVersion = "8.0.0-rc2";
25+
public const string AssemblyInformationalVersion = "8.0.0";
2626
}

0 commit comments

Comments
 (0)