Release 0.3.0
[0.3.0] - 2021-10-27
Changed
- Allow to pass a custom
requests.Session()
-compatible session object. This allows to set custom params like authentication or request headers.
Removed
- Since it's now possible to pass a custom session object, the parameter
requests_kwargs
has been removed