Releases: awslabs/aws-c-http
Releases · awslabs/aws-c-http
fix mock server window update on 0 length body
What's Changed
Full Changelog: v0.10.0...v0.10.1
[breaking change] Update HTTP/2 window management
What's Changed
- Fix initial settings for h2 by @TingDaoK in #513
- Update h2 windowing algo & Http Client benchmark by @TingDaoK in #388
- batching up the window update frame until the window size drops below the threshold for both manual and auto window management
- Initial window size now be required for HTTP/2 connection on manual window management now.
Full Changelog: v0.9.7...v0.10.0
HTTP/2 manual write updates
What's Changed
- H2 manual write triggers the stream complete test by @TingDaoK in #510
- make exports more consistent by @DmitriyMusatkin in #511
- report the error back to write complete by @TingDaoK in #512
Full Changelog: v0.9.6...v0.9.7
v0.9.6
What's Changed
- Fix Error Handling For Connection Manager by @waahm7 in #507
- h1_decoder error on multiple content-length headers by @quinnj in #509
- Apple Network Framework Support by @xiazhvera in #502
New Contributors
- @xiazhvera made their first contribution in #502
Full Changelog: v0.9.5...v0.9.6
HTTP/1: Support streaming requests of unknown length
What's Changed
Full Changelog: v0.9.4...v0.9.5
Supprt response_first_byte_timeout_ms in ConnectionManagerOptions
v0.9.3
v0.9.2
What's Changed
- Update for event loop API changes by @bretambrose in #491
Full Changelog: v0.9.1...v0.9.2
Add cxx support
What's Changed
- chore: Modified bug issue template to add checkbox to report potential regression. by @ashishdhingra in #486
- Add cxx support by @subdiox in #490
New Contributors
- @ashishdhingra made their first contribution in #486
- @subdiox made their first contribution in #490
Full Changelog: v0.9.0...v0.9.1
Update Minimum CMake to 3.9
What's Changed
- Tweak error message for AWS_ERROR_HTTP_RESPONSE_FIRST_BYTE_TIMEOUT by @graebm in #488
- Update CMake to 3.9 by @waahm7 in #489
Full Changelog: v0.8.10...v0.9.0