Skip to content

Commit 26a0649

Browse files
harsharahulrootHenry Tam
authored
Version 3.21.0 release (#244)
* Version 3.21.0-v2.1-22.3.00.00 release * Update CHANGELOG.md * Updating travis file Co-authored-by: root <root@devcenteradmin.docusigntest.com> Co-authored-by: Henry Tam <henry.tam@docusign.com>
1 parent 5dc8c91 commit 26a0649

512 files changed

Lines changed: 117484 additions & 108279 deletions

File tree

Some content is hidden

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

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ after_failure: "cat /home/travis/build/docusign/docusign-java-client/target/sure
2626

2727
cache:
2828
directories:
29-
- $HOME/.m2
29+
- $HOME/.m2

CHANGELOG.md

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

4+
## [v3.21.0] - eSignature API v2.1-22.3.00.00 - 2022-08-30
5+
### Changed
6+
- Added support for version v2.1-1.2.7 of the DocuSign ESignature API.
7+
- Updated the SDK release version.
8+
9+
## [v3.20.0] - eSignature API v2.1-22.2.00.00 - 2022-06-17
10+
### Changed
11+
- Added support for version v2.1-22.2.00.00 of the DocuSign ESignature API.
12+
- Updated the SDK release version.
13+
414
## [v3.19.0] - eSignature API v2.1-22.1.02.00 - 2022-05-18
515
### Changed
616
- Added support for version v2.1-22.1.02.00 of the DocuSign ESignature API.

pom.xml

Lines changed: 7 additions & 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>3.19.0</version>
8+
<version>3.21.0</version>
99
<url>https://developers.docusign.com</url>
1010
<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>
1111

@@ -378,6 +378,12 @@
378378
<version>${junit-version}</version>
379379
<scope>test</scope>
380380
</dependency>
381+
<dependency>
382+
<groupId>com.brsanthu</groupId>
383+
<artifactId>migbase64</artifactId>
384+
<version>2.2</version>
385+
<scope>compile</scope>
386+
</dependency>
381387
</dependencies>
382388
<properties>
383389
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

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

Lines changed: 3501 additions & 3083 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)