Skip to content

Commit 6c9f2e5

Browse files
Merge pull request #12 from docusign/1.3.0-v2.1-1.3.0
Version 1.3.0 release
2 parents 9512fa1 + 21d53f4 commit 6c9f2e5

12 files changed

+1972
-3
lines changed

CHANGELOG.md

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

4+
## [v1.3.0] - Admin API v2.1-1.3.0 - 2023-08-14
5+
### Changed
6+
- Added support for version v2.1-1.3.0 of the DocuSign Admin API.
7+
- Updated the SDK release version.
8+
9+
New endpoints:
10+
* `GET /v1/organizations/{organizationId}/assetGroups/accounts` Get asset group accounts for an organization.
11+
* `POST /v1/organizations/{organizationId}/assetGroups/accountClone` Clone an existing DocuSign account.
12+
* `GET /v1/organizations/{organizationId}/assetGroups/accountClones` Gets all asset group account clones for an organization.
13+
* `GET /v1/organizations/{organizationId}/assetGroups/{assetGroupId}/accountClones/{assetGroupWorkId}` Gets information about a single cloned account.
414
## [v1.2.0] - Admin API v2.1-1.2.0 - 2023-05-10
515
### Changed
616
- Added support for version v2.1-1.2.0 of the DocuSign Admin API.

pom.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>docusign-admin-java</artifactId>
66
<packaging>jar</packaging>
77
<name>docusign-admin-java</name>
8-
<version>1.2.0</version>
8+
<version>1.3.0</version>
99
<url>https://developers.docusign.com</url>
1010
<description>The DocuSign Admin API enables you to automate user management with your existing systems while ensuring governance and compliance.</description>
1111

@@ -170,7 +170,7 @@
170170
</executions>
171171
<configuration>
172172
</configuration>
173-
</plugin>
173+
</plugin>
174174

175175
<plugin>
176176
<groupId>org.codehaus.mojo</groupId>
@@ -329,6 +329,7 @@
329329
<artifactId>jersey-media-json-jackson</artifactId>
330330
<version>${jersey-version}</version>
331331
</dependency>
332+
<!-- Pinned because other libraries rely on this lib and jersey is not backwards compatible now -->
332333
<dependency>
333334
<groupId>org.glassfish.jersey.inject</groupId>
334335
<artifactId>jersey-hk2</artifactId>

0 commit comments

Comments
 (0)