Skip to content

Releases: awslabs/aws-c-http

Connection manager now ensures connections are vended in that connection's thread.

30 Apr 19:45
ad2858d
Compare
Choose a tag to compare
v0.5.6

Connection setup callback from connection manager is now guaranteed t…

HTTP2 connection supported

23 Apr 22:35
4fff6a8
Compare
Choose a tag to compare
Pre-release

We support HTTP2 connection as a client now! Integration test passed.

Another visibility fix

08 Apr 17:09
e1d6219
Compare
Choose a tag to compare
Pre-release

Add visibility macro to aws_http_stream_get_id

Visibility fix for internal import

08 Apr 16:08
0eafb1c
Compare
Choose a tag to compare
Pre-release
  • fixes a missing visibility macro preventing internal import (dll build failure)

Android cross compile support

30 Mar 19:03
d0c3a07
Compare
Choose a tag to compare
Pre-release
H2 setting frame (#206)

* Setting frames in connection

* bug_fix

* Debug

* decoder_settings

* encoder_settings

* Unit_test_built

* clang format

* consistance between code

* delete unused value

* add buffer_list for settings

* windows cannot build fuzz test..

* clang format

* update based on mike's comments

* clang format

Co-authored-by: Dengke Tang <[email protected]>

Breaking API change. You must call aws_http_stream_activate() after aws_http_connection_make_request(). Back pressure is now a connection wide setting and not controlled at the stream level.

27 Mar 02:58
f5096ca
Compare
Choose a tag to compare

Test fixes

13 Mar 23:06
5bda807
Compare
Choose a tag to compare
Test fixes Pre-release
Pre-release

Fixes a variety of tests

Fixed windows warning

10 Mar 23:51
2196e04
Compare
Choose a tag to compare
Fixed windows warning Pre-release
Pre-release
Enabled compilation on VS 2015 (#196)

* Enabled compilation on VS 2015

* Fix VS narrowing warning

* Updated to v0.5.3 of builder

Added controls for read-back pressure

10 Mar 17:23
8c7721a
Compare
Choose a tag to compare
Pre-release
Fix bug when new request has same memory address as old request. (#195)

As seen in real life

Fix for stats when monitoring is disabled

12 Feb 01:30
e538612
Compare
Choose a tag to compare
v0.4.25

Fixing monitoring options being passed onto connection when invalid (…