Releases: ntex-rs/ntex
Releases · ntex-rs/ntex
ntex macros v0.1.0
Changes
- Fork to ntex namespace
ntex v0.1.6
Changes
-
ntex::web: Allow to add multiple services at once
-
ntex::http: Remove ResponseBuilder::json2 method
ntex v 0.1.5
Changes
-
ntex::http: enable client disconnect timeout by default
-
ntex::http: properly close h1 connection
-
ntex::framed: add connection disconnect timeout to framed service
ntex codec v0.1.1
Changes
-
Optimize io operations
-
Fix framed close method
ntex router v0.3.2
Changes
- Fix IdxSegment item for paths with no root
ntex router v0.3.1
Changes
-
Fix url quoter
-
Add non-allocating path item
ntex v0.1.4
Changes
-
Remove unneeded RefCell from client connector
-
Add trace entries for http1 disaptcher
-
Properly set timeout for test http client
ntex v0.1.3
Changes
-
Add server ssl handshake timeout
-
Simplify server ssl erroor
ntex v0.1.2
Changes
-
HTTP1 dispatcher refactoring
-
Replace net2 with socket2 crate
ntex v0.1.1
Changes
- Project fork