Skip to content

Commit

Permalink
v3.2.0 - eSignature API v2.1-20.1.00 (#62)
Browse files Browse the repository at this point in the history
* v3.2.0 - eSignature API v2.1-20.1.00

* sdk built through Tir

* Updating init, removing reference to tspsapi

* Deleted tsps api

* Deleted trust_service_providers_api.py

* update to changelog and setup.py to GA

* Update to the changelog

* Changelog Update

Co-authored-by: Majid Mallis <majid.mallis@docusign.com>
  • Loading branch information
harsharahul and Majid Mallis authored Apr 1, 2020
1 parent 137e2c5 commit a643c42
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 1,180 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ 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.

## [3.2.0] - eSignature API v2.1-20.1.00 - 2020-03-27
### Changed
* Added support for version v2.1-20.1.00 of the DocuSign eSignature API.
* Updated the SDK release version.
### Added
* Added the new property `copy_recipient_data` to envelopes. When set to **true**, the information that recipients enter is retained when you clone an envelope. For example, if you resend an envelope that was declined or voided after one or more recipients entered data, that data is retained. Note that this functionality must be enabled for the account.
* Added `RecipientIdentityInputOption` and `input_options` to support Identity Verification workflows: Reserved for DocuSign.

## [3.2.0rc2] - eSignature API v2.1-20.1.00 - 2020-03-13
### Changed
* The SDK now supports version v20.1.00 of the DocuSign eSignature API.
Expand Down Expand Up @@ -98,4 +106,4 @@ See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for

## [1.0.0] - 2017-08-08
### Added
- Initial commit of the new Python SDK for DocuSign API, automatically generated from OpenAPI specification.
- Initial commit of the new Python SDK for DocuSign API, automatically generated from OpenAPI specification.
1 change: 0 additions & 1 deletion docusign_esign/apis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
from .organizations_api import OrganizationsApi
from .power_forms_api import PowerFormsApi
from .signing_groups_api import SigningGroupsApi
from .tsps_api import TSPsApi
from .templates_api import TemplatesApi
from .users_api import UsersApi
from .workspaces_api import WorkspacesApi
Loading

0 comments on commit a643c42

Please sign in to comment.