Skip to content

Commit 47475c5

Browse files
authored
Release 3.10.10 (#9462)
1 parent 8b424c8 commit 47475c5

File tree

6 files changed

+43
-5
lines changed

6 files changed

+43
-5
lines changed

CHANGES.rst

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,48 @@
1010

1111
.. towncrier release notes start
1212
13+
3.10.10 (2024-10-10)
14+
====================
15+
16+
Bug fixes
17+
---------
18+
19+
- Fixed error messages from :py:class:`~aiohttp.resolver.AsyncResolver` being swallowed -- by :user:`bdraco`.
20+
21+
22+
*Related issues and pull requests on GitHub:*
23+
:issue:`9451`, :issue:`9455`.
24+
25+
26+
27+
28+
Features
29+
--------
30+
31+
- Added :exc:`aiohttp.ClientConnectorDNSError` for differentiating DNS resolution errors from other connector errors -- by :user:`mstojcevich`.
32+
33+
34+
*Related issues and pull requests on GitHub:*
35+
:issue:`8455`.
36+
37+
38+
39+
40+
Miscellaneous internal changes
41+
------------------------------
42+
43+
- Simplified DNS resolution throttling code to reduce chance of race conditions -- by :user:`bdraco`.
44+
45+
46+
*Related issues and pull requests on GitHub:*
47+
:issue:`9454`.
48+
49+
50+
51+
52+
----
53+
54+
1355
3.10.9 (2024-10-04)
1456
===================
1557

CHANGES/8455.feature.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/9451.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/9454.misc.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/9455.bugfix.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

aiohttp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "3.10.10.dev0"
1+
__version__ = "3.10.10"
22

33
from typing import TYPE_CHECKING, Tuple
44

0 commit comments

Comments
 (0)