Skip to content

Releases: awslabs/aws-c-http

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.

Shutdown fixes

07 Jun 20:48
5103f2b
Compare
Choose a tag to compare
Shutdown fixes Pre-release
Pre-release
delay websocket shutdown callback (#75)

This is similar to https://github.com/awslabs/aws-c-http/pull/72

Websocket's `on_connection_shutdown` callback shouldn't fire during the handler shutdown, it should fire during the channel's shutdown.

This change clarified some questions I had about lifetime/ownership (hence the deleted TODOs and modified API comments)

Fix shared-lib builds

30 May 18:36
5a4c80e
Compare
Choose a tag to compare
Fix shared-lib builds Pre-release
Pre-release
v0.2.16

fix shared lib builds (#67)

Remove fpic from old linux build.

21 May 22:41
8d1d02b
Compare
Choose a tag to compare
Pre-release
v0.2.15

We don't need the fpic version of libcrypto anyways, we're building a…

more release CD

21 May 22:05
c258ef6
Compare
Choose a tag to compare
more release CD Pre-release
Pre-release
v0.2.14

in bash the list arguments need to be quoted. (#58)

more CD release crap

21 May 21:31
19a8bee
Compare
Choose a tag to compare
more CD release crap Pre-release
Pre-release
v0.2.13

sigh.... this sux. (#57)

codebuild cd script update

21 May 21:20
6fc2db4
Compare
Choose a tag to compare
Pre-release
v0.2.12

Fixed codebuild script to use codebuild style artifacts from codepipe…

More CD script fixes.

21 May 20:25
23d657f
Compare
Choose a tag to compare
More CD script fixes. Pre-release
Pre-release
v0.2.11

Fixed the batch file again... (#55)