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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,13 @@
1
1
# DocuSign Java Client Changelog
2
2
See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes.
3
3
4
+
## [3.8.0] - Jersey2 with support of DELETE request body - 2020-08-21
5
+
### Changed
6
+
- Upgraded the HTTP client from Jersey1 to Jersey 2. This resulted in a non-breaking change but the dependency list has largely been changed. (DCM-3324)
7
+
- Added support for request body in all DELETE methods. (DCM-4454)
8
+
- Added support for version v2.1-20.2.02 of the DocuSign eSignature API.
9
+
- Updated the SDK release version.
10
+
4
11
## [3.8.0-BETA] - Jersey2 with support of DELETE request body - 2020-08-11
5
12
### Changed
6
13
- Upgraded the HTTP client from Jersey1 to Jersey 2. This resulted in a non-breaking change but the dependency list has largely been changed. (DCM-3324)
Copy file name to clipboardExpand all lines: pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
<artifactId>docusign-esign-java</artifactId>
5
5
<packaging>jar</packaging>
6
6
<name>docusign-esign-java</name>
7
-
<version>3.8.0-BETA</version>
7
+
<version>3.8.0</version>
8
8
<description>The official DocuSign eSignature JAVA client is based on version 2 of the DocuSign REST API and provides libraries for JAVA application integration. It is recommended that you use this version of the library for new development.</description>
0 commit comments