Releases: docusign/docusign-esign-python-client
Releases · docusign/docusign-esign-python-client
Version 2.4.0
v2.4.0 GA (#67) ## [2.4.0] - eSignature API v2-20.1.02 - 2020-06-02 ### Changed * Added support for version v2.1-20.1.02 of the DocuSign eSignature API. * Updated the SDK release version. Co-authored-by: Harsha Rahul Boggaram <[email protected]>
Version 3.3.0 rc
Version 3.3.0-rc1 apiv2.1 (#65) Version 3.3.0-rc1 * sdk built through Tir * Updated the setup, fixed DCM-3701
Version 2.4.0 rc
Version 2.4.0-rc1 apiv2.0 (#66) Version 2.4.0-rc1 * sdk built through Tir * Updated Setup, removed tsps_api
Version 3.2.0 GA
v3.2.0 - eSignature API v2.1-20.1.00 (#62) * 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 <[email protected]>
Version 2.3.0 GA
v2.3.0 - eSignature API v2-20.1.00 (#63) * [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]>
Version 3.1.0rc2
v3.1.0rc2 - eSignature API v2.1-19.4.01 (#47) * sdk built through Tir * DCM-3631, unit test & api client * fix for DCM-3701 * Changelog and version update * Renaming tsps_api and updates to changelog, version
Version 2.2.0rc2
v2.2.0rc2 - eSignature API v2-19.4.01 (#48) * sdk built through Tir * fix for DCM-3631 and unit tests * Changelog and version update * Renaming tsps_api and updates to changelog, version
Version 3.0.0
[3.0.0] - eSignature API v2.1-19.2.02 - 2019-10-10
Changed
- Updated the way the models and classes are initialized. Now using constructor parameters to initialize the classes. Updates to unit tests. (DCM-1788)
 
Fixed
- A bug in model mapping where instead of mapping to custom DocuSign 
Dateclass, was mapping to pythondateclass. Causing the functions such asenvelope_api.list_tabs()to raise exception. (DCM-3102) 
BREAKING
- The SDK now supports API v2.1-19.2.02 of the DocuSign eSignature API.
 - SDK Release Version updated.
 
Version 2.1.0
[2.1.0] - eSignature API v2-19.2.02 - 2019-10-09
Changed
- Updated the way the models and classes are initialized. Now using constructor parameters to initialize the classes. Updates to unit tests.
 
Fixed
- A bug in model mapping where instead of mapping to custom DocuSign 
Dateclass, was mapping to pythondateclass. Causing the functions such asenvelope_api.list_tabs()to raise exception. (DCM-1788) 
Version 2.0.1
Removed
- Removed harcoded test config values from the test cases. Now getting test config values from the environment variables.
 
Changed
- Made dependencies versions broader (using '>=' to specify minimum supported versions).