Releases: awslabs/aws-c-http
Releases · awslabs/aws-c-http
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
Bug fix for connection manager refcount issue
- Bugfix: the refcount for connection manager will pop up from zero in some situation from the culling task, which will cause destroy to happen twice and crash.
HTTP/2 Stream Manager
- Introduce HTTP/2 stream manager