Skip to content

Releases: awslabs/aws-c-http

Update mock server

28 Oct 22:02
07302aa

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.6...v0.10.7

Add no_proxy_hosts configuration to proxy options/config

20 Oct 23:29
e638eb0

Choose a tag to compare

What's Changed

  • Add no_proxy_hosts configuration to proxy options/config. by @alextwoods in #532

New Contributors

Full Changelog: v0.10.5...v0.10.6

v0.10.5

17 Oct 19:04
bbfc5a7

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.4...v0.10.5

[fix] failed to compile on FreeBSD

21 Jul 20:04
ce0d656

Choose a tag to compare

What's Changed

Full Changelog: v0.10.3...v0.10.4

support no_proxy exactly like CURL

16 Jul 01:49
bfa0392

Choose a tag to compare

What's Changed

  • Remove Windows 2019 and add Windows 2025 with MSVC-17 by @TingDaoK in #521
  • support no_proxy exactly like CURL by @TingDaoK in #522

Full Changelog: v0.10.2...v0.10.3

Stop sending empty data frame when input stream ends but the request stream is not ending

09 Jun 16:13
10961a7

Choose a tag to compare

What's Changed

  • Remove clang-3 from CI by @sbSteveK in #518
  • Stop sending empty data frame when input stream ends but the request stream is not ending. by @TingDaoK in #520

Full Changelog: v0.10.1...v0.10.2

fix mock server window update on 0 length body

08 May 17:59
3eedf1e

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

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

Choose a tag to compare

What's Changed

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

v0.9.6

28 Mar 21:24
e526ac3

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