Skip to content

Releases: aio-libs/aiohttp-remotes

1.3.0

01 Nov 17:16
Compare
Choose a tag to compare
  • Added explicit tests for running with Python 3.11, 3.12, 3.13

Bugfixes

  • Fix for X-Forwarded-Host parsing when it contains multiple hosts. (#436 <https://github.com/aio-libs/aiohttp-remotes/issues/436>_)

Deprecations and Removals

  • Dropped Python 3.7 and 3.8 support, the minimal supported aiohttp is 3.9

v1.2.0

15 Dec 10:03
d592f1c
Compare
Choose a tag to compare

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

04 Nov 13:27
Compare
Choose a tag to compare
  • Added support for Python 3.10

aiohttp-remotes 1.0.0 release

05 Nov 20:11
Compare
Choose a tag to compare

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

aiohttp-remotes 0.1.2

01 Mar 09:38
Compare
Choose a tag to compare

Changes

  • Correctly process IPv6 peer names (#18)