Skip to content

Commit 6a35fbf

Browse files
authored
Version 3.8.0-BETA release (#158)
* Version 3.8.0-BETA-v2.1-20.2.02.02 release
1 parent f3bd647 commit 6a35fbf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+9495
-39
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,3 @@ jdk:
2323
script: mvn -X clean test
2424

2525
after_failure: "cat /home/travis/build/docusign/docusign-java-client/target/surefire-reports/SdkUnitTests.txt && cat /home/travis/build/docusign/docusign-java-client/target/surefire-reports/TEST-SdkUnitTests.xml"
26-

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# DocuSign Java Client Changelog
22
See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes.
33

4+
## [3.8.0-BETA] - Jersey2 with support of DELETE request body - 2020-08-11
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+
411
## [3.7.0-BETA] - Upgrade to Jersey2 - 2020-07-02
512
### Changed
613
- Upgraded the HTTP client from Jersey1 to Jersey 2. This resulted in a non-breaking change but the dependency list

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
## Requirements
77

8-
- Java 1.7+
8+
- Java 1.9+
99
- Free [Developer Sandbox](https://go.docusign.com/sandbox/productshot/?elqCampaignId=16531)
1010

1111
## Compatibility
@@ -34,7 +34,7 @@ Note: DocuSign uses **Eclipse** with **Maven** for testing purposes.
3434
<dependency>
3535
<groupId>com.docusign</groupId>
3636
<artifactId>docusign-esign-java</artifactId>
37-
<version>3.7.0-BETA</version>
37+
<version>3.8.0-BETA</version>
3838
</dependency>
3939
```
4040

@@ -97,4 +97,4 @@ The DocuSign Java Client is licensed under the [MIT License](https://github.com/
9797
* [DocuSign Developer Center](https://developers.docusign.com)
9898
* [DocuSign API on Twitter](https://twitter.com/docusignapi)
9999
* [DocuSign For Developers on LinkedIn](https://www.linkedin.com/showcase/docusign-for-developers/)
100-
* [DocuSign For Developers on YouTube](https://www.youtube.com/channel/UCJSJ2kMs_qeQotmw4-lX2NQ)
100+
* [DocuSign For Developers on YouTube](https://www.youtube.com/channel/UCJSJ2kMs_qeQotmw4-lX2NQ)

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'idea'
22
apply plugin: 'eclipse'
33

44
group = 'com.docusign'
5-
version = '3.7.0-BETA'
5+
version = '3.8.0-BETA'
66

77
buildscript {
88
repositories {

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>docusign-esign-java</artifactId>
55
<packaging>jar</packaging>
66
<name>docusign-esign-java</name>
7-
<version>3.7.0-BETA</version>
7+
<version>3.8.0-BETA</version>
88
<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>
99
<url>https://developers.docusign.com</url>
1010

0 commit comments

Comments
 (0)