Releases: ntex-rs/ntex
Releases · ntex-rs/ntex
ntex v0.4.0-b2
Changes
- potential HTTP request smuggling vulnerabilities
ntex router v0.5.0
Changes
- Use ntex-bytes instead of bytestring
ntex v0.4.0-b.1
Changes
-
use ntex-bytes instead of bytes
-
drop direct tokio dependency
-
rustls connector - fix rustls connect to work around a port in hostname (giving invalid DNS) #50
ntex codec v0.5.0
Changes
- Use ntex-bytes stead of bytes
bytes v0.1.0
Changes
-
Add
Bytes::trimdown()
method -
Add
ByteString::slice()
,ByteString::slice_off()
,ByteString::slice_to()
-
Remove unused code
-
Project fork
ntex router v0.4.4
Changes
- Fix search order for normal and prefix paths
ntex service v0.1.9
Changes
- Add rc wrapped service,
RcService
ntex v0.3.18
Changes
- server: expose server status change notifications
ntex v0.3.17
Changes
- framed: add read/write bytes pool
ntex 0.3.16
Changes
-
framed: process unhandled data on disconnect
-
add "http-framework" feature