You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this change, a bug in the way VsoClient.queryParamsToStringHelper
handles array-typed query parameters values is fix. After this change,
a query parameter dictionary like {states: ["active", "inactive"]}
will produce states=active,inactive instead of
states.0=active&states.1=inactive.
Fix#643
Changes
* Add test to recreate array-typed query param bug
* Handle array-typed query parameter values
* Update version from `15.1.0` to `15.1.1`
* Make array-type parameter comma-separated value
* Add a more exhaustive test for query parameters
* Add check for trailing `.`.
---------
Co-authored-by: Nuthan Munaiah <[email protected]>
0 commit comments