Skip to content

Commit

Permalink
Bump to 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
asvetlov committed Oct 25, 2020
1 parent 61c297a commit ce9ff45
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 11 deletions.
20 changes: 19 additions & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,32 @@ Changelog

.. towncrier release notes start
3.7.1 (2020-10-24)
3.7.1 (2020-10-25)
==================

Bugfixes
--------

- Fixed a type error caused by the conditional import of `Protocol`.
`#5111 <https://github.com/aio-libs/aiohttp/issues/5111>`_
- Server doesn't send Content-Length for 1xx or 204
`#4901 <https://github.com/aio-libs/aiohttp/issues/4901>`_
- Fix run_app typing
`#4957 <https://github.com/aio-libs/aiohttp/issues/4957>`_
- Always require ``typing_extensions`` library.
`#5107 <https://github.com/aio-libs/aiohttp/issues/5107>`_
- Fix a variable-shadowing bug causing `ThreadedResolver.resolve` to
return the resolved IP as the ``hostname`` in each record, which prevented
validation of HTTPS connections.
`#5110 <https://github.com/aio-libs/aiohttp/issues/5110>`_
- Added annotations to all public attributes.
`#5115 <https://github.com/aio-libs/aiohttp/issues/5115>`_
- Fix flaky test_when_timeout_smaller_second
`#5116 <https://github.com/aio-libs/aiohttp/issues/5116>`_
- Ensure sending a zero byte file does not throw an exception
`#5124 <https://github.com/aio-libs/aiohttp/issues/5124>`_
- Fix a bug in ``web.run_app()`` about Python version checking on Windows
`#5127 <https://github.com/aio-libs/aiohttp/issues/5127>`_


----
Expand Down
1 change: 0 additions & 1 deletion CHANGES/4901.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/4957.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/5107.bugfix

This file was deleted.

3 changes: 0 additions & 3 deletions CHANGES/5110.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/5115.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/5116.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/5124.bugfix

This file was deleted.

1 change: 0 additions & 1 deletion CHANGES/5127.bugfix

This file was deleted.

0 comments on commit ce9ff45

Please sign in to comment.