You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17Lines changed: 17 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file.
3
3
4
4
See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes.
5
5
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
+
6
23
## [2.0.0rc1] - eSignature API v19.1.02 - 2019-05-13
7
24
### Removed
8
25
* configure_jwt_authorization_flow has been removed. Update to use either request_jwt_user_token or request_jwt_application_token
0 commit comments