Skip to content

Releases: ntex-rs/ntex

ntex-io v2.8.2

05 Nov 10:38
0a37645
Compare
Choose a tag to compare

Changes

  • Do not rely on not_ready(), always check service readiness

ntex-util v2.5.0

04 Nov 09:23
c26b336
Compare
Choose a tag to compare

Changes

  • Use updated Service trait

  • Export Counter type

ntex-service v3.3.1

04 Nov 13:18
ddbc4a7
Compare
Choose a tag to compare

Changes

  • Optimize readiness handling

ntex-service v3.3.0

04 Nov 09:19
c26b336
Compare
Choose a tag to compare

Changes

  • Added Service::not_ready() method

ntex-server v2.5.0

04 Nov 09:30
c26b336
Compare
Choose a tag to compare

Changes

  • Use updated Service trait

ntex-io v2.8.0

04 Nov 09:25
c26b336
Compare
Choose a tag to compare

Changes

  • Use updated Service trait

ntex-service v3.2.1

31 Oct 10:32
fc67031
Compare
Choose a tag to compare

Changes

  • Fix shared readiness notification

ntex-compio v0.2.1

31 Oct 11:22
d8f2c87
Compare
Choose a tag to compare

Changes

  • It's not required to close compio sockets explicitly #444

ntex-service v3.2.0

19 Oct 00:43
5429eb7
Compare
Choose a tag to compare

Changes

  • Introduce PipelineTag, which allows to notify pipeline binding

ntex-rt v0.4.20

17 Oct 12:23
cb0c03f
Compare
Choose a tag to compare

Changes

  • Allow to skip runtime feature for clippy run