Skip to content

Releases: docusign/docusign-esign-python-client

Version 2.4.0

03 Jun 03:39
ac47068

Choose a tag to compare

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

18 May 18:37
2c41f04

Choose a tag to compare

Version 3.3.0 rc Pre-release
Pre-release
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

18 May 18:36
82e07be

Choose a tag to compare

Version 2.4.0 rc Pre-release
Pre-release
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

01 Apr 05:53
a643c42

Choose a tag to compare

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

01 Apr 05:54
a982384

Choose a tag to compare

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

07 Jan 22:14
26ec78e

Choose a tag to compare

Version 3.1.0rc2 Pre-release
Pre-release
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

07 Jan 22:27
43b07f2

Choose a tag to compare

Version 2.2.0rc2 Pre-release
Pre-release
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

28 Oct 17:38
80bbabe

Choose a tag to compare

[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 Date class, was mapping to python date class. Causing the functions such as envelope_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

28 Oct 17:43
8227a01

Choose a tag to compare

[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 Date class, was mapping to python date class. Causing the functions such as envelope_api.list_tabs() to raise exception. (DCM-1788)

Version 2.0.1

24 Jun 18:11
c06e0a1

Choose a tag to compare

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).