2017-10-31 03:46:39 +00:00
|
|
|
# Changes
|
2017-10-24 06:25:32 +00:00
|
|
|
|
2018-04-21 14:56:11 +00:00
|
|
|
## 0.5.5 (2018-04-xx)
|
|
|
|
|
|
|
|
* Fix panic when Websocket is closed with no error code #191
|
|
|
|
|
|
|
|
|
2018-04-19 14:55:09 +00:00
|
|
|
## 0.5.4 (2018-04-19)
|
2018-04-18 21:15:53 +00:00
|
|
|
|
2018-04-19 02:05:24 +00:00
|
|
|
* Add identity service middleware
|
|
|
|
|
2018-04-18 21:15:53 +00:00
|
|
|
* Middleware response() is not invoked if there was an error in async handler #187
|
|
|
|
|
2018-04-19 14:55:09 +00:00
|
|
|
* Use Display formatting for InternalError Display implementation #188
|
|
|
|
|
2018-04-18 21:15:53 +00:00
|
|
|
|
2018-04-18 17:45:59 +00:00
|
|
|
## 0.5.3 (2018-04-18)
|
2018-04-17 19:55:13 +00:00
|
|
|
|
|
|
|
* Impossible to quote slashes in path parameters #182
|
|
|
|
|
2018-04-12 02:05:14 +00:00
|
|
|
|
2018-04-16 16:30:59 +00:00
|
|
|
## 0.5.2 (2018-04-16)
|
2018-04-13 17:13:12 +00:00
|
|
|
|
2018-04-14 02:46:14 +00:00
|
|
|
* Allow to configure StaticFiles's CpuPool, via static method or env variable
|
|
|
|
|
2018-04-14 02:19:30 +00:00
|
|
|
* Add support for custom handling of Json extractor errors #181
|
|
|
|
|
2018-04-13 17:13:12 +00:00
|
|
|
* Fix StaticFiles does not support percent encoded paths #177
|
|
|
|
|
2018-04-15 17:22:09 +00:00
|
|
|
* Fix Client Request with custom Body Stream halting on certain size requests #176
|
|
|
|
|
2018-04-13 17:13:12 +00:00
|
|
|
|
2018-04-12 23:03:22 +00:00
|
|
|
## 0.5.1 (2018-04-12)
|
2018-04-12 02:05:14 +00:00
|
|
|
|
|
|
|
* Client connector provides stats, `ClientConnector::stats()`
|
|
|
|
|
2018-04-12 16:54:35 +00:00
|
|
|
* Fix end-of-stream handling in parse_payload #173
|
|
|
|
|
2018-04-12 22:50:20 +00:00
|
|
|
* Fix StaticFiles generate a lot of threads #174
|
|
|
|
|
2018-04-12 02:05:14 +00:00
|
|
|
|
|
|
|
## 0.5.0 (2018-04-10)
|
2018-03-21 18:51:08 +00:00
|
|
|
|
2018-04-02 21:00:18 +00:00
|
|
|
* Type-safe path/query/form parameter handling, using serde #70
|
2018-03-27 01:18:38 +00:00
|
|
|
|
2018-03-31 16:18:25 +00:00
|
|
|
* HttpResponse builder's methods `.body()`, `.finish()`, `.json()`
|
|
|
|
return `HttpResponse` instead of `Result`
|
|
|
|
|
2018-03-29 18:39:21 +00:00
|
|
|
* Use more ergonomic `actix_web::Error` instead of `http::Error` for `ClientRequestBuilder::body()`
|
|
|
|
|
2018-04-11 23:46:21 +00:00
|
|
|
* Added `signed` and `private` `CookieSessionBackend`s
|
|
|
|
|
2018-04-03 05:08:04 +00:00
|
|
|
* Added `HttpRequest::resource()`, returns current matched resource
|
|
|
|
|
|
|
|
* Added `ErrorHandlers` middleware
|
2018-04-02 00:37:22 +00:00
|
|
|
|
2018-04-10 17:13:52 +00:00
|
|
|
* Fix router cannot parse Non-ASCII characters in URL #137
|
|
|
|
|
|
|
|
* Fix client connection pooling
|
2018-03-28 23:10:58 +00:00
|
|
|
|
2018-03-22 14:44:16 +00:00
|
|
|
* Fix long client urls #129
|
|
|
|
|
2018-03-23 01:08:12 +00:00
|
|
|
* Fix panic on invalid URL characters #130
|
|
|
|
|
2018-04-02 18:09:24 +00:00
|
|
|
* Fix logger request duration calculation #152
|
|
|
|
|
2018-04-10 17:13:52 +00:00
|
|
|
* Fix prefix and static file serving #168
|
|
|
|
|
2018-03-21 18:51:08 +00:00
|
|
|
|
2018-03-20 22:53:39 +00:00
|
|
|
## 0.4.10 (2018-03-20)
|
2018-03-18 18:05:44 +00:00
|
|
|
|
2018-03-18 21:18:47 +00:00
|
|
|
* Use `Error` instead of `InternalError` for `error::ErrorXXXX` methods
|
2018-03-18 18:05:44 +00:00
|
|
|
|
2018-03-19 02:27:51 +00:00
|
|
|
* Allow to set client request timeout
|
|
|
|
|
|
|
|
* Allow to set client websocket handshake timeout
|
|
|
|
|
2018-03-20 18:40:05 +00:00
|
|
|
* Refactor `TestServer` configuration
|
|
|
|
|
2018-03-20 00:27:03 +00:00
|
|
|
* Fix server websockets big payloads support
|
|
|
|
|
2018-03-20 18:40:05 +00:00
|
|
|
* Fix http/2 date header generation
|
2018-03-20 18:23:35 +00:00
|
|
|
|
2018-03-18 18:05:44 +00:00
|
|
|
|
2018-03-16 15:48:44 +00:00
|
|
|
## 0.4.9 (2018-03-16)
|
|
|
|
|
|
|
|
* Allow to disable http/2 support
|
2018-03-12 23:16:17 +00:00
|
|
|
|
2018-03-12 23:29:13 +00:00
|
|
|
* Wake payload reading task when data is available
|
|
|
|
|
2018-03-12 23:16:17 +00:00
|
|
|
* Fix server keep-alive handling
|
|
|
|
|
2018-03-13 20:15:21 +00:00
|
|
|
* Send Query Parameters in client requests #120
|
|
|
|
|
2018-03-14 00:21:22 +00:00
|
|
|
* Move brotli encoding to a feature
|
|
|
|
|
2018-03-16 19:04:01 +00:00
|
|
|
* Add option of default handler for `StaticFiles` handler #57
|
|
|
|
|
|
|
|
* Add basic client connection pooling
|
2018-03-11 12:05:13 +00:00
|
|
|
|
2018-03-12 23:29:13 +00:00
|
|
|
|
2018-03-12 16:13:04 +00:00
|
|
|
## 0.4.8 (2018-03-12)
|
2018-03-12 16:01:19 +00:00
|
|
|
|
2018-03-12 17:01:56 +00:00
|
|
|
* Allow to set read buffer capacity for server request
|
|
|
|
|
|
|
|
* Handle WouldBlock error for socket accept call
|
2018-03-12 16:01:19 +00:00
|
|
|
|
2018-03-12 16:13:04 +00:00
|
|
|
|
2018-03-11 23:37:44 +00:00
|
|
|
## 0.4.7 (2018-03-11)
|
2018-03-11 21:50:13 +00:00
|
|
|
|
|
|
|
* Fix panic on unknown content encoding
|
|
|
|
|
2018-03-11 22:37:33 +00:00
|
|
|
* Fix connection get closed too early
|
|
|
|
|
2018-03-11 23:53:46 +00:00
|
|
|
* Fix streaming response handling for http/2
|
2018-03-11 23:37:44 +00:00
|
|
|
|
2018-03-11 23:52:20 +00:00
|
|
|
* Better sleep on error support
|
|
|
|
|
2018-03-11 23:37:44 +00:00
|
|
|
|
2018-03-10 18:42:46 +00:00
|
|
|
## 0.4.6 (2018-03-10)
|
2018-03-09 04:56:18 +00:00
|
|
|
|
2018-03-08 19:16:54 +00:00
|
|
|
* Fix client cookie handling
|
|
|
|
|
2018-03-10 18:27:29 +00:00
|
|
|
* Fix json content type detection
|
|
|
|
|
2018-03-10 18:42:46 +00:00
|
|
|
* Fix CORS middleware #117
|
|
|
|
|
2018-03-09 04:56:18 +00:00
|
|
|
* Optimize websockets stream support
|
|
|
|
|
2018-03-08 06:40:46 +00:00
|
|
|
|
2018-03-08 05:28:54 +00:00
|
|
|
## 0.4.5 (2018-03-07)
|
2018-03-06 22:26:09 +00:00
|
|
|
|
2018-03-06 19:02:03 +00:00
|
|
|
* Fix compression #103 and #104
|
|
|
|
|
2018-03-07 14:14:44 +00:00
|
|
|
* Fix client cookie handling #111
|
2018-03-07 06:36:34 +00:00
|
|
|
|
2018-03-08 01:40:13 +00:00
|
|
|
* Non-blocking processing of a `NamedFile`
|
|
|
|
|
2018-03-05 21:31:30 +00:00
|
|
|
* Enable compression support for `NamedFile`
|
|
|
|
|
2018-03-06 08:43:25 +00:00
|
|
|
* Better support for `NamedFile` type
|
|
|
|
|
2018-03-08 06:40:46 +00:00
|
|
|
* Add `ResponseError` impl for `SendRequestError`. This improves ergonomics of the client.
|
2018-03-11 12:05:13 +00:00
|
|
|
|
2018-03-07 07:04:18 +00:00
|
|
|
* Add native-tls support for client
|
|
|
|
|
2018-03-07 01:04:48 +00:00
|
|
|
* Allow client connection timeout to be set #108
|
|
|
|
|
2018-03-07 19:28:44 +00:00
|
|
|
* Allow to use std::net::TcpListener for HttpServer
|
|
|
|
|
2018-03-08 05:10:53 +00:00
|
|
|
* Handle panics in worker threads
|
|
|
|
|
2018-03-06 22:26:09 +00:00
|
|
|
|
2018-03-05 04:28:06 +00:00
|
|
|
## 0.4.4 (2018-03-04)
|
2018-03-04 17:48:23 +00:00
|
|
|
|
2018-03-04 18:33:18 +00:00
|
|
|
* Allow to use Arc<Vec<u8>> as response/request body
|
|
|
|
|
2018-03-04 17:48:23 +00:00
|
|
|
* Fix handling of requests with an encoded body with a length > 8192 #93
|
|
|
|
|
2018-03-04 02:46:22 +00:00
|
|
|
## 0.4.3 (2018-03-03)
|
2018-03-03 17:29:36 +00:00
|
|
|
|
|
|
|
* Fix request body read bug
|
|
|
|
|
2018-03-04 02:46:22 +00:00
|
|
|
* Fix segmentation fault #79
|
|
|
|
|
2018-03-03 17:29:36 +00:00
|
|
|
* Set reuse address before bind #90
|
|
|
|
|
|
|
|
|
2018-03-03 06:31:58 +00:00
|
|
|
## 0.4.2 (2018-03-02)
|
2018-03-02 19:29:55 +00:00
|
|
|
|
|
|
|
* Better naming for websockets implementation
|
|
|
|
|
2018-03-03 04:39:22 +00:00
|
|
|
* Add `Pattern::with_prefix()`, make it more usable outside of actix
|
|
|
|
|
|
|
|
* Add csrf middleware for filter for cross-site request forgery #89
|
2018-03-02 20:26:31 +00:00
|
|
|
|
2018-03-03 04:47:23 +00:00
|
|
|
* Fix disconnect on idle connections
|
|
|
|
|
2018-03-02 19:29:55 +00:00
|
|
|
|
2018-03-02 02:26:26 +00:00
|
|
|
## 0.4.1 (2018-03-01)
|
|
|
|
|
2018-03-02 02:32:31 +00:00
|
|
|
* Rename `Route::p()` to `Route::filter()`
|
|
|
|
|
2018-03-02 03:12:59 +00:00
|
|
|
* Better naming for http codes
|
|
|
|
|
2018-03-02 02:26:26 +00:00
|
|
|
* Fix payload parse in situation when socket data is not ready.
|
2018-02-28 19:51:14 +00:00
|
|
|
|
2018-02-28 20:35:16 +00:00
|
|
|
* Fix Session mutable borrow lifetime #87
|
2018-02-28 19:51:14 +00:00
|
|
|
|
|
|
|
|
2018-02-28 07:30:26 +00:00
|
|
|
## 0.4.0 (2018-02-28)
|
2018-02-19 06:23:17 +00:00
|
|
|
|
|
|
|
* Actix 0.5 compatibility
|
2018-01-26 05:50:28 +00:00
|
|
|
|
2018-02-28 07:30:26 +00:00
|
|
|
* Fix request json/urlencoded loaders
|
2018-01-26 05:50:28 +00:00
|
|
|
|
2018-02-19 06:23:17 +00:00
|
|
|
* Simplify HttpServer type definition
|
|
|
|
|
2018-02-27 19:31:54 +00:00
|
|
|
* Added HttpRequest::encoding() method
|
|
|
|
|
2018-01-26 05:50:28 +00:00
|
|
|
* Added HttpRequest::mime_type() method
|
|
|
|
|
2018-02-19 06:23:17 +00:00
|
|
|
* Added HttpRequest::uri_mut(), allows to modify request uri
|
|
|
|
|
2018-01-29 11:23:45 +00:00
|
|
|
* Added StaticFiles::index_file()
|
|
|
|
|
2018-02-19 21:41:21 +00:00
|
|
|
* Added http client
|
|
|
|
|
2018-02-24 04:29:35 +00:00
|
|
|
* Added websocket client
|
2018-01-29 11:23:45 +00:00
|
|
|
|
2018-02-19 06:23:17 +00:00
|
|
|
* Added TestServer::ws(), test websockets client
|
|
|
|
|
2018-02-24 04:29:35 +00:00
|
|
|
* Added TestServer http client support
|
2018-02-19 21:41:21 +00:00
|
|
|
|
2018-02-19 06:23:17 +00:00
|
|
|
* Allow to override content encoding on application level
|
|
|
|
|
2018-01-26 05:50:28 +00:00
|
|
|
|
2018-01-25 18:24:04 +00:00
|
|
|
## 0.3.3 (2018-01-25)
|
2018-01-25 04:12:49 +00:00
|
|
|
|
|
|
|
* Stop processing any events after context stop
|
|
|
|
|
2018-01-25 18:24:04 +00:00
|
|
|
* Re-enable write back-pressure for h1 connections
|
|
|
|
|
|
|
|
* Refactor HttpServer::start_ssl() method
|
|
|
|
|
|
|
|
* Upgrade openssl to 0.10
|
|
|
|
|
2018-01-25 04:12:49 +00:00
|
|
|
|
2018-01-21 16:12:04 +00:00
|
|
|
## 0.3.2 (2018-01-21)
|
2018-01-14 02:58:17 +00:00
|
|
|
|
2018-01-21 00:12:38 +00:00
|
|
|
* Fix HEAD requests handling
|
|
|
|
|
2018-01-21 04:12:24 +00:00
|
|
|
* Log request processing errors
|
|
|
|
|
2018-01-21 16:31:46 +00:00
|
|
|
* Always enable content encoding if encoding explicitly selected
|
|
|
|
|
2018-01-21 04:12:24 +00:00
|
|
|
* Allow multiple Applications on a single server with different state #49
|
2018-01-14 02:58:17 +00:00
|
|
|
|
2018-01-21 00:36:57 +00:00
|
|
|
* CORS middleware: allowed_headers is defaulting to None #50
|
2018-01-14 02:58:17 +00:00
|
|
|
|
2018-01-21 04:12:24 +00:00
|
|
|
|
2018-01-14 00:57:01 +00:00
|
|
|
## 0.3.1 (2018-01-13)
|
2018-01-13 19:17:48 +00:00
|
|
|
|
2018-01-13 20:46:43 +00:00
|
|
|
* Fix directory entry path #47
|
|
|
|
|
|
|
|
* Do not enable chunked encoding for HTTP/1.0
|
2018-01-13 19:17:48 +00:00
|
|
|
|
2018-01-14 00:57:01 +00:00
|
|
|
* Allow explicitly disable chunked encoding
|
2018-01-14 00:17:33 +00:00
|
|
|
|
2017-10-24 06:25:32 +00:00
|
|
|
|
2018-01-12 20:31:33 +00:00
|
|
|
## 0.3.0 (2018-01-12)
|
2017-11-06 09:24:49 +00:00
|
|
|
|
|
|
|
* HTTP/2 Support
|
|
|
|
|
2017-11-30 22:42:20 +00:00
|
|
|
* Refactor streaming responses
|
|
|
|
|
2017-11-16 06:06:28 +00:00
|
|
|
* Refactor error handling
|
|
|
|
|
2017-11-10 06:08:54 +00:00
|
|
|
* Asynchronous middlewares
|
|
|
|
|
2017-11-10 21:26:12 +00:00
|
|
|
* Refactor logger middleware
|
|
|
|
|
2017-11-20 03:26:31 +00:00
|
|
|
* Content compression/decompression (br, gzip, deflate)
|
|
|
|
|
2018-01-04 07:59:12 +00:00
|
|
|
* Server multi-threading
|
|
|
|
|
|
|
|
* Gracefull shutdown support
|
|
|
|
|
2017-11-06 09:24:49 +00:00
|
|
|
|
2017-11-03 20:35:34 +00:00
|
|
|
## 0.2.1 (2017-11-03)
|
2017-11-01 23:34:58 +00:00
|
|
|
|
|
|
|
* Allow to start tls server with `HttpServer::serve_tls`
|
|
|
|
|
2017-11-03 20:35:34 +00:00
|
|
|
* Export `Frame` enum
|
|
|
|
|
|
|
|
* Add conversion impl from `HttpResponse` and `BinaryBody` to a `Frame`
|
|
|
|
|
2017-11-06 09:24:49 +00:00
|
|
|
|
2017-10-31 03:39:56 +00:00
|
|
|
## 0.2.0 (2017-10-30)
|
2017-10-24 06:25:32 +00:00
|
|
|
|
2017-10-28 05:19:00 +00:00
|
|
|
* Do not use `http::Uri` as it can not parse some valid paths
|
|
|
|
|
2017-10-24 06:25:32 +00:00
|
|
|
* Refactor response `Body`
|
|
|
|
|
|
|
|
* Refactor `RouteRecognizer` usability
|
|
|
|
|
2017-10-24 06:39:01 +00:00
|
|
|
* Refactor `HttpContext::write`
|
|
|
|
|
2017-10-27 06:14:33 +00:00
|
|
|
* Refactor `Payload` stream
|
|
|
|
|
2017-10-24 06:39:01 +00:00
|
|
|
* Re-use `BinaryBody` for `Frame::Payload`
|
|
|
|
|
2017-10-30 03:51:06 +00:00
|
|
|
* Stop http actor on `write_eof`
|
|
|
|
|
2017-10-25 23:25:26 +00:00
|
|
|
* Fix disconnection handling.
|
|
|
|
|
2017-10-24 06:25:32 +00:00
|
|
|
|
|
|
|
## 0.1.0 (2017-10-23)
|
|
|
|
|
|
|
|
* First release
|