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
- New test case to validate the `resend_envelope` feature for `EnvelopesApi.updateRecipients` call.
11
16
12
17
### Changed
18
+
- The SDK now supports the**Full and latest DocuSign API support**(17.1.00.00).
19
+
- Updated the package with the latest full API release. No omitted endpoints anymore.
13
20
- Updated the code snippet in the README file to use the API base url gotten from the login call, instead of using the default one. Required for integrations when they go live.
14
21
- Updated the README file with additional Authentication information.
15
-
- Updated the package with the latest full API release. No omitted endpoints anymore.
16
22
17
23
### Fixed
18
24
- Issue [`#27`](https://github.com/docusign/docusign-java-client/issues/27): SimpleDateFormat Exception in Java 1.6.
25
+
- Issue [`#89`](https://github.com/docusign/docusign-csharp-client/issues/89): resend_envelope functionality for envelopes recipients.
If you encounter build errors due to duplicate definitions, include the following in your build.gradle module:
@@ -55,14 +72,14 @@ android {
55
72
56
73
This client is available through the following Java package managers:
57
74
58
-
-[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.0.2.
59
-
-[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.0.2.
75
+
-[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.1.0.
76
+
-[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.1.0.
60
77
61
78
### Others
62
79
63
80
Or you can manually download and add the following JARs to your project:
64
81
65
-
* The [docusign-esign-java-2.0.2](/target/docusign-esign-java-2.0.2.jar) JAR.
82
+
* The [docusign-esign-java-2.1.0](/target/docusign-esign-java-2.1.0.jar) JAR.
66
83
* The [Dependency JARs](/target/lib) in /lib folder.
// If you have an OAuth access token stored in a variable named 'access_token', let's say, then instead, you can set authHeader as following (notice the extra space after 'Bearer'):
@@ -148,7 +165,7 @@ public class DocuSignExample {
148
165
{
149
166
System.out.println("Exception: "+ ex);
150
167
}
151
-
}
168
+
}
152
169
}
153
170
```
154
171
@@ -194,10 +211,8 @@ License
194
211
195
212
The DocuSign Java Client is licensed under the following [License](LICENSE).
196
213
197
-
Notes
198
-
=======
199
-
200
-
This version of the client library does not implement all of the DocuSign REST API methods. The current client omits methods in the Accounts, Billing, Cloud Storage, Connect, Groups (Branding), and Templates (Bulk Recipients) categories. The client's methods support the core set of use cases that most integrations will encounter. For a complete list of omitted endpoints, see [Omitted Endpoints](./omitted_endpoints.md).
0 commit comments