Skip to content

Releases: ntex-rs/ntex

ntex-server v2.1.0

27 Jun 14:20
192bdc8
Compare
Choose a tag to compare

Changes

  • Shutdown service on error and on worker shutdown

ntex v2.0.3

27 Jun 14:23
Compare
Choose a tag to compare

Changes

  • Re-export server signals api

ntex-util v2.1.0

26 Jun 11:15
e3dd4b3
Compare
Choose a tag to compare

Changes

  • Add task::yield_to() helper

ntex v2.0.2

22 Jun 11:51
0255df9
Compare
Choose a tag to compare

Changes

  • web: Cleanup http request in cache

  • http: Fix handling of connection header

ntex v2.0.1

29 May 13:31
34142e1
Compare
Choose a tag to compare

Changes

  • http: Fix handling payload timer after payload got consumed

  • http: Fix handling not consumed request's payload

ntex-util v2.0.1

28 May 13:12
c52db3f
Compare
Choose a tag to compare

Changes

  • Re-enable BufferService

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