Releases: awslabs/aws-c-event-stream
Releases · awslabs/aws-c-event-stream
Reduce Max Message Size to 24MB
Adapt to aws_base64_encode() no longer adding a null terminator
What's Changed
- Bump AWS_EVENT_STREAM_MAX_HEADERS_SIZE by @graebm in #123
- Adapt to aws_base64_encode() no longer adding a null terminator by @graebm in #124
Full Changelog: v0.5.2...v0.5.3
Bump AWS_EVENT_STREAM_MAX_MESSAGE_SIZE to 256MB
What's Changed
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- chore: Modified bug issue template to add checkbox to report potential regression. by @ashishdhingra in #116
- Switch CI to use roles by @DmitriyMusatkin in #118
- A bunch of CMake fixes by @graebm in #119
New Contributors
- @ashishdhingra made their first contribution in #116
Full Changelog: v0.5.0...v0.5.1
Update Minimum CMake to 3.9
Fix -Wuseless-cast compiler warning for public headers
Fix a bunch of places we forget to aws_raise_error()
What's Changed
Full Changelog: v0.4.1...v0.4.2
Fix Variable Len Headers with Empty Value
What's Changed
Full Changelog: v0.4.0...v0.4.1
Change `port` from uint16_t to uint32_t, to support VSOCK
What's Changed
- added workflow for handling answerable discussions by @yasminetalby in #105
- Change
port
from uint16_t to uint32_t, to support VSOCK by @graebm in #109
New Contributors
- @yasminetalby made their first contribution in #105
Full Changelog: v0.3.2...v0.4.0