You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGES.rst
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,20 +1,26 @@
1
-
2
-
3
1
.. towncrier release notes start
4
2
5
-
1.2.0 (2021-12-15)
3
+
1.3.0 (2024-11-01)
6
4
==================
7
5
6
+
* Added explicit tests for running with Python 3.11, 3.12, 3.13
7
+
8
8
Bugfixes
9
9
--------
10
10
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>`_)
13
12
14
13
Deprecations and Removals
15
14
-------------------------
16
15
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>`_)
0 commit comments