Skip to content

Commit

Permalink
Release 3.10.10 (#9462)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco authored Oct 10, 2024
1 parent 8b424c8 commit 47475c5
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 5 deletions.
42 changes: 42 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,48 @@

.. towncrier release notes start
3.10.10 (2024-10-10)
====================

Bug fixes
---------

- Fixed error messages from :py:class:`~aiohttp.resolver.AsyncResolver` being swallowed -- by :user:`bdraco`.


*Related issues and pull requests on GitHub:*
:issue:`9451`, :issue:`9455`.




Features
--------

- Added :exc:`aiohttp.ClientConnectorDNSError` for differentiating DNS resolution errors from other connector errors -- by :user:`mstojcevich`.


*Related issues and pull requests on GitHub:*
:issue:`8455`.




Miscellaneous internal changes
------------------------------

- Simplified DNS resolution throttling code to reduce chance of race conditions -- by :user:`bdraco`.


*Related issues and pull requests on GitHub:*
:issue:`9454`.




----


3.10.9 (2024-10-04)
===================

Expand Down
1 change: 0 additions & 1 deletion CHANGES/8455.feature.rst

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/9451.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/9454.misc.rst

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/9455.bugfix.rst

This file was deleted.

2 changes: 1 addition & 1 deletion aiohttp/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "3.10.10.dev0"
__version__ = "3.10.10"

from typing import TYPE_CHECKING, Tuple

Expand Down

0 comments on commit 47475c5

Please sign in to comment.