Releases: aio-libs/aiohttp-remotes
Releases · aio-libs/aiohttp-remotes
1.3.0
- Added explicit tests for running with Python 3.11, 3.12, 3.13
Bugfixes
- Fix for
X-Forwarded-Hostparsing 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
Bugfixes
- Raise a
HTTPBadRequestinstead ofValueErrorwhenX-Forwarded-Forheader 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
- Added support for Python 3.10
aiohttp-remotes 1.0.0 release
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-Forwardedmiddleware that filters out trusted values (#153) -
Add type annotations
aiohttp-remotes 0.1.2
Changes
- Correctly process IPv6 peer names (#18)