Skip to content

Releases: ntex-rs/ntex-h2

ntex-h2 v1.5.0

Choose a tag to compare

@fafhrd91 fafhrd91 released this 04 Dec 10:06
60e2bae

Changes

  • Use updated Service trait

ntex-h2 v1.4.1

Choose a tag to compare

@fafhrd91 fafhrd91 released this 07 Nov 09:57
b0e30b3

Changes

  • Fix type recursion limit

ntex-h2 v1.4.0

Choose a tag to compare

@fafhrd91 fafhrd91 released this 04 Nov 15:24
cf70020

Changes

  • Use updated Service trait

  • Better readiness error handling

ntex-h2 v1.3.0

Choose a tag to compare

@fafhrd91 fafhrd91 released this 26 Oct 00:09
791408d

Changes

  • Do not close connection if headers received for closed stream

ntex-h2 v1.2.0

Choose a tag to compare

@fafhrd91 fafhrd91 released this 16 Oct 14:48
6592063

Changes

  • Better error handling

ntex-h2 v1.0.0

Choose a tag to compare

@fafhrd91 fafhrd91 released this 12 Aug 14:54
0c4c74d

Changes

  • Server graceful shutdown support

ntex-h2 v1.0.0

Choose a tag to compare

@fafhrd91 fafhrd91 released this 28 May 12:13
d9c6d44

Changes

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

ntex-h2 v0.5.5

Choose a tag to compare

@fafhrd91 fafhrd91 released this 01 May 13:03
9dda727

Changes

  • Fix ping timeouts handling

ntex-h2 v0.5.3

Choose a tag to compare

@fafhrd91 fafhrd91 released this 23 Apr 14:28
87e1bcc

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

Choose a tag to compare

@fafhrd91 fafhrd91 released this 24 Mar 15:03
1c818c0

Changes

  • Use ntex-net