You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a server-request body as the data= argument of a client
request, iterate over the content with readany instead of readline
to avoid Line too long errors.
(#3054)
fix UrlDispatcher has no attribute add_options, add web.options
(#3062)
correct filename in content-disposition with multipart body
(#3064)
Many HTTP proxies has buggy keepalive support. Let's not reuse
connection but close it after processing every response.
(#3070)
raise 413 "Payload Too Large" rather than raising ValueError in
request.post() Add helpful debug message to 413 responses
(#3087)
Fix StreamResponse equality, now that they are MutableMapping
objects. (#3100)
There are new versions of aiohttp available from pypi.
3.4.0
Features
(#3049)
raise_for_status
request parameter(#3073)
(#3092)
(#3095)
exception. (#3096)
streaming (#3104)
remove_slash
option to thenormalize_path_middleware
factory. (#3173)
(#3183)
Bugfixes
last
data_received()
callback.(#3031)
encoded paths.
(#3051)
(#3052)
sock_read
timeout.(#3053)
request, iterate over the content with readany instead of readline
to avoid Line too long errors.
(#3054)
(#3062)
(#3064)
connection but close it after processing every response.
(#3070)
request.post() Add helpful debug message to 413 responses
(#3087)
objects. (#3100)
(#3116)
Content-Encoding: gzip
(#3123)
(#3145)
Improved Documentation
response objects in middleware functions.
(#3020)
event loop dangerous?"
(#3072)
(#3115)
(#3146)
(#3147)
Application.make_handler from documentation.
(#3151)
app.make_handler
is deprecated, recommend to userunners API instead.
(#3157)
Deprecations and Removals
loop.current_task()
fromhelpers.current_task()
(#2826)
reader
parameter fromrequest.multipart()
.(#3090)
The text was updated successfully, but these errors were encountered: