Skip to content

Releases: ntex-rs/ntex-h2

ntex-h2 v1.6.1

14 Jan 10:52
d3d26b5
Compare
Choose a tag to compare

Changes

  • Expose client internal connection object

ntex-h2 v1.6.0

13 Jan 10:12
2fb8e6b
Compare
Choose a tag to compare

Changes

  • Expose client internal information

ntex-h2 v1.5.0

04 Dec 10:06
60e2bae
Compare
Choose a tag to compare

Changes

  • Use updated Service trait

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