Releases: ntex-rs/ntex-h2
Releases · ntex-rs/ntex-h2
ntex-h2 v3.8.0
ntex-h2 v3.7.1
Changes
- ServiceConfig is not Clone
ntex-h2 v3.7.0
Changes
- SharedCfg is not Copy
ntex-h2 v3.6.2
Changes
- Better clippy configuration
ntex-h2 v3.6.0
Changes
- Refactor control messages
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