@@ -14,6 +14,64 @@ Changelog
14
14
15
15
.. towncrier release notes start
16
16
17
+ 3.7.3 (2020-11-15)
18
+ ==================
19
+
20
+ Features
21
+ --------
22
+
23
+ - Use Brotli instead of brotlipy
24
+ `#3803 <https://github.com/aio-libs/aiohttp/issues/3803 >`_
25
+ - Made exceptions pickleable. Also changed the repr of some exceptions.
26
+ `#4077 <https://github.com/aio-libs/aiohttp/issues/4077 >`_
27
+
28
+
29
+ Bugfixes
30
+ --------
31
+
32
+ - Raise a ClientResponseError instead of an AssertionError for a blank
33
+ HTTP Reason Phrase.
34
+ `#3532 <https://github.com/aio-libs/aiohttp/issues/3532 >`_
35
+ - Fix ``web_middlewares.normalize_path_middleware `` behavior for patch without slash.
36
+ `#3669 <https://github.com/aio-libs/aiohttp/issues/3669 >`_
37
+ - Fix overshadowing of overlapped subbaps prefixes.
38
+ `#3701 <https://github.com/aio-libs/aiohttp/issues/3701 >`_
39
+ - Make `BaseConnector.close() ` a coroutine and wait until the client closes all connections. Drop deprecated "with Connector():" syntax.
40
+ `#3736 <https://github.com/aio-libs/aiohttp/issues/3736 >`_
41
+ - Reset the ``sock_read `` timeout each time data is received for a ``aiohttp.client `` response.
42
+ `#3808 <https://github.com/aio-libs/aiohttp/issues/3808 >`_
43
+ - Fixed type annotation for add_view method of UrlDispatcher to accept any subclass of View
44
+ `#3880 <https://github.com/aio-libs/aiohttp/issues/3880 >`_
45
+ - Fixed querying the address families from DNS that the current host supports.
46
+ `#5156 <https://github.com/aio-libs/aiohttp/issues/5156 >`_
47
+ - Change return type of MultipartReader.__aiter__() and BodyPartReader.__aiter__() to AsyncIterator.
48
+ `#5163 <https://github.com/aio-libs/aiohttp/issues/5163 >`_
49
+ - Provide x86 Windows wheels.
50
+ `#5230 <https://github.com/aio-libs/aiohttp/issues/5230 >`_
51
+
52
+
53
+ Improved Documentation
54
+ ----------------------
55
+
56
+ - Add documentation for ``aiohttp.web.FileResponse ``.
57
+ `#3958 <https://github.com/aio-libs/aiohttp/issues/3958 >`_
58
+ - Removed deprecation warning in tracing example docs
59
+ `#3964 <https://github.com/aio-libs/aiohttp/issues/3964 >`_
60
+ - Fixed wrong "Usage" docstring of ``aiohttp.client.request ``.
61
+ `#4603 <https://github.com/aio-libs/aiohttp/issues/4603 >`_
62
+ - Add aiohttp-pydantic to third party libraries
63
+ `#5228 <https://github.com/aio-libs/aiohttp/issues/5228 >`_
64
+
65
+
66
+ Misc
67
+ ----
68
+
69
+ - `#4102 <https://github.com/aio-libs/aiohttp/issues/4102 >`_
70
+
71
+
72
+ ----
73
+
74
+
17
75
3.7.2 (2020-10-27)
18
76
==================
19
77
0 commit comments