Skip to content

Releases: MyPureCloud/platform-client-sdk-java

253.2.0

18 May 13:08

Choose a tag to compare

Release notes for version 253.2.0
Platform API version: 10311

Release Notes

  • New constructor for models

Changes in this version

  • Major changes: 0
  • Minor changes: 0
  • Point changes: 0

For the full changelog, read the releaseNotes.md file in the repo.

253.1.0

07 May 18:07

Choose a tag to compare

Release notes for version 253.1.0
Platform API version: 10311

Changes in this version

  • Major changes: 0
  • Minor changes: 0
  • Point changes: 0

For the full changelog, read the releaseNotes.md file in the repo.

253.0.0

07 May 16:43

Choose a tag to compare

Release notes for version 253.0.0
Platform API version: 10311

Changes in this version

  • Major changes: 34
  • Minor changes: 172
  • Point changes: 34

For the full changelog, read the releaseNotes.md file in the repo.

252.1.0

06 May 13:16

Choose a tag to compare

Release notes for version 252.1.0
Platform API version: 10222

Release Notes

The dependency on the 3rd party Joda-Time library has been removed from the Platform API SDK for Java. The SDK now leverages the standard Java Time library.
The impacted models/classes are:

  • model/Schedule.java (properties: start, end - previously represented as org.joda.time.LocalDateTime and now represented as java.time.LocalDateTime)
  • model/EdgeAutoUpdateConfig.java (properties: start, end - previously as org.joda.time.LocalDateTime and now represented as java.time.LocalDateTime)

Changes in this version

  • Major changes: 0
  • Minor changes: 0
  • Point changes: 0

For the full changelog, read the releaseNotes.md file in the repo.

252.0.0

12 Apr 07:24

Choose a tag to compare

Release notes for version 252.0.0
Platform API version: 10222

Changes in this version

  • Major changes: 2
  • Minor changes: 41
  • Point changes: 2

For the full changelog, read the releaseNotes.md file in the repo.

251.0.0

03 Apr 14:27

Choose a tag to compare

Release notes for version 251.0.0
Platform API version: 10196

Release Notes

A new query parameter was introduced in a set of existing Platform API Endpoints.

Endpoint Modifications (new query parameter):

  • OperationId: "getUser", URL: "GET /api/v2/users/{userId}", New query parameter: "userCustomAttributeSchemaIds"
  • OperationId: "getUsers", URL: "GET /api/v2/users", New query parameter: "userCustomAttributeSchemaIds"
  • OperationId: "getUsersMe", URL: "GET /api/v2/users/me", New query parameter: "userCustomAttributeSchemaIds"
  • OperationId: "getUsersQuery", URL: "GET /api/v2/users/query", New query parameter: "userCustomAttributeSchemaIds"

This impacts and changes the following SDK method signatures in Users API (new method parameter: "userCustomAttributeSchemaIds" added):

  • getUser(String userId, List expand, String integrationPresenceSource, List userCustomAttributeSchemaIds, String state)
  • getUserWithHttpInfo(String userId, List expand, String integrationPresenceSource, List userCustomAttributeSchemaIds, String state)
  • getUsers(Integer pageSize, Integer pageNumber, List id, List jabberId, String sortOrder, List expand, String integrationPresenceSource, List userCustomAttributeSchemaIds, String state)
  • getUsersWithHttpInfo(Integer pageSize, Integer pageNumber, List id, List jabberId, String sortOrder, List expand, String integrationPresenceSource, List userCustomAttributeSchemaIds, String state)
  • getUsersMe(List expand, String integrationPresenceSource, List userCustomAttributeSchemaIds)
  • getUsersMeWithHttpInfo(List expand, String integrationPresenceSource, List userCustomAttributeSchemaIds)
  • getUsersQuery(String cursor, Integer pageSize, String sortOrder, List expand, String integrationPresenceSource, List userCustomAttributeSchemaIds, String state)
  • getUsersQueryWithHttpInfo(String cursor, Integer pageSize, String sortOrder, List expand, String integrationPresenceSource, List userCustomAttributeSchemaIds, String state)

Changes in this version

  • Major changes: 27
  • Minor changes: 204
  • Point changes: 9

For the full changelog, read the releaseNotes.md file in the repo.

250.1.0

30 Mar 18:36

Choose a tag to compare

Release notes for version 250.1.0
Platform API version: 10112

Release Notes

Update Jackson-Core dependency to version 2.21.2, due to a regression in version 2.21.1

Changes in this version

  • Major changes: 0
  • Minor changes: 0
  • Point changes: 0

For the full changelog, read the releaseNotes.md file in the repo.

250.0.0

24 Mar 07:14

Choose a tag to compare

Release notes for version 250.0.0
Platform API version: 10163

Changes in this version

  • Major changes: 10
  • Minor changes: 310
  • Point changes: 11

For the full changelog, read the releaseNotes.md file in the repo.

249.0.0

11 Mar 07:14

Choose a tag to compare

Release notes for version 249.0.0
Platform API version: 10112

Changes in this version

  • Major changes: 3
  • Minor changes: 42
  • Point changes: 11

For the full changelog, read the releaseNotes.md file in the repo.

248.0.0

28 Feb 08:13

Choose a tag to compare

Release notes for version 248.0.0
Platform API version: 10094

Changes in this version

  • Major changes: 14
  • Minor changes: 35
  • Point changes: 0

For the full changelog, read the releaseNotes.md file in the repo.