- Added explicit tests for running with Python 3.11, 3.12, 3.13
- Fix for
X-Forwarded-Hostparsing when it contains multiple hosts. (#436)
- Dropped Python 3.7 and 3.8 support, the minimal supported aiohttp is 3.9
- Raise a
HTTPBadRequestinstead ofValueErrorwhenX-Forwarded-Forheader is not a valid IP. (#311) - Dropped Python 3.6 support, the minimal supported aiohttp is 3.8.1 (#331)
- Added support for Python 3.10
- 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
- Correctly process IPv6 peer names (#18)
- Small doc fixes
- First public release