Skip to content

Releases: ntex-rs/ntex

ntex-util v2.0.0

28 May 12:02
b04bdf4
Compare
Choose a tag to compare

Changes

  • Use async fn for Service::ready() and Service::shutdown()

ntex-service v3.0.0

28 May 11:38
dec6ab0
Compare
Choose a tag to compare

Changes

  • Use "async fn" for Service::ready() and Service::shutdown() methods

ntex v2.0.0

28 May 14:26
3b49828
Compare
Choose a tag to compare

Changes

  • Use "async fn" for Service::ready() and Service::shutdown()

ntex-io v1.2.0

12 May 13:40
55dcad5
Compare
Choose a tag to compare

Changes

  • Better write back-pressure handling

  • Dispatcher optimization for handling first item

ntex-io v1.1.0

01 May 12:51
33490cd
Compare
Choose a tag to compare

Changes

  • Add IoRef::notify_timeout() helper method

  • Fix KeepAlive timeout handling in default dispatcher

ntex-bytes v0.1.27

08 Apr 09:43
c60e7f5
Compare
Choose a tag to compare

Changes

  • Move more code under mpool feature

ntex-rt v0.4.13

04 Apr 16:15
9bd0548
Compare
Choose a tag to compare

Changes

  • Use tokio Handle if available

ntex-bytes v0.1.26

04 Apr 17:06
0b73ae8
Compare
Choose a tag to compare

Changes

  • Make memory pools optional

ntex-bytes v0.1.25

02 Apr 13:07
975f64c
Compare
Choose a tag to compare

Changes

  • Fix pool waiters management

ntex-server v1.0.5

01 Apr 20:19
cfc3487
Compare
Choose a tag to compare

Changes

  • Fix external configuration handling