Releases: MyPureCloud/platform-client-sdk-javascript
255.1.0
Release notes for version 255.1.0
Platform API version: 10494
Release Notes
The dependency on qs package, used for OAuth /token endpoints, has been removed (since version 255.0.0), and replaced with the use of native URLSearchParams methods.
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.
255.0.0
Release notes for version 255.0.0
Platform API version: 10494
Changes in this version
- Major changes: 17
- Minor changes: 142
- Point changes: 2
For the full changelog, read the releaseNotes.md file in the repo.
254.0.0
Release notes for version 254.0.0
Platform API version: 10449
Changes in this version
- Major changes: 15
- Minor changes: 137
- Point changes: 88
For the full changelog, read the releaseNotes.md file in the repo.
253.0.0
Release notes for version 253.0.0
Platform API version: 10398
Changes in this version
- Major changes: 29
- Minor changes: 207
- Point changes: 17
For the full changelog, read the releaseNotes.md file in the repo.
252.1.0
Release notes for version 252.1.0
Platform API version: 10311
Release Notes
Bug Fixes
- Fixed loginPKCEGrant method. The token expiry time was not saved and returned properly when settings persistence was enabled.
Miscellaneous Chores
- Updating axios dependency to version 1.16.0
- Updating qs dependency to version 6.15.1
- Updating winston dependency to version 3.19.0 (only used in version of the library for node)
- Updating configparser dependency to version 0.3.10 (only used in version of the library for node)
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
Release notes for version 252.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.
251.2.0
Release notes for version 251.2.0
Platform API version: 10222
Release Notes
Updating axios dependency to version 1.15.2
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.
251.1.0
Release notes for version 251.1.0
Platform API version: 10222
Release Notes
Updating axios dependency to version 1.15.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.
251.0.0
Release notes for version 251.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.
250.1.0
Release notes for version 250.1.0
Platform API version: 10196
Release Notes
Bug Fix: Fixed incorrect processing of parameters in Platform API Endpoints' SDK method (Move ApiClient UseLegacyParameterFilter default value to false, for correct API Query Parameter Processing).
- The SDK used to ignore (filter out) method parameters mapped to HTTP query parameters of type boolean when their value was false, and HTTP query parameters of type integer/number when their value was 0.
- Starting with this version, the SDK will properly take into account and transmit API HTTP query parameters of type boolean and HTTP query parameters of type integer/number.
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.