Skip to content

Releases: MyPureCloud/platform-client-sdk-javascript

233.0.0

03 Oct 06:37
Compare
Choose a tag to compare

Release notes for version 233.0.0
Platform API version: 9648

Changes in this version

  • Major changes: 12
  • Minor changes: 12
  • Point changes: 2

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

232.0.0

30 Sep 15:41
Compare
Choose a tag to compare

Release notes for version 232.0.0
Platform API version: 9635

Release Notes

The Platform API SDK for JavaScript was ignoring (filtering out) query parameters of type boolean when the value is false, and query parameters of type integer/number when the value is 0.
API endpoints with a boolean query parameter whose default value is not false (or has no default specified) are impacted.
Examples:
Impacted: getDownload – issueRedirect default value is true
Not impacted: getOutboundDnclistExport – download default value is false
This behavior will be corrected in future versions of the Platform API SDK for JavaScript.

Given that this issue has existed for a long time and could affect applications that rely on such parameters (set to false or 0), the following approach is being taken:
The SDK will initially continue the legacy filtering behavior (ignoring boolean false and integer/number 0 values).
A new property is introduced at the ApiClient level to control this behavior.
When UseLegacyParameterFilter is true (default), the SDK applies the legacy filter.
This default facilitates a safe transition to modern, accurate filtering without risking unintended behavior changes in existing applications.
To enable accurate filtering, set UseLegacyParameterFilter to false.

Changes in this version

  • Major changes: 13
  • Minor changes: 93
  • Point changes: 5

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

231.0.0

22 Sep 16:06
Compare
Choose a tag to compare

Release notes for version 231.0.0
Platform API version: 9591

Changes in this version

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

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

230.0.0

27 Aug 09:17
Compare
Choose a tag to compare

Release notes for version 230.0.0
Platform API version: 9535

Changes in this version

  • Major changes: 9
  • Minor changes: 87
  • Point changes: 3

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

229.2.0

19 Aug 16:32
Compare
Choose a tag to compare

Release notes for version 229.2.0
Platform API version: 9484

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.

229.1.0

12 Aug 18:42
Compare
Choose a tag to compare

Release notes for version 229.1.0
Platform API version: 9484

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.

229.0.0

12 Aug 18:03
Compare
Choose a tag to compare

Release notes for version 229.0.0
Platform API version: 9484

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.

228.0.0

03 Aug 06:38
Compare
Choose a tag to compare

Release notes for version 228.0.0
Platform API version: 9484

Changes in this version

  • Major changes: 31
  • Minor changes: 242
  • Point changes: 50

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

227.0.0

12 Jul 06:43
Compare
Choose a tag to compare

Release notes for version 227.0.0
Platform API version: 9401

Changes in this version

  • Major changes: 4
  • Minor changes: 31
  • Point changes: 0

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

226.0.0

29 Jun 06:38
Compare
Choose a tag to compare

Release notes for version 226.0.0
Platform API version: 9375

Changes in this version

  • Major changes: 23
  • Minor changes: 45
  • Point changes: 1

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