Releases: MyPureCloud/platform-client-sdk-javascript
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.
250.0.0
Release notes for version 250.0.0
Platform API version: 10196
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.
249.1.0
Release notes for version 249.1.0
Platform API version: 10163
Release Notes
The Platform API SDK for Javascript/Typescript now provides the ability to set custom headers on a per-request basis.
This enhancement is meant to provide more flexibility in the SDK, allowing to control custom HTTP Headers on a per-request basis. The ability to set custom headers was only provided at the ApiClient level, defining default headers applicable to all future API requests.
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.
249.0.0
Release notes for version 249.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.
248.0.0
Release notes for version 248.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.