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
Don't crash when the query_params kwarg to send_request is omitted. Fix#173.
Keep the null value of the kwarg as None for two reasons: (1) so we don't invalidate the docstring which says we can pass None and (2) because mutables as kwarg default values are asking for trouble.
Bring changelog up to date.
I accidentally did a release from my own repo (1.2.1). That’s why 1.2.2 introduces commits that actually predate the ones in 1.2.1.