Skip to content

Commit 3b41a23

Browse files
authored
Merge pull request #28 from docusign/2.0.0
Release of version 2.0.0
2 parents da75211 + 6192055 commit 3b41a23

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file.
33

44
See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes.
55

6+
## [2.0.0] - eSignature API v19.1.02 - 2019-05-24
7+
### Removed
8+
* configure_jwt_authorization_flow has been removed. Update to use either request_jwt_user_token or request_jwt_application_token
9+
* empty test placeholder files
10+
### Changed
11+
* The SDK now supports version 19.1.02 of the DocuSign eSignature API.
12+
* SDK Release Version updated.
13+
* ApiException, ApiClient and Configuration classes have moved under client folder. New import statement was simplified. Example: from docusign_esign import ApiException
14+
* Using PyJWT and cryptography libraries for OAuth, instead of jwcrypto and py-oauth2
15+
### Added
16+
* Added a new *tabGroupLabels* field to all Tabs models
17+
* Added a new *Witnesses* field to all Recipients models
18+
* Implemented models for Smart Sections feature
19+
* Implemented initial support of HMAC for DocuSign Connect
20+
### Fixed
21+
* A bug with that could cause the *moveEnvelopes* method call to return a response without a *Content-Type* header. (DCM-2871)
22+
623
## [2.0.0rc1] - eSignature API v19.1.02 - 2019-05-13
724
### Removed
825
* configure_jwt_authorization_flow has been removed. Update to use either request_jwt_user_token or request_jwt_application_token

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from setuptools import setup, find_packages, Command
1717

1818
NAME = "docusign_esign"
19-
VERSION = "2.0.0rc1"
19+
VERSION = "2.0.0"
2020
# To install the library, run the following
2121
#
2222
# python setup.py install

0 commit comments

Comments
 (0)