Releases: awslabs/aws-c-http
Releases · awslabs/aws-c-http
kick CD pipeline with new scripts.
v0.2.9 aws_websocket_convert_to_midchannel_handler() (#52)
Fixed aws-c-compression dependency
v0.2.8 I forgot the thing (#47)
Added backtraces to asserts
assert -> AWS_ASSERT (#46) * assert -> AWS_ASSERT, removed assert.h includes * added assert.h to clang-tidy restrictions
Build/unit test fixes.
v0.2.6 Either turn off WConversion or quit pushing stuff that won't frickin …
Updated integration tests for use with other projects
The integration tests are now a proper test suite that we can use against any elasticurl CLI conforming program in any language.
Testing fixes
v0.2.4 use testing_channel_drain_task_queue() (#38)
Window update fix and additional tests
v0.2.3 Added unit tests for TLS negotiation failure and download of a medium…
ALPN is more permissive for http 1.1to support custom protocol strings that aren't restricted by the spec.
ALPN is more permissive for http 1.1to support custom protocol strings that aren't restricted by the spec.
Pre-release
Pre-release
v0.2.2 Fallback for ALPN is now http 1.1. We'll likely change this up a bit …
bad connection detection mechanism.
v0.2.1 Actually commited changes this time. (#31)
Http improvements, better shutdown control, and global init/shutdown functions.
Pre-release
Partially fix connection_setup_shutdown test (#28) Fix some race-conditions in test, but leave it commented out. There are still server-bootstrap shutdown issues that appear regularly in x86 builds.