Releases: ntex-rs/ntex
ntex service v0.1.3
Changes
- Upgrade pin-project
ntex v0.1.19
Changes
-
ntex::framed: Deprecate
Connect
andConnectResult
-
ntex::http: Move
Extensions
type tontex::util
ntex v0.1.18
Changes
-
ntex::connect: Add
connect
helper function -
ntex::connect: Add
Address
impl forSocketAddr
ntex v0.1.17
Changes
- ntex::util: Add Variant service
ntex v0.1.16
Changes
-
ntex::http: Remove redundant BodySize::Sized64
-
ntex::http: Do not check h1 keep-alive during response processing
-
ntex::channel: Split pooled oneshot to separate module
ntex router v0.3.5
Changes
- Handle non-prefix and prefix resources combinations
ntex - 0.1.15
Changes
-
ntex::util: Refactor stream dispatcher
-
ntex::http: Drop camel case headers support
-
ntex::http: Fix upgrade service readiness check
-
ntex::http: Add client websockets helper
-
ntex::ws: Add stream and sink wrappers for ws protocol
-
ntex::web: Add websockets helper
ntex service v0.1.2
Changes
- Check ready state for map_config_service
ntex - v0.1.14
Changes
-
ntex::http: Stop client connections pool support future
-
ntex::http: Removed IntoHeaderValue trait, use TryFrom instead
-
ntex::ws: Fix wrong opcode for ws text and binary continuation frames
ntex service v0.1.1
Changes
- Add
map_config_service
, replacement forapply_cfg