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
Server: Support comma-separated array query params (#922)
Our Rust lib generates query params in comma-separated syntax.
This is technically not what our API expects, but frankly it's easy to
support it and seems reasonable to do so. Added and updated tests
accordingly.
Fixes#921
0 commit comments