Skip to content

Commit 3ee55a3

Browse files
asif-docusignroot
and
root
authored
Version 4.6.0-v2.1-23.4.02.00 release (#277)
Co-authored-by: root <root@devcenteradmin.docusigntest.com>
1 parent 458d53c commit 3ee55a3

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

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

4+
## [v4.6.0] - eSignature API v2.1-23.4.02.00 - 2024-04-30
5+
### BREAKING CHANGES
6+
- Modified the default basePath to `DEMO_REST_BASEPATH`.
7+
### OTHER CHANGES
8+
- Revised the logic to determine the `oAuthBasePath` based on the `basePath`.
9+
- Added support for version v2.1-23.4.02.00 of the DocuSign ESignature API.
10+
- Updated the SDK release version.
11+
412
## [v4.6.0-RC1] - eSignature API v2.1-23.4.02.00 - 2024-03-12
513
### Changed
614
- Added support for version v2.1-23.4.02.00 of the DocuSign ESignature API.

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>4.6.0-RC1</version>
8+
<version>4.6.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
@@ -96,7 +96,7 @@ public ApiClient() {
9696
String javaVersion = System.getProperty("java.version");
9797

9898
// Set default User-Agent.
99-
setUserAgent("Swagger-Codegen/v2.1/4.6.0-RC1/Java/" + javaVersion);
99+
setUserAgent("Swagger-Codegen/v2.1/4.6.0/Java/" + javaVersion);
100100

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

0 commit comments

Comments
 (0)