Skip to content

v4.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jan 04:51
· 55 commits to master since this release
f03b196

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 StreamResponse class. It inherits from dict, 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()).