Skip to content

Releases: ntex-rs/ntex

ntex-service v2.0.0-b.0

07 Jan 15:03
566339e
Compare
Choose a tag to compare

Changes

  • Use "async fn" in trait for Service definition

ntex v1.0.0-b.0

07 Jan 15:16
0ba753c
Compare
Choose a tag to compare

Changes

  • Use "async fn" in trait for Service definition

ntex v0.7.17

05 Jan 18:11
e3971e2
Compare
Choose a tag to compare

Changes

  • Allow to set default response payload limit and timeout

ntex-io v0.3.17

25 Dec 11:17
dd6db86
Compare
Choose a tag to compare

Changes

  • Fix filter leak during Io drop

ntex v0.7.16

14 Dec 20:19
a4f9802
Compare
Choose a tag to compare

Changes

  • Stop timer before handling UPGRADE h1 requests

ntex-io v0.3.15

12 Dec 13:27
6adeadf
Compare
Choose a tag to compare

Changes

ntex-io [0.3.15]

  • Add io tags for logging

  • Stop dispatcher timers on memory pool pause

ntex-connect [0.3.3]

  • Add io tag support

ntex [0.7.14]

  • Add io tag support for server

ntex-io v0.3.14

10 Dec 02:13
df613e6
Compare
Choose a tag to compare

Changes

  • Fix KEEP-ALIVE timer handling

ntex-io v0.3.13

02 Dec 14:21
c9993af
Compare
Choose a tag to compare

Changes

  • Optimize KEEP-ALIVE timer

ntex v0.7.13

29 Nov 18:44
5e7f325
Compare
Choose a tag to compare

Changes

  • Refactor io timers

  • Refactor h1 timers

ntex-io v0.3.11

25 Nov 15:40
ae766a5
Compare
Choose a tag to compare

Changes

  • Fix keep-alive timeout handling