Releases: awslabs/aws-c-http
Releases · awslabs/aws-c-http
Bind to Network Interface
What's Changed
Full Changelog: v0.8.2...v0.8.3
Mark some missing Network tests as net_tests
What's Changed
- Mark some missing Network tests as net_tests. by @waahm7 in #465
- Add test where connection shuts down before response completes by @graebm in #468
Full Changelog: v0.8.1...v0.8.2
v0.8.1
What's Changed
- Minor GitHub workflow changes by @kellertk in #461
- Fix a bunch of places we forget to aws_raise_error() by @graebm in #462
- API to query http server listener endpoint by @bretambrose in #463
New Contributors
Full Changelog: v0.8.0...v0.8.1
Change `port` from uint16_t to uint32_t, to support VSOCK
What's Changed
- correct the doc about unactivated stream and add test by @TingDaoK in #460
- Change
port
from uint16_t to uint32_t, to support VSOCK by @graebm in #457
Full Changelog: v0.7.15...v0.8.0
Add support for cancel stream
What's Changed
- sizeof('c')=4, not 1: fix overallocation by @nabijaczleweli in #459
- Add support for cancel stream by @TingDaoK in #458
New Contributors
- @nabijaczleweli made their first contribution in #459
Full Changelog: v0.7.14...v0.7.15
Support for response-first-byte-timeout
What's Changed
- system vtables use full function names, for better grepping by @graebm in #454
- request idle timeout by @TingDaoK in #456
Full Changelog: v0.7.13...v0.7.14
Update certs
What's Changed
- added workflow for handling answerable discussions by @yasminetalby in #449
- Remove unused headers code in elasticurl by @quinnj in #452
- Update CERT by @waahm7 in #453
New Contributors
- @yasminetalby made their first contribution in #449
- @quinnj made their first contribution in #452
Full Changelog: v0.7.12...v0.7.13
v0.7.12
Treat empty string as unset for proxy env var
What's Changed
Full Changelog: v0.7.10...v0.7.11