Releases: ntex-rs/ntex
Releases Β· ntex-rs/ntex
codec-v1.1.0: Simplify Bytes implementation (#717)
Changes
- Simplify api
ntex-bytes v1.3.0
Changes
-
Replace BytesMut with BytesVec
-
Bytes size reduced to 24 bytes
ntex-io v3.3.2
Changes
- Add FilterCtx::io()
ntex-bytes v1.2.0
Changes
-
Rename .split() to .take()
-
Add .advance_to() method, same as Buf::advance()
-
Add .take_bytes() method, same as .take().freeze()
-
Add .split_to_bytes() method, same as .split_to(at).freeze()
ntex-rt v3.4.0
Changes
-
Refactor io driver management
-
Add thread pool for blocking operations
ntex v3.0.0-pre.10
Changes
- Refactor io driver management
ntex-net v3.5.0
Changes
-
Refactor io driver
-
Move tokio impl from ntex-tokio
-
Move compio impl from ntex-compio
ntex-bytes v1.1.0
Changes
- Use alloc create for BytesVec
ntex-net v3.4.1
Changes
- Cleanup and improvements for polling driver
ntex-service v4.0.0
Changes
- Replace Middleware with Middleware2