Skip to content

Commit

Permalink
Release 3.10.4 (#8731)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdraco committed Aug 17, 2024
1 parent 0f1a008 commit f4d4f2a
Show file tree
Hide file tree
Showing 7 changed files with 70 additions and 10 deletions.
70 changes: 70 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,76 @@

.. towncrier release notes start
3.10.4 (2024-08-17)
===================

Bug fixes
---------

- Fixed decoding base64 chunk in BodyPartReader -- by :user:`hyzyla`.


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



- Fixed a race closing the server-side WebSocket where the close code would not reach the client -- by :user:`bdraco`.


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



- Fixed unconsumed exceptions raised by the WebSocket heartbeat -- by :user:`bdraco`.

If the heartbeat ping raised an exception, it would not be consumed and would be logged as an warning.


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



- Fixed an edge case in the Python parser when chunk separators happen to align with network chunks -- by :user:`Dreamsorcerer`.


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




Improved documentation
----------------------

- Added ``aiohttp-apischema`` to supported libraries -- by :user:`Dreamsorcerer`.


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




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

- Improved performance of starting request handlers with Python 3.12+ -- by :user:`bdraco`.

This change is a followup to :issue:`8661` to make the same optimization for Python 3.12+ where the request is connected.


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




----


3.10.3 (2024-08-10)
========================

Expand Down
1 change: 0 additions & 1 deletion CHANGES/3867.bugfix.rst

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions CHANGES/8681.misc.rst

This file was deleted.

3 changes: 0 additions & 3 deletions CHANGES/8685.bugfix.rst

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/8700.doc.rst

This file was deleted.

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

This file was deleted.

0 comments on commit f4d4f2a

Please sign in to comment.