FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Version 8.0.0rc1 release by bhavyads119 · Pull Request #216 · docusign/docusign-esign-python-client · GitHub

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .md  (2) .py  (2) All 2 file types selected
Only manifest files
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
26 changes: 22 additions & 4 deletions CHANGELOG.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,28 @@ All notable changes to this project will be documented in this file.

See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes.

## [v10.0.0rc1] - eSignature API v2.1-26.2.00.00 - 2026-06-01
### Changed
- Added support for version v2.1-26.2.00.00 of the DocuSign ESignature API.
- Updated the SDK release version.
## [v8.0.0rc1] - eSignature API v2.1-26.2.00.00 - 2026-06-04
### Breaking Changes
- Groups API: ListGroupUsers, ListGroupUsersAsync, and their WithHttpInfo variants now return GroupUsersResponse
instead of UsersResponse. Update any code that depends on the previous return type.

### Added
- Envelopes API: New envelope sharing methods:
- UpdateEnvelopesShares / DeleteEnvelopesShares — bulk update or delete shares on an envelope.
- UpdateEnvelopesShare / DeleteEnvelopesShare — update or delete a single envelope share by shareId.
- GetSharedEnvelopes — retrieve a filtered list of shared envelopes.
- Models: AdditionalSetting, BulkSendingCopyPrefillTab, EnvelopesSharePermissionRequest, EnvelopesShareRequest,
EnvelopesShareResponse, EnvelopesSharesRequest, EnvelopesSharesResponse, GroupUserInfo, GroupUsersResponse.
- BulkSendingCopy: Added PrefillTabs property to support pre-populating tab values per bulk send copy.
- AccountSettingsInformation: Added AdditionalSettings, AiAssistedWebFormCreationLevel, EnableIAMforXEmbeddedUX, and
EnableReviewerEventsSetting properties (each with corresponding metadata).

### Changed

- Added AnchorTabScope property to all tab model types (Approve, Checkbox, Company, Date, Email, FormulaTab, List,
Number, Radio, Ssn, Text, Zip, and others).
- Added support for version v2.1-26.2.00.00 of the DocuSign eSignature API.
- Updated the SDK release version to 8.0.0.rc1

## [v7.0.0rc1] - eSignature API v2.1-26.1.02.00 - 2026-05-05
## [v7.0.0rc1] - eSignature API v2.1-26.1.02.00 - 2026-05-04
Expand Down
2 changes: 1 addition & 1 deletion README.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ This client SDK is provided as open source, which enables you to customize its f
<a id="versionInformation"></a>
### Version Information
- **API version**: v2.1
- **Latest SDK version**: 10.0.0rc1
- **Latest SDK version**: 8.0.0rc1

<a id="requirements"></a>
## Requirements
Expand Down
6 changes: 3 additions & 3 deletions docusign_esign/client/configuration.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ def __init__(self):
python_version = platform.python_version()

if six.PY3:
self.user_agent = "Swagger-Codegen/v2.1/10.0.0rc1/python3/" + f"{python_version}"
self.user_agent = "Swagger-Codegen/v2.1/8.0.0rc1/python3/" + f"{python_version}"
else:
self.user_agent = "Swagger-Codegen/v2.1/10.0.0rc1/python2/" + f"{python_version}"
self.user_agent = "Swagger-Codegen/v2.1/8.0.0rc1/python2/" + f"{python_version}"


@classmethod
Expand Down Expand Up @@ -274,5 +274,5 @@ def to_debug_report(self):
"OS: {env}\n"\
"Python Version: {pyversion}\n"\
"Version of the API: v2.1\n"\
"SDK Package Version: 10.0.0rc1".\
"SDK Package Version: 8.0.0rc1".\
format(env=sys.platform, pyversion=sys.version)
2 changes: 1 addition & 1 deletion setup.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from setuptools import setup, find_packages, Command, os # noqa: H301

NAME = "docusign-esign"
VERSION = "10.0.0rc1"
VERSION = "8.0.0rc1"
# To install the library, run the following
#
# python setup.py install
Expand Down

Back | FazBrowse Home | New Git URL