Releases: ntex-rs/ntex
Releases · ntex-rs/ntex
ntex service v0.1.7
Changes
-
drop futures-util dependency
-
add custom Ready,Lazy,Either futures
ntex rt 0.2.2
Changes
- precise futures crate dependency
ntex v0.3.14
Changes
-
server: prevent double socket registration if accept loop is in back-pressure state
-
util: add custom Ready, Either future and several helper functions
-
drop trust-dns, use blocking calls
-
reduce futures crate dependencies
-
make url crate optional
ntex codec v0.4.1
Changes
- Use Either from ntex-service
ntex service v0.1.6
Changes
- Add .on_shutdown() callback to fn_service
ntex v0.3.13
Changes
-
framed: add socket disconnect notification
-
http: wake up reader on h1 payload error
-
ws: add sink disconnect notification
-
fix wrong api docs
ntex v0.3.12
Changes
- http: add per request handler service for http1
ntex router v0.4.2
Changes
- Use
IntoPattern
for prefix resources
ntex v0.3.11
Changes
-
web: use patterns for scope's prefix definitions
-
web: allow case-insensitive request matching on scope level
-
web: add helper method
App::finish()
, creates service factory with defaultAppConfig
-
web: add
.filter()
method, allows to register request filters
ntex v0.3.9
Changes
-
framed: refactor api
-
update socket2 0.4