Skip to content

Commit

Permalink
⇪ Bump the version to 3.9.4rc0
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Feb 16, 2024
1 parent 87e0697 commit 90ef5df
Show file tree
Hide file tree
Showing 9 changed files with 86 additions and 19 deletions.
85 changes: 85 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,91 @@

.. towncrier release notes start
3.9.4rc0 (2024-02-16)
=====================

Bug fixes
---------

- The asynchronous internals now set the underlying causes
when assigning exceptions to the future objects
-- by :user:`webknjaz`.


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



- Treated values of ``Accept-Encoding`` header as case-insensitive when checking for gzip files -- by :user:`steverep`.


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




Features
--------

- Upgraded *llhttp* to 9.2 -- by :user:`Dreamsorcerer`.


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




Contributor-facing changes
--------------------------

- The pull request template is now asking the contributors to
answer a question about the long-term maintenance challenges
they envision as a result of merging their patches
-- by :user:`webknjaz`.


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



- Updated CI and documentation to use NPM clean install and upgrade node to version 18 -- by :user:`steverep`.


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



- A pytest fixture ``hello_txt`` was introduced to aid
static file serving tests in
:file:`test_web_sendfile_functional.py`. It dynamically
provisions ``hello.txt`` file variants shared across the
tests in the module.

-- by :user:`steverep`


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



- Two definitions for "test_invalid_route_name" existed, only one was being run. Refactored them into a single parameterized test. Enabled lint rule to prevent regression. -- by :user:`alexmac`.


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




----


3.9.3 (2024-01-29)
==================

Expand Down
3 changes: 0 additions & 3 deletions CHANGES/8089.bugfix.rst

This file was deleted.

4 changes: 0 additions & 4 deletions CHANGES/8099.contrib.rst

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/8116.contrib.rst

This file was deleted.

7 changes: 0 additions & 7 deletions CHANGES/8136.contrib.rst

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/8139.contrib.rst

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/8146.feature.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.9.3.dev0"
__version__ = "3.9.4rc0"

from typing import TYPE_CHECKING, Tuple

Expand Down

0 comments on commit 90ef5df

Please sign in to comment.