Releases: ntex-rs/ntex
Releases · ntex-rs/ntex
ntex v0.3.4
Changes
- Allow to use async fn for server configuration
ntex v0.3.3
Changes
-
Remove unneeded set_nonblocking() call from server accept loop
-
Do not set
reuse_address
for tcp listener on window os -
Set nodelay to accept/connect sockets
-
Update ntex-router v0.4.1
-
Update cookie v0.15.0
ntex router v0.4.1
Changes
- Fix: partial matches keep garbage in segments
ntex v0.3.2
Changes
-
Re-export various types
-
Use
main
andtest
proc 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