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
Change to how numbers are handled in query parameters. We unfortunately hadn't tested this package with large numbers, which were being converted to scientific notation with a certain number of digits before a decimal. Fixed handling of query parameters to avoid this problem. Fix for Paginator as well as for HttpClient (#151) (#152) (#153) thanks @ateucher
BUG FIXES
sometimes weird response headers are returned in an HTTP response that can not be easily parsed; crul would raise an error when this header parsing happens, but now we raise a warning instead (#150)