Skip to content

Commit

Permalink
Release 3.10.5 (#8754)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Aug 19, 2024
1 parent 5953df1 commit ec453ba
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 4 deletions.
30 changes: 30 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,36 @@

.. towncrier release notes start
3.10.5 (2024-08-19)
=========================

Bug fixes
---------

- Fixed :meth:`aiohttp.ClientResponse.json()` not setting ``status`` when :exc:`aiohttp.ContentTypeError` is raised -- by :user:`bdraco`.


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




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

- Improved performance of the WebSocket reader -- by :user:`bdraco`.


*Related issues and pull requests on GitHub:*
:issue:`8736`, :issue:`8747`.




----


3.10.4 (2024-08-17)
===================

Expand Down
1 change: 0 additions & 1 deletion CHANGES/8736.misc.rst

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/8747.misc.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.5.dev0"
__version__ = "3.10.5"

from typing import TYPE_CHECKING, Tuple

Expand Down

0 comments on commit ec453ba

Please sign in to comment.