Skip to content

Releases: ntex-rs/ntex-h2

ntex-h2 v3.5.0

Choose a tag to compare

@fafhrd91 fafhrd91 released this 29 Jan 08:55
77a5d12

Changes

  • Use ntex_dispatcher::Dispatcher instead of ntex-io

ntex-h2 v3.3.0

Choose a tag to compare

@fafhrd91 fafhrd91 released this 04 Jan 10:18
9b7de00

Changes

  • Use Bytes::advance_to() instead of .split_to()

ntex-h2 v3.1.0

Choose a tag to compare

@fafhrd91 fafhrd91 released this 03 Dec 19:14
5de2de5

Changes

  • Refactor stream ID validation and error handling #71

  • Naming for ServiceConfig and ClientBuilder

ntex-h2 v3.0.0-pre.1

Choose a tag to compare

@fafhrd91 fafhrd91 released this 30 Nov 23:11
46b2449

Changes

  • Set default max concurrent streams

  • Fix spec compliance issues

ntex-h2 v3.0.0-pre.0

Choose a tag to compare

@fafhrd91 fafhrd91 released this 27 Nov 16:55
228d37a

Changes

  • Update MSRV 1.85

  • Use shared configuration

ntex-h2 v1.14.2

Choose a tag to compare

@fafhrd91 fafhrd91 released this 12 Nov 12:57
f08220e

Changes

  • Update MSRV 1.82

ntex-h2 v1.14.1

Choose a tag to compare

@fafhrd91 fafhrd91 released this 12 Nov 11:34
93aaee5

Changes

  • Resolve keep-alive handling for idle state

ntex-h2 v1.14.0

Choose a tag to compare

@fafhrd91 fafhrd91 released this 06 Nov 14:04
a3b94fc

Changes

  • Fix idle pings handling

ntex-h2 v1.13.0

Choose a tag to compare

@fafhrd91 fafhrd91 released this 10 Sep 12:33
852d7cb

Changes

  • Use ahash instead of fxhash

ntex-h2 v1.12.0

Choose a tag to compare

@fafhrd91 fafhrd91 released this 08 Jul 16:27
aa93fd5

Changes

  • Use new errors from ntex-http