Releases: actix/actix-web
Actix web 0.5.4
Actix web 0.5.3
Changes
- Impossible to quote slashes in path parameters #182
Actix web 0.5.2
Actix web 0.5.1
Actix web 0.5.0
Changes
-
Type-safe path/query/form parameter handling, using serde #70
-
HttpResponse builder's methods
.body()
,.finish()
,.json()
returnHttpResponse
instead ofResult
-
Use more ergonomic
actix_web::Error
instead ofhttp::Error
forClientRequestBuilder::body()
-
Added
HttpRequest::resource()
, returns current matched resource -
Added
ErrorHandlers
middleware -
Fix router cannot parse Non-ASCII characters in URL #137
-
Fix client connection pooling
-
Fix long client urls #129
-
Fix panic on invalid URL characters #130
-
Fix logger request duration calculation #152
-
Fix prefix and static file serving #168
-
Add
signed
andprivate
CookieSessionBackend
s
Actix web 0.4.10
Changes
-
Use
Error
instead ofInternalError
forerror::ErrorXXXX
methods -
Allow to set client request timeout
-
Allow to set client websocket handshake timeout
-
Refactor
TestServer
configuration -
Fix server websockets big payloads support
-
Fix http/2 date header generation
Actix web 0.4.9
Actix web 0.4.8
Changes
-
Allow to set read buffer capacity for server request
-
Handle
WouldBlock
error for socket accept call
Actix web 0.4.7
0.4.7 (2018-03-11)
-
Fix panic on unknown content encoding
-
Fix connection get closed too early
-
Fix streaming response handling for http/2
-
Better sleep on error support
Actix web 0.4.6
Changes
-
Fix client cookie handling
-
Fix json content type detection
-
Fix CORS middleware #117
-
Optimize websockets stream support