Skip to content

Releases: awslabs/aws-c-http

fix mock server window update on 0 length body

08 May 17:59
3eedf1e
Compare
Choose a tag to compare

What's Changed

  • fix mock server window update on 0 length body by @TingDaoK in #517

Full Changelog: v0.10.0...v0.10.1

[breaking change] Update HTTP/2 window management

29 Apr 21:55
ca7e0e2
Compare
Choose a tag to compare

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

15 Apr 23:45
6586c80
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.6...v0.9.7

v0.9.6

28 Mar 21:24
e526ac3
Compare
Choose a tag to compare

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

Full Changelog: v0.9.5...v0.9.6

HTTP/1: Support streaming requests of unknown length

17 Mar 15:48
e3a9cab
Compare
Choose a tag to compare

What's Changed

  • HTTP/1: Support streaming requests of unknown length by @graebm in #506

Full Changelog: v0.9.4...v0.9.5

Supprt response_first_byte_timeout_ms in ConnectionManagerOptions

11 Mar 14:58
60c43f8
Compare
Choose a tag to compare

What's Changed

  • Some trivial fixup on tests by @graebm in #503
  • Move h1_stream variables, to make thread usage more explicit by @graebm in #504
  • Supprt response_first_byte_timeout_ms in ConnectionManagerOptions by @waahm7 in #505

Full Changelog: v0.9.3...v0.9.4

v0.9.3

28 Jan 23:19
590c7b5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.2...v0.9.3

v0.9.2

13 Nov 20:47
fc3eded
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.9.1...v0.9.2

Add cxx support

07 Nov 18:34
f3eef14
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.0...v0.9.1

Update Minimum CMake to 3.9

23 Oct 16:59
74b3a0d
Compare
Choose a tag to compare

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