Skip to content

Releases: ntex-rs/ntex

codec-v1.1.0: Simplify Bytes implementation (#717)

17 Jan 16:52
bcbfbf9

Choose a tag to compare

ntex-bytes v1.3.0

17 Jan 16:52
bcbfbf9

Choose a tag to compare

Changes

  • Replace BytesMut with BytesVec

  • Bytes size reduced to 24 bytes

ntex-io v3.3.2

08 Jan 16:30
4972221

Choose a tag to compare

Changes

  • Add FilterCtx::io()

ntex-bytes v1.2.0

04 Jan 09:55
1a7493b

Choose a tag to compare

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

02 Jan 16:53
45ff08c

Choose a tag to compare

Changes

  • Refactor io driver management

  • Add thread pool for blocking operations

ntex v3.0.0-pre.10

02 Jan 16:54
45ff08c

Choose a tag to compare

Changes

  • Refactor io driver management

ntex-net v3.5.0

02 Jan 16:54
45ff08c

Choose a tag to compare

Changes

  • Refactor io driver

  • Move tokio impl from ntex-tokio

  • Move compio impl from ntex-compio

ntex-bytes v1.1.0

27 Dec 09:13
14ceab0

Choose a tag to compare

Changes

  • Use alloc create for BytesVec

ntex-net v3.4.1

18 Dec 00:28
170a4cb

Choose a tag to compare

Changes

  • Cleanup and improvements for polling driver

ntex-service v4.0.0

17 Dec 14:31
3e0124d

Choose a tag to compare

Changes

  • Replace Middleware with Middleware2