Skip to content

Commit

Permalink
Bump to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Nov 1, 2024
1 parent f0a5f5c commit e5ac270
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 12 additions & 6 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,20 +1,26 @@


.. towncrier release notes start
1.2.0 (2021-12-15)
1.3.0 (2024-11-01)
==================

* Added explicit tests for running with Python 3.11, 3.12, 3.13

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>`_)

- 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.6 support, the minimal supported aiohttp is 3.8.1 (`#331 <https://github.com/aio-libs/aiohttp-remotes/issues/331>`_)
- Dropped Python 3.7 and 3.8 support, the minimal supported aiohttp is 3.9

1.2.0 (2021-12-15)
==================

* 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>`_)

* Dropped Python 3.6 support, the minimal supported aiohttp is 3.8.1 (`#331 <https://github.com/aio-libs/aiohttp-remotes/issues/331>`_)


1.1.0 (2021-11-04)
Expand Down
2 changes: 1 addition & 1 deletion aiohttp_remotes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"""

__version__ = "1.2.0"
__version__ = "1.3.0"


from typing_extensions import Protocol
Expand Down

0 comments on commit e5ac270

Please sign in to comment.