Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8504117 commit f6f647eCopy full SHA for f6f647e
2 files changed
CHANGES.rst
@@ -14,6 +14,17 @@ Changelog
14
15
.. towncrier release notes start
16
17
+3.5.4 (2019-01-12)
18
+==================
19
+
20
+Bugfixes
21
+--------
22
23
+- Fix stream ``.read()`` / ``.readany()`` / ``.iter_any()`` which used to return a
24
+ partial content only in case of compressed content
25
+ `#3525 <https://github.com/aio-libs/aiohttp/issues/3525>`_
26
27
28
3.5.3 (2019-01-10)
29
==================
30
aiohttp/__init__.py
@@ -1,4 +1,4 @@
1
-__version__ = '3.5.3'
+__version__ = '3.5.4'
2
3
from typing import Tuple # noqa
4
0 commit comments