Releases: ntex-rs/ntex-h2
Releases · ntex-rs/ntex-h2
Release list
ntex-h2 v3.5.0
Changes
- Use ntex_dispatcher::Dispatcher instead of ntex-io
ntex-h2 v3.3.0
Changes
- Use Bytes::advance_to() instead of .split_to()
ntex-h2 v3.1.0
Changes
-
Refactor stream ID validation and error handling #71
-
Naming for ServiceConfig and ClientBuilder
ntex-h2 v3.0.0-pre.1
Changes
-
Set default max concurrent streams
-
Fix spec compliance issues
ntex-h2 v3.0.0-pre.0
Changes
-
Update MSRV 1.85
-
Use shared configuration
ntex-h2 v1.14.2
ntex-h2 v1.14.1
Changes
- Resolve keep-alive handling for idle state
ntex-h2 v1.14.0
ntex-h2 v1.13.0
Changes
- Use ahash instead of fxhash
ntex-h2 v1.12.0
Changes
- Use new errors from ntex-http