Skip to content

Commit d7d3baf

Browse files
Nandsingh90root
andauthored
Version 6.3.0-v2.1-25.2.01.00 release (#297)
Co-authored-by: root <[email protected]>
1 parent 2a5c117 commit d7d3baf

File tree

5 files changed

+73
-4
lines changed

5 files changed

+73
-4
lines changed

CHANGELOG.md

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

4+
## [v6.3.0] - eSignature API v2.1-25.2.01.00 - 2025-07-08
5+
### Changed
6+
- Added support for version v2.1-25.2.01.00 of the DocuSign ESignature API.
7+
- Updated the SDK release version.
8+
49
## [v6.2.0] - eSignature API v2.1-25.2.00.00 - 2025-05-21
510
### Changed
611
- Added support for version v2.1-25.2.00.00 of the DocuSign ESignature API.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ This client SDK is provided as open source, which enables you to customize its f
5757
<dependency>
5858
<groupId>com.docusign</groupId>
5959
<artifactId>docusign-esign-java</artifactId>
60-
<version>6.2.0</version>
60+
<version>6.3.0</version>
6161
</dependency>
6262
```
6363
8. If your project is still open, restart Eclipse.

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>6.2.0</version>
8+
<version>6.3.0</version>
99
<url>https://developers.docusign.com</url>
1010
<description>The official Docusign eSignature JAVA client is based on version 2.1 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

src/main/java/com/docusign/esign/client/ApiClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public ApiClient() {
9393
String javaVersion = System.getProperty("java.version");
9494

9595
// Set default User-Agent.
96-
setUserAgent("Swagger-Codegen/v2.1/6.2.0/Java/" + javaVersion);
96+
setUserAgent("Swagger-Codegen/v2.1/6.3.0/Java/" + javaVersion);
9797

9898
// Setup authentications (key: authentication name, value: authentication).
9999
authentications = new HashMap<String, Authentication>();

src/main/java/com/docusign/esign/model/AccountSettingsInformation.java

Lines changed: 65 additions & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)