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

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@ 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.

## [v6.0.0] - eSignature API v2.1-25.4.01.00 - 2026-01-27
### Changed
- Added support for version v2.1-25.4.01.00 of the DocuSign ESignature API.
- Dropped support for Python 3.8 and lower versions.
- Updated deprecated urllib3 usage so users can upgrade to urllib3 2.6.0+ (fixes CVE-2025-66471).
- Updated the SDK release version.

## [v6.0.0rc1] - eSignature API v2.1-25.3.01.00 - 2026-01-13
### Changed
- Added support for version v2.1-25.3.01.00 of the DocuSign ESignature API.
Expand Down
2 changes: 1 addition & 1 deletion README.md
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**: 6.0.0rc1
- **Latest SDK version**: 6.0.0

<a id="requirements"></a>
## Requirements
Expand Down
2 changes: 2 additions & 0 deletions docusign_esign/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
from docusign_esign.models.account_identity_verification_step import AccountIdentityVerificationStep
from docusign_esign.models.account_identity_verification_workflow import AccountIdentityVerificationWorkflow
from docusign_esign.models.account_information import AccountInformation
from docusign_esign.models.account_management_granular import AccountManagementGranular
from docusign_esign.models.account_minimum_password_length import AccountMinimumPasswordLength
from docusign_esign.models.account_notification import AccountNotification
from docusign_esign.models.account_password_expire_password_days import AccountPasswordExpirePasswordDays
Expand Down Expand Up @@ -379,6 +380,7 @@
from docusign_esign.models.notary_recipient import NotaryRecipient
from docusign_esign.models.notary_result import NotaryResult
from docusign_esign.models.notary_seal import NotarySeal
from docusign_esign.models.notary_witness import NotaryWitness
from docusign_esign.models.note import Note
from docusign_esign.models.notification import Notification
from docusign_esign.models.notification_default_settings import NotificationDefaultSettings
Expand Down
6 changes: 5 additions & 1 deletion docusign_esign/apis/envelopes_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -7156,6 +7156,7 @@ def get_envelope(self, account_id, envelope_id, **kwargs):
:param str advanced_update: When true, envelope information can be added or modified.
:param str include:
:param str include_anchor_tab_locations:
:param str user_id:
:return: Envelope
If the method is called asynchronously,
returns the request thread.
Expand Down Expand Up @@ -7186,12 +7187,13 @@ def get_envelope_with_http_info(self, account_id, envelope_id, **kwargs):
:param str advanced_update: When true, envelope information can be added or modified.
:param str include:
:param str include_anchor_tab_locations:
:param str user_id:
:return: Envelope
If the method is called asynchronously,
returns the request thread.
"""

all_params = ['account_id', 'envelope_id', 'advanced_update', 'include', 'include_anchor_tab_locations']
all_params = ['account_id', 'envelope_id', 'advanced_update', 'include', 'include_anchor_tab_locations', 'user_id']
all_params.append('callback')
all_params.append('_return_http_data_only')
all_params.append('_preload_content')
Expand Down Expand Up @@ -7230,6 +7232,8 @@ def get_envelope_with_http_info(self, account_id, envelope_id, **kwargs):
query_params['include'] = params['include']
if 'include_anchor_tab_locations' in params:
query_params['include_anchor_tab_locations'] = params['include_anchor_tab_locations']
if 'user_id' in params:
query_params['user_id'] = params['user_id']

header_params = {}

Expand Down
6 changes: 3 additions & 3 deletions docusign_esign/client/configuration.py
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/6.0.0rc1/python3/" + f"{python_version}"
self.user_agent = "Swagger-Codegen/v2.1/6.0.0/python3/" + f"{python_version}"
else:
self.user_agent = "Swagger-Codegen/v2.1/6.0.0rc1/python2/" + f"{python_version}"
self.user_agent = "Swagger-Codegen/v2.1/6.0.0/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: 6.0.0rc1".\
"SDK Package Version: 6.0.0".\
format(env=sys.platform, pyversion=sys.version)
2 changes: 2 additions & 0 deletions docusign_esign/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
from docusign_esign.models.account_identity_verification_step import AccountIdentityVerificationStep
from docusign_esign.models.account_identity_verification_workflow import AccountIdentityVerificationWorkflow
from docusign_esign.models.account_information import AccountInformation
from docusign_esign.models.account_management_granular import AccountManagementGranular
from docusign_esign.models.account_minimum_password_length import AccountMinimumPasswordLength
from docusign_esign.models.account_notification import AccountNotification
from docusign_esign.models.account_password_expire_password_days import AccountPasswordExpirePasswordDays
Expand Down Expand Up @@ -343,6 +344,7 @@
from docusign_esign.models.notary_recipient import NotaryRecipient
from docusign_esign.models.notary_result import NotaryResult
from docusign_esign.models.notary_seal import NotarySeal
from docusign_esign.models.notary_witness import NotaryWitness
from docusign_esign.models.note import Note
from docusign_esign.models.notification import Notification
from docusign_esign.models.notification_default_settings import NotificationDefaultSettings
Expand Down
Loading