Releases: ntex-rs/ntex
ntex v0.1.11
Changes
-
ntex::web: Allow to add multiple routes at once
-
ntex::web: Add
App::with_config
method, simplifies app service factory. -
ntex::web: Fix error type for Either responder
ntex v0.1.9
Changes
-
ntex::util: Refactor framed dispatcher
-
ntex::framed: Use framed dispatcher instead of custom one
-
ntex::channel: Fix mpsc::Sender close method.
ntex v0.1.8
Changes
-
ntex::web: Fix definition of
ok_service
anddefault_service
. -
ntex::web: Add default error impl for
http::PayloadError
-
ntex::web: Add default error impl for
http::client::SendRequestError
-
ntex::web: Move
web::Data
toweb::types::Data
-
ntex::web: Simplify Responder trait
-
ntex::web: Simplify WebResponse, remove
B
generic parameter
ntex router v0.3.3
Changes
- Fix
/
prefix match
ntex v0.1.7
Changes
-
ntex::http: Fix handling of large http messages
-
ntex::http: Refine read/write back-pressure for h1 dispatcher
-
ntex::web: Restore proc macros for handler registration
ntex macros v0.1.0
Changes
- Fork to ntex namespace
ntex v0.1.6
Changes
-
ntex::web: Allow to add multiple services at once
-
ntex::http: Remove ResponseBuilder::json2 method
ntex v 0.1.5
Changes
-
ntex::http: enable client disconnect timeout by default
-
ntex::http: properly close h1 connection
-
ntex::framed: add connection disconnect timeout to framed service
ntex codec v0.1.1
Changes
-
Optimize io operations
-
Fix framed close method
ntex router v0.3.2
Changes
- Fix IdxSegment item for paths with no root