Releases: ntex-rs/ntex
Releases · ntex-rs/ntex
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
ntex v0.2.0-b.2
Changes
- Fix flush framed write task
ntex v0.2.0-b.3
Changes
- Allow to use framed write task for io flushing
ntex codec v0.2.2
Changes
- Flush underlying io stream