Releases: actix/actix-web
Releases · actix/actix-web
Actix web 0.6.5
Changes
- Fix error handling during request decoding #222
Actix web 0.6.4
Changes
- Fix segfault in ServerSettings::get_response_builder()
Actix web 0.5.8
Changes
- Fix segfault in ServerSettings::get_response_builder()
Actix web 0.6.3
Changes
-
Add
Router::with_async()
method for async handler registration. -
Added error response functions for 501,502,503,504
-
Fix client request timeout handling
Actix web 0.6.2
Changes
- WsWriter trait is optional.
Actix web 0.6.1
Actix web 0.5.7
Changes
- Fix http/2 payload streaming #215
Actix web 0.6.0
Changes
-
Add route scopes #202
-
Allow to use ssl and non-ssl connections at the same time #206
-
Websocket CloseCode Empty/Status is ambiguous #193
-
Add Content-Disposition to NamedFile #204
-
Allow to access Error's backtrace object
-
Allow to override files listing renderer for
StaticFiles
#203 -
Various extractor usability improvements #207
Actix web 0.5.6
Changes
- Make flate2 crate optional #200