250.1.0
·
6 commits
to master
since this release
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.