Releases: awslabs/aws-c-http
Releases · awslabs/aws-c-http
websocket API change
What's Changed
Full Changelog: v0.6.29...v0.7.0
Only "data" frames affect websocket's read window now
WebSocket ref-counts its HTTP request
What's Changed
- replace s_cat with
aws_byte_buf_append_dynamicby @TingDaoK in #404 - WebSocket ref-counts its HTTP request by @graebm in #403
Full Changelog: v0.6.26...v0.6.28
Fix downstream CI
Downstream CI Fix
Fix C++ One Definition Rule (ODR) Violations
What's Changed
- sprintf() -> snprintf() by @graebm in #397
- Fix C++ One Definition Rules (ODR) Violations by @graebm in #399
Full Changelog: v0.6.24...v0.6.25
Fix Empty Path Unit tests
What's Changed
- Empty path by @DmitriyMusatkin in #395
New Contributors
- @DmitriyMusatkin made their first contribution in #395
Full Changelog: v0.6.23...v0.6.24
Event Loop Pin
Improved Http connection and stream manager metrics
What's Changed
- Added leased_concurrency to metrics and instrumented http connection … by @JonathanHenson in #392
Full Changelog: v0.6.21...v0.6.22
Add destroy callback for http stream
What's Changed
- Add AppVerifier to CI by @TwistedTwigleg in #389
- Destroy callback for http stream by @TingDaoK in #390
New Contributors
- @TwistedTwigleg made their first contribution in #389
Full Changelog: v0.6.20...v0.6.21