Skip to content

Commit 8192f66

Browse files
authored
Merge pull request #69 from docusign/2.5.0
Version 2.5.0 of the Java SDK
2 parents ce4203f + f48fb8d commit 8192f66

File tree

498 files changed

+9616
-8231
lines changed

Some content is hidden

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

498 files changed

+9616
-8231
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for
77
### Changed
88
- Updated the package with the latest API monthly release.
99

10+
## [2.5.0] - 2018-04-17
11+
### Added
12+
- Electronic Seals API (a.k.a. Advanced Signatures).
13+
1014
## [2.4.2] - 2018-03-22
1115
### Security
1216
- [CVE-2017-7525](https://www.cvedetails.com/cve/CVE-2017-7525/)

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Add this dependency to your project's POM:
2121
<dependency>
2222
<groupId>com.docusign</groupId>
2323
<artifactId>docusign-esign-java</artifactId>
24-
<version>2.4.2</version>
24+
<version>2.5.0</version>
2525
</dependency>
2626
```
2727

@@ -30,7 +30,7 @@ Add this dependency to your project's POM:
3030
Add this dependency to your project's build file:
3131

3232
```groovy
33-
compile "com.docusign:docusign-esign-java:2.4.2"
33+
compile "com.docusign:docusign-esign-java:2.5.0"
3434
```
3535

3636
#### Dependencies
@@ -73,8 +73,8 @@ android {
7373

7474
This client is available through the following Java package managers:
7575

76-
- [Nexus Repository Manager](https://oss.sonatype.org/#nexus-search;quick~docusign-esign-java) (oss.sonatype.org). You can search for com.docusign or docusign-esign-java. The current version is 2.4.2.
77-
- [JFrog Bintray](https://bintray.com/dsdevcenter/maven/docusign-esign-java) (bintray.com). You can search for com.docusign or docusign-esign-java. The current version is 2.4.2.
76+
- [Nexus Repository Manager](https://oss.sonatype.org/#nexus-search;quick~docusign-esign-java) (oss.sonatype.org). You can search for com.docusign or docusign-esign-java. The current version is 2.5.0.
77+
- [JFrog Bintray](https://bintray.com/dsdevcenter/maven/docusign-esign-java) (bintray.com). You can search for com.docusign or docusign-esign-java. The current version is 2.5.0.
7878

7979

8080
Usage

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 = '2.4.2'
5+
version = '2.5.0'
66

77
buildscript {
88
repositories {

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>docusign-esign-java</artifactId>
66
<packaging>jar</packaging>
77
<name>docusign-esign-java</name>
8-
<version>2.4.2</version>
8+
<version>2.5.0</version>
99
<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>
1010
<url>https://www.docusign.com/developer-center</url>
1111

src/main/java/com/docusign/esign/api/AccountsApi.java

Lines changed: 1147 additions & 1199 deletions
Large diffs are not rendered by default.

src/main/java/com/docusign/esign/api/AuthenticationApi.java

Lines changed: 119 additions & 126 deletions
Large diffs are not rendered by default.

src/main/java/com/docusign/esign/api/BillingApi.java

Lines changed: 264 additions & 276 deletions
Large diffs are not rendered by default.

src/main/java/com/docusign/esign/api/BulkEnvelopesApi.java

Lines changed: 198 additions & 203 deletions
Large diffs are not rendered by default.

src/main/java/com/docusign/esign/api/CloudStorageApi.java

Lines changed: 314 additions & 321 deletions
Large diffs are not rendered by default.

src/main/java/com/docusign/esign/api/ConnectApi.java

Lines changed: 355 additions & 373 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)