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
Fixed a bug which was introduced when switching to `http_build_query`… … for query string encoding where repeated parameters would adopt named indexes. Library now defaults to omitting numeric indexes, which can be re-enabled with the `build_indexed_queries` boolean option. Original tests now pass, additional tests added to verify integrity of regex hack.