Releases: ntex-rs/ntex
Releases · ntex-rs/ntex
ntex v0.2.0
Changes
- connect: Allow to access to inner type of Connect
ntex 0.2.0 b13
Changes
-
http: Refactor date service
-
http: Do not leak request/response pools
-
server: Rename ServerBulder::system_exit to stop_runtime
-
util: Drop Either service, use Variant instead
ntex v0.2.0-b.12
Changes
-
http: Fix KeepAlive::Os support for h1 dispatcher
-
Handle EINTR in server accept loop
-
Fix double registation for accept back-pressure
ntex v0.2.0-b.11
Changes
- framed: fix wake write method dsp_restart_write_task
ntex v0.2.0-b10
Changes
-
framed: Allow to wake up write io task
-
framed: Prevent uneeded read task wakeups
-
framed: Cleanup State impl
ntex rt v0.1.2
Changes
- Replace actix-threadpool with tokio's task utils
ntex v0.2.0-b.7
Changes
-
Fix error handling for framed disaptcher
-
Refactor framed disaptcher write back-pressure support
-
Replace actix-threadpool with tokio utils
ntex v0.2.0-b.6
Changes
0.2.0-b.6
- http: Pass io stream to upgrade handler
0.2.0-b.5
- accept shared ref in some methods of framed::State type
ntex 0.2.0-b.4
Changes
-
http: Refactor h1 dispatcher
-
http: Remove generic type from
Request
-
http: Remove generic type from
Payload
-
Rename FrameReadTask/FramedWriteTask to ReadTask/WriteTask
ntex codec v0.3.0-b.1
Changes
- Make Encoder and Decoder methods immutable