Aiohttp Remotes Versions Save

A set of useful tools for aiohttp.web server

v1.2.0

2 years ago

Bugfixes

  • Raise a HTTPBadRequest instead of ValueError when X-Forwarded-For header is not a valid IP. (#311 <https://github.com/aio-libs/aiohttp-remotes/issues/311>_)

Deprecations and Removals

  • Dropped Python 3.6 support, the minimal supported aiohttp is 3.8.1 (#331 <https://github.com/aio-libs/aiohttp-remotes/issues/331>_)

v1.1.0

2 years ago
  • Added support for Python 3.10

v1.0.0

3 years ago

The library is stable enough to make the 1.0 release!

Other changes:

  • Drop Python 3.5 support

  • Officially support Python 3.8 and Python 3.9

  • Provide X-Forwarded middleware that filters out trusted values (#153)

  • Add type annotations

v0.1.2

6 years ago

Changes

  • Correctly process IPv6 peer names (#18)