Skip to content

Releases: MyPureCloud/platform-client-sdk-python

257.1.0

14 May 08:11

Choose a tag to compare

Release notes for version 257.1.0
Platform API version: 10311

Release Notes

  • Project settings have been migrated to leverage pyproject.toml configuration file to build and package the library.
  • SDK dependencies have been updated to newer versions: certifi (to version 2026.4.22), urllib3 (to version 2.6.3), watchdog (to version 6.0.0)

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.

257.0.0

07 May 19:10

Choose a tag to compare

Release notes for version 257.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.

256.0.0

12 Apr 08:12

Choose a tag to compare

Release notes for version 256.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.

255.0.0

03 Apr 12:27

Choose a tag to compare

Release notes for version 255.0.0
Platform API version: 10196

Release Notes

Request Bodies set with an empty dictionary or an empty list were incorrectly serialized to null, preventing to properly use such body content in a POST, PATCH or PUT request. The Platform API SDK for Python now correctly processes Request Bodies set with an empty dictionary or an empty list, allowing such content to be sent in the Platform API HTTP Request.

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.

254.0.0

24 Mar 07:59

Choose a tag to compare

Release notes for version 254.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.

253.0.0

11 Mar 08:02

Choose a tag to compare

Release notes for version 253.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.

252.1.0

03 Mar 14:19

Choose a tag to compare

Release notes for version 252.1.0
Platform API version: 10094

Release Notes

Optional parameters of an SDK method (originating from API Endpoint path, query or header parameters) can now be set to None.
In this case, the parameter will be ignored and removed from the HTTP request to be issued.
Prior to this version, when setting an optional parameter to None, the parameter was sent with a value "None".
E.g. api_response = api_instance.get_users(page_size=page_size, page_number=page_number, id=id, jabber_id=None, sort_order=sort_order, expand=expand, integration_presence_source=None, state=state)

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

28 Feb 09:00

Choose a tag to compare

Release notes for version 252.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.

251.0.0

22 Feb 08:59

Choose a tag to compare

Release notes for version 251.0.0
Platform API version: 10068

Changes in this version

  • Major changes: 13
  • Minor changes: 103
  • Point changes: 3

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

250.0.0

09 Feb 09:04

Choose a tag to compare

Release notes for version 250.0.0
Platform API version: 10012

Changes in this version

  • Major changes: 19
  • Minor changes: 154
  • Point changes: 6

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