Skip to content

Releases: awslabs/aws-c-http

Handle early "Connection: close" response

22 Mar 15:21
0600662
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.5...v0.7.6

Fix compiler warning

01 Mar 01:42
270f096
Compare
Choose a tag to compare
Fix compiler warning Pre-release
Pre-release

What's Changed

  • change #if _MSC_VER to #ifdef _MSC_VER by @jmklix in #427

New Contributors

Full Changelog: v0.7.4...v0.7.5

Adapt to Renamed Class from aws-c-common

04 Feb 01:51
9989461
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.3...v0.7.4

Fix flaky tests

10 Jan 19:32
dd34461
Compare
Choose a tag to compare
Fix flaky tests Pre-release
Pre-release

What's Changed

Full Changelog: v0.7.2...v0.7.3

Fix Http2 Manual Write

09 Jan 17:58
4bbda11
Compare
Choose a tag to compare
Pre-release

What's Changed

Full Changelog: v0.7.1...v0.7.2

WebSocket: Improved validation and error reporting

03 Jan 23:51
62a03c5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.1

websocket API change

23 Dec 18:50
69b952e
Compare
Choose a tag to compare
websocket API change Pre-release
Pre-release

What's Changed

  • Breaking change to websocket API: setup callback can report body of response by @graebm in #409

Full Changelog: v0.6.29...v0.7.0

Only "data" frames affect websocket's read window now

21 Dec 06:31
4e82c1e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.28...v0.6.29

WebSocket ref-counts its HTTP request

05 Dec 18:43
5400050
Compare
Choose a tag to compare
Pre-release

What's Changed

  • replace s_cat with aws_byte_buf_append_dynamic by @TingDaoK in #404
  • WebSocket ref-counts its HTTP request by @graebm in #403

Full Changelog: v0.6.26...v0.6.28

Fix downstream CI

10 Nov 17:44
0c7b8b5
Compare
Choose a tag to compare
Fix downstream CI Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.6.25...v0.6.27