Releases: ntex-rs/ntex
Releases · ntex-rs/ntex
ntex v0.3.2
Changes
-
Re-export various types
-
Use
mainandtestproc macro from ntex-macros
ntex rt v0.2.0
Changes
- Migrate to tokio 1.x
ntex router v0.4.0
Changes
- Upgrade to bytestring 1.0
ntex v0.3.1
Changes
- server: Make TestServer::connect() async
ntex v0.3.0-b.1
Changes
- Migrate to tokio 1.x
ntex codec 0.4.0
Changes
- Migrate to tokio 1.x
ntex v0.2.1
Changes
-
http: Fix http date header update task
-
http: Add ClientResponse::header() method
-
framed: Refactor write back-pressure support
ntex v0.2.0
Changes
- connect: Allow to access to inner type of Connect
ntex 0.2.0 b13
Changes
-
http: Refactor date service
-
http: Do not leak request/response pools
-
server: Rename ServerBulder::system_exit to stop_runtime
-
util: Drop Either service, use Variant instead
ntex v0.2.0-b.12
Changes
-
http: Fix KeepAlive::Os support for h1 dispatcher
-
Handle EINTR in server accept loop
-
Fix double registation for accept back-pressure