v4.0.0
4.0.0 (2022-01-18)
Features
- Add ratelimit info to response object, Plus remove Python 3.6 support (c472c0b)
The returned response objects are instances of
StreamResponseclass. It inherits fromdict, so it's fully backward compatible. Additionally, it provides other benefits such as rate limit information (resp.rate_limit()), response headers (resp.headers()) or status code (resp.status_code()).