Skip to content

Releases: awslabs/aws-c-event-stream

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

v0.3.1

03 Jul 19:12
ec1716c
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

15 May 20:37
825e318
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

What's Changed

  • update builder version to fix aws-lc build on manylinux1 by @TingDaoK in #98
  • Fix warnings in public headers by @waahm7 in #99

Full Changelog: v0.2.20...v0.3.0

Fix Windows compiler warning

01 Mar 01:41
0f6eee8
Compare
Choose a tag to compare
Pre-release

What's Changed

  • change #if _MSC_VER to #ifdef _MSC_VER by @jmklix in #97

New Contributors

Full Changelog: v0.2.19...v0.2.20

v0.2.19

27 Feb 18:17
887ded1
Compare
Choose a tag to compare
v0.2.19 Pre-release
Pre-release

What's Changed

Full Changelog: v0.2.18...v0.2.19

Fix macro usage

12 Jan 19:50
2f9b60c
Compare
Choose a tag to compare
Fix macro usage Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.2.17...v0.2.18