Skip to content

Releases: ntex-rs/ntex-h2

ntex-h2 v1.4.1

07 Nov 09:57
b0e30b3
Compare
Choose a tag to compare

Changes

  • Fix type recursion limit

ntex-h2 v1.4.0

04 Nov 15:24
cf70020
Compare
Choose a tag to compare

Changes

  • Use updated Service trait

  • Better readiness error handling

ntex-h2 v1.3.0

26 Oct 00:09
791408d
Compare
Choose a tag to compare

Changes

  • Do not close connection if headers received for closed stream

ntex-h2 v1.2.0

16 Oct 14:48
6592063
Compare
Choose a tag to compare

Changes

  • Better error handling

ntex-h2 v1.0.0

12 Aug 14:54
0c4c74d
Compare
Choose a tag to compare

Changes

  • Server graceful shutdown support

ntex-h2 v1.0.0

28 May 12:13
d9c6d44
Compare
Choose a tag to compare

Changes

  • Use async fn for Service::ready() and Service::shutdown()

ntex-h2 v0.5.5

01 May 13:03
9dda727
Compare
Choose a tag to compare

Changes

  • Fix ping timeouts handling

ntex-h2 v0.5.3

23 Apr 14:28
87e1bcc
Compare
Choose a tag to compare

Changes

  • Add frame read rate support

  • Limit "max headers size" to 48kb

  • Limit number of continuation frames

  • Do not decode partial headers frame

  • Optimize headers encoding

ntex-h2 v0.5.2

24 Mar 15:03
1c818c0
Compare
Choose a tag to compare

Changes

  • Use ntex-net

ntex-h2 v0.5.1

12 Mar 12:11
4e23b71
Compare
Choose a tag to compare

Changes

  • Rename ControlMessage to Control