Skip to content

Releases: ntex-rs/ntex-h2

ntex-h2 v3.8.0

08 Mar 08:39
5b7643d

Choose a tag to compare

Changes

  • Use ntex-error::Error

ntex-h2 v3.7.1

16 Feb 20:09
c4b705d

Choose a tag to compare

Changes

  • ServiceConfig is not Clone

ntex-h2 v3.7.0

16 Feb 12:09
ee3ca9f

Choose a tag to compare

Changes

  • SharedCfg is not Copy

ntex-h2 v3.6.2

11 Feb 12:36
b8e1971

Choose a tag to compare

Changes

  • Better clippy configuration

ntex-h2 v3.6.0

02 Feb 11:53
9aafe99

Choose a tag to compare

Changes

  • Refactor control messages

ntex-h2 v3.5.0

29 Jan 08:55
77a5d12

Choose a tag to compare

Changes

  • Use ntex_dispatcher::Dispatcher instead of ntex-io

ntex-h2 v3.3.0

04 Jan 10:18
9b7de00

Choose a tag to compare

Changes

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

ntex-h2 v3.1.0

03 Dec 19:14
5de2de5

Choose a tag to compare

Changes

  • Refactor stream ID validation and error handling #71

  • Naming for ServiceConfig and ClientBuilder

ntex-h2 v3.0.0-pre.1

30 Nov 23:11
46b2449

Choose a tag to compare

Changes

  • Set default max concurrent streams

  • Fix spec compliance issues

ntex-h2 v3.0.0-pre.0

27 Nov 16:55
228d37a

Choose a tag to compare

Changes

  • Update MSRV 1.85

  • Use shared configuration