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
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,20 @@ See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for
7
7
### Changed
8
8
- Updated the package with the latest API monthly release.
9
9
10
+
## [1.0.3] - 2018-03-22
11
+
### Fixed
12
+
- Issue [`#7`](https://github.com/docusign/docusign-python-client/issues/7): TypeError: the JSON object must be str, not 'bytes'.
13
+
- PR [`#8`](https://github.com/docusign/docusign-python-client/pull/8): Ensure closure of private key file to prevent open handles. Allow key bytes to be supplied to JWT configure method.
14
+
- PR [`#9`](https://github.com/docusign/docusign-python-client/pull/9): Support for cross-version json parsing of response.
15
+
16
+
## [1.0.2] - 2017-12-05
17
+
### Fixed
18
+
- PR [`#6`](https://github.com/docusign/docusign-python-client/pull/6): Invalid Grant URI at get_jwt_uri().
19
+
20
+
## [1.0.1] - 2017-09-05
21
+
### Added
22
+
- Added OAuth support.
23
+
10
24
## [1.0.0] - 2017-08-08
11
25
### Added
12
26
- Initial commit of the new Python SDK for DocuSign API, automatically generated from OpenAPI specification.
0 commit comments