Releases: awslabs/aws-c-http
Releases · awslabs/aws-c-http
Fix Http2 Manual Write
WebSocket: Improved validation and error reporting
What's Changed
- Fix macro usage by @DmitriyMusatkin in #411
- Revise "Better helper functions for querying header values (#412)" by @graebm in #414
- Validate websocket handshake response by @graebm in #410
- More websocket handshake validation by @graebm in #415
- improve websocket error reporting by @graebm in #416
- Websocket automatically responds to PING with PONG by @graebm in #417
- Websocket: Validate UTF-8 in text payloads by @graebm in #418
Full Changelog: v0.7.0...v0.7.1
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