Skip to content

Releases: awslabs/aws-c-event-stream

Reduce Max Message Size to 24MB

06 Mar 19:23
9312b05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.3...v0.5.4

Adapt to aws_base64_encode() no longer adding a null terminator

04 Mar 21:33
25bc170
Compare
Choose a tag to compare

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

10 Feb 21:45
4bd476b
Compare
Choose a tag to compare

What's Changed

  • Bump AWS_EVENT_STREAM_MAX_MESSAGE_SIZE to 256MB by @waahm7 in #122

Full Changelog: v0.5.1...v0.5.2

v0.5.1

28 Jan 23:19
9422ef7
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.5.1

Update Minimum CMake to 3.9

23 Oct 17:03
d2dcc93
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.3...v0.5.0

Fix -Wuseless-cast compiler warning for public headers

16 Aug 17:01
1b3825f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.4.3

Fix a bunch of places we forget to aws_raise_error()

15 Feb 00:04
1a70c50
Compare
Choose a tag to compare

What's Changed

  • Fix a bunch of places we forget to aws_raise_error() by @graebm in #111

Full Changelog: v0.4.1...v0.4.2

Fix Variable Len Headers with Empty Value

05 Jan 18:45
b7a96fd
Compare
Choose a tag to compare

What's Changed

  • Fix Variable Len Headers with Empty Value by @waahm7 in #108

Full Changelog: v0.4.0...v0.4.1

Change `port` from uint16_t to uint32_t, to support VSOCK

30 Dec 00:49
63d1e10
Compare
Choose a tag to compare

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

Full Changelog: v0.3.2...v0.4.0

v0.3.2

23 Aug 22:58
08f24e3
Compare
Choose a tag to compare
v0.3.2 Pre-release
Pre-release

What's Changed

  • Explicit Private for target_link_libraries by @waahm7 in #107

Full Changelog: v0.3.1...v0.3.2