Skip to content

Commit e5ac270

Browse files
committed
Bump to 1.3.0
1 parent f0a5f5c commit e5ac270

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

CHANGES.rst

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,26 @@
1-
2-
31
.. towncrier release notes start
42
5-
1.2.0 (2021-12-15)
3+
1.3.0 (2024-11-01)
64
==================
75

6+
* Added explicit tests for running with Python 3.11, 3.12, 3.13
7+
88
Bugfixes
99
--------
1010

11-
- 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>`_)
12-
11+
- Fix for ``X-Forwarded-Host`` parsing when it contains multiple hosts. (`#436 <https://github.com/aio-libs/aiohttp-remotes/issues/436>`_)
1312

1413
Deprecations and Removals
1514
-------------------------
1615

17-
- Dropped Python 3.6 support, the minimal supported aiohttp is 3.8.1 (`#331 <https://github.com/aio-libs/aiohttp-remotes/issues/331>`_)
16+
- Dropped Python 3.7 and 3.8 support, the minimal supported aiohttp is 3.9
17+
18+
1.2.0 (2021-12-15)
19+
==================
20+
21+
* 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>`_)
22+
23+
* Dropped Python 3.6 support, the minimal supported aiohttp is 3.8.1 (`#331 <https://github.com/aio-libs/aiohttp-remotes/issues/331>`_)
1824

1925

2026
1.1.0 (2021-11-04)

aiohttp_remotes/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
"""
77

8-
__version__ = "1.2.0"
8+
__version__ = "1.3.0"
99

1010

1111
from typing_extensions import Protocol

0 commit comments

Comments
 (0)