Skip to content

Releases: ntex-rs/ntex-h2

ntex-h2 v1.8.0

31 Jan 13:14
2098be0
Compare
Choose a tag to compare

Changes

  • Add Client::client() method, returns available client from the pool

ntex-h2 v1.7.0

30 Jan 12:02
114afac
Compare
Choose a tag to compare

Changes

  • Add disconnect on drop request for client

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