Releases: ntex-rs/ntex
Releases · ntex-rs/ntex
ntex-server v2.1.0
Changes
- Shutdown service on error and on worker shutdown
ntex v2.0.3
Changes
- Re-export server signals api
ntex-util v2.1.0
Changes
- Add task::yield_to() helper
ntex v2.0.2
Changes
-
web: Cleanup http request in cache
-
http: Fix handling of connection header
ntex v2.0.1
Changes
-
http: Fix handling payload timer after payload got consumed
-
http: Fix handling not consumed request's payload
ntex-util v2.0.1
Changes
- Re-enable BufferService
ntex-util v2.0.0
Changes
- Use async fn for Service::ready() and Service::shutdown()
ntex-service v3.0.0
Changes
- Use "async fn" for Service::ready() and Service::shutdown() methods
ntex v2.0.0
Changes
- Use "async fn" for Service::ready() and Service::shutdown()
ntex-io v1.2.0
Changes
-
Better write back-pressure handling
-
Dispatcher optimization for handling first item