You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,12 @@
1
1
# DocuSign Java Client Changelog
2
2
See [DocuSign Support Center](https://support.docusign.com/en/releasenotes/) for Product Release Notes.
3
3
4
-
## [v2.8.0-RC1] - eSignature API v18.3.02 - 2018-11-19
4
+
## [v2.8.0] - eSignature API v18.3.02 - 2018-11-29
5
5
### Fixed
6
6
- Fixed a problem with the BulkEnvelopesApi.UpdateRecipients method that could cause it to return a "Value cannot be null.\r\nParameter name: stream" error rather than add bulk recipients to an envelope. (DCM-2137)
7
7
- Fixed a problem with the EnvelopesApi.listStatus methods that could cause them to ignore sets of envelope IDs passed in to get statuses for specific envelopes. (DCM-2953)
8
8
- Fixed a problem with the EnvelopesApi.updateChunkedUpload method that could cause it to fail and return a 411 error. (DCM-2978)
9
+
- Surfaced the authentication error that might be returned by the ApiClient.JWTUserToken method.
9
10
### Changed
10
11
- The SDK now supports version 18.3.02 of the DocuSign API.
11
12
- Fixed a typo in a method name: getPasswordRules_0 has been changed to getAccountPasswordRules.
This client is available through the following Java package managers:
75
75
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.8.0-RC1.
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.8.0-RC1.
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.8.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.8.0.
Copy file name to clipboardExpand all lines: pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
<artifactId>docusign-esign-java</artifactId>
6
6
<packaging>jar</packaging>
7
7
<name>docusign-esign-java</name>
8
-
<version>2.8.0-RC1</version>
8
+
<version>2.8.0</version>
9
9
<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>
0 commit comments