Releases: awslabs/aws-c-http
Releases · awslabs/aws-c-http
Improved Http connection and stream manager metrics
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
What's Changed
- Add AppVerifier to CI by @TwistedTwigleg in #389
- Destroy callback for http stream by @TingDaoK in #390
New Contributors
- @TwistedTwigleg made their first contribution in #389
Full Changelog: v0.6.20...v0.6.21
Allow mix of static and shared libs
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
What's Changed
Full Changelog: v0.6.18...v0.6.19
HTTP/2 Stream Manager new functions
HTTP/2 stream write data and more
What's Changed
- Stream manager test with body by @TingDaoK in #376
- Added aws_http2_stream_write_data, allowing H2 data frames to be written at any time by @justinboswell in #338
- H2 monitor by @TingDaoK in #377
Full Changelog: v0.6.16...v0.6.17
Metric API for manager and more
Adapt new input stream API
What's Changed
- Silence "variable set but not used" warnings by @graebm in #374
- refcount input stream by @TingDaoK in #342
Full Changelog: v0.6.14...v0.6.15
HTTP/2 Stream Manager Takes initial settings now
What's Changed
- Update to latest builder by @bretambrose in #368
- Fix our CI ignores branches that have "/" in name by @TingDaoK in #371
- Flow control window update by @TingDaoK in #372
- HTTP/2 integration tests - Part 1 by @TingDaoK in #365
Full Changelog: v0.6.13...v0.6.14
Bug fix for http/2 tests
- mark h2 tests as net tests