Skip to content

Releases: awslabs/aws-c-http

Improved Http connection and stream manager metrics

11 Oct 19:47
82fb7ed

Choose a tag to compare

What's Changed

  • Added leased_concurrency to metrics and instrumented http connection … by @JonathanHenson in #392

Full Changelog: v0.6.21...v0.6.22

Add destroy callback for http stream

23 Sep 21:14
db41119

Choose a tag to compare

Pre-release

What's Changed

New Contributors

Full Changelog: v0.6.20...v0.6.21

Allow mix of static and shared libs

24 Aug 20:27
f81ee94

Choose a tag to compare

Pre-release

What's Changed

  • Split up hpack.c by @graebm in #385
  • Proposal for moving websocket frame write completions from on-send-downstream to on-socket-write-completion by @bretambrose in #367
  • fallback for target load by @TingDaoK in #387

Full Changelog: v0.6.19...v0.6.20

HTTP/2 Stream Manager dead lock fix

21 Jul 23:13
30230be

Choose a tag to compare

Pre-release

What's Changed

Full Changelog: v0.6.18...v0.6.19

HTTP/2 Stream Manager new functions

15 Jul 20:16
c8fc870

Choose a tag to compare

Pre-release

What's Changed

Full Changelog: v0.6.17...v0.6.18

HTTP/2 stream write data and more

04 Jun 00:57
aadc57a

Choose a tag to compare

Pre-release

What's Changed

Full Changelog: v0.6.16...v0.6.17

Metric API for manager and more

19 May 17:49
73af2aa

Choose a tag to compare

Pre-release

What's Changed

Full Changelog: v0.6.15...v0.6.16

Adapt new input stream API

27 Apr 16:45
b76ebf2

Choose a tag to compare

Pre-release

What's Changed

Full Changelog: v0.6.14...v0.6.15

HTTP/2 Stream Manager Takes initial settings now

20 Apr 20:56
9c61700

Choose a tag to compare

What's Changed

Full Changelog: v0.6.13...v0.6.14

Bug fix for http/2 tests

23 Mar 01:03
3f8ffda

Choose a tag to compare

Pre-release
  • mark h2 tests as net tests