Releases: actix/actix-web
Actix web 0.4.5
Changes
-
Fix client cookie handling #111
-
Non-blocking processing of a
NamedFile
-
Enable compression support for
NamedFile
-
Better support for
NamedFile
type -
Add
ResponseError
impl forSendRequestError
. This improves ergonomics of the client. -
Add native-tls support for client
-
Allow client connection timeout to be set #108
-
Allow to use std::net::TcpListener for HttpServer
-
Handle panics in worker threads
Actix web 0.4.4
Changes
-
Allow to use Arc<Vec> as response/request body
-
Fix handling of requests with an encoded body with a length > 8192 #93
Actix web 0.4.3
Actix web 0.4.2
Changes
-
Better naming for websockets implementation
-
Add
Pattern::with_prefix()
, make it more usable outside of actix -
Add csrf middleware for filter for cross-site request forgery #89
-
Fix disconnect on idle connections
Actix web 0.4.1
Changes
-
Rename
Route::p()
toRoute::filter()
-
Better naming for http codes
-
Fix payload parse in situation when socket data is not ready.
-
Fix Session mutable borrow lifetime #87
Actix web 0.4.0
Changes
-
Actix 0.5 compatibility
-
Fix request json/urlencoded loaders
-
Simplify HttpServer type definition
-
Added HttpRequest::encoding() method
-
Added HttpRequest::mime_type() method
-
Added HttpRequest::uri_mut(), allows to modify request uri
-
Added StaticFiles::index_file()
-
Added http client
-
Added websocket client
-
Added TestServer::ws(), test websockets client
-
Added TestServer http client support
-
Allow to override content encoding on application level
Actix web 0.3.3
Changes
-
Stop processing any events after context stop
-
Re-enable write back-pressure for h1 connections
-
Refactor HttpServer::start_ssl() method
-
Upgrade openssl to 0.10
Actix web 0.3.2
Actix web 0.3.1
Changes
-
Fix directory entry path #47
-
Do not enable chunked encoding for HTTP/1.0
-
Allow explicitly disable chunked encoding
Actix web 0.3.0
Changes
-
HTTP/2 Support
-
Refactor streaming responses
-
Refactor error handling
-
Asynchronous middlewares
-
Refactor logger middleware
-
Content compression/decompression (br, gzip, deflate)
-
Server multi-threading
-
Gracefull shutdown support