Skip to content

Releases: awslabs/aws-c-http

LTO support for Clang/GCC

11 Sep 17:26
8c3e1a9
Compare
Choose a tag to compare
Pre-release
v0.4.4

aws_http_header_type -> aws_http_header_block (#143)

Connection manager shutdown callback + edge cases

03 Sep 19:16
4aabeb4
Compare
Choose a tag to compare
Connection manager shutdown callback support (#136)

* Connection manager shutdown callback support

* Dummy change to trigger CI

Library init/cleanup

22 Aug 20:14
459d483
Compare
Choose a tag to compare
Library init/cleanup Pre-release
Pre-release
v0.4.2

Const options (#131)

Manager fixes + proxy configuration additions

19 Aug 17:37
de1ed16
Compare
Choose a tag to compare
Manager proxy (#127)

* connection manager proxy configuration
* websocket proxy configuration

"H1B" API revamp

14 Aug 23:18
1550f23
Compare
Choose a tag to compare
"H1B" API revamp Pre-release
Pre-release
Merge pull request #125 from awslabs/h1b

Merge H1B to master

HPACK error handling

01 Aug 18:02
92655c4
Compare
Choose a tag to compare
HPACK error handling Pre-release
Pre-release
v0.3.3

trivial hpack error handling (#121)

Fix error info

15 Jul 21:44
f76b5a0
Compare
Choose a tag to compare
Fix error info Pre-release
Pre-release

Remove invalid entry from error info list.

Logging refactor

09 Jul 18:30
ab8e94a
Compare
Choose a tag to compare
Logging refactor Pre-release
Pre-release
Update for logging move (#92)

* Update for logging move

Websockets, task logging

01 Jul 19:00
f62e9cc
Compare
Choose a tag to compare
Pre-release
  • Additional websocket support
  • Adds string tags to tasks and task logging for easier identification
  • Elasticurl extensions for request signing

Client bootstrap shutdown fixes

10 Jun 17:21
ba7ef7d
Compare
Choose a tag to compare
Pre-release
Delay failed setup cb until channel shutdown completes (#76)

Edge case was: channel setup succeeded, but something goes wrong creating the HTTP handler. The on_setup() callback should not be invoked until the channel finishes shutting down.