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 #115 we started configuring Faraday to use the FlatParamsEncoder to
avoid an issue with dropped parameters when building a request url.
The FlatParamsEncoder was only added on Faraday 0.9.0 and thus we must
require it explicitly, otherwise clients may get confusing messages
after upgrading to hyperclient 0.8.4.
Fixes#117
0 commit comments