Skip to content

Commit

Permalink
v2.3.0 - eSignature API v2-20.1.00 (#63)
Browse files Browse the repository at this point in the history
* [2.3.0] - eSignature API v2-20.1.00 

* sdk built through Tir

* Removing tspsapi and updates to changelog

* updated the changelog

* Changelog Updated

Co-authored-by: Majid Mallis <[email protected]>
  • Loading branch information
harsharahul and Majid Mallis authored Apr 1, 2020
1 parent 471c363 commit a982384
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 1,175 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.

## [2.3.0] - eSignature API v2-20.1.00 - 2020-03-27
### Changed
* Added support for version v2-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.

## [2.3.0rc1] - eSignature API v2-20.1.00 - 2020-03-13
### Changed
* The SDK now supports version 20.1.00 of the DocuSign eSignature API.
Expand Down Expand Up @@ -86,4 +94,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 @@ -16,7 +16,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 a982384

Please sign in to comment.