Recent Releases of https://github.com/awslabs/aws-c-event-stream

https://github.com/awslabs/aws-c-event-stream - v0.5.6

What's Changed

  • change stale issue and discussion handling to run once a week by @DmitriyMusatkin in https://github.com/awslabs/aws-c-event-stream/pull/130
  • Refactor client connection for thread safety by @bretambrose in https://github.com/awslabs/aws-c-event-stream/pull/131

Full Changelog: https://github.com/awslabs/aws-c-event-stream/compare/v0.5.5...v0.5.6

- C
Published by bretambrose 11 months ago

https://github.com/awslabs/aws-c-event-stream - v0.5.5

What's Changed

  • make exports consistent by @DmitriyMusatkin in https://github.com/awslabs/aws-c-event-stream/pull/126
  • Fix path for diagram in README by @sfod in https://github.com/awslabs/aws-c-event-stream/pull/127
  • Remove Windows 2019 and add Windows 2025 with MSVC-17 by @TingDaoK in https://github.com/awslabs/aws-c-event-stream/pull/129
  • Continuation termination callback support by @bretambrose in https://github.com/awslabs/aws-c-event-stream/pull/128

New Contributors

  • @sfod made their first contribution in https://github.com/awslabs/aws-c-event-stream/pull/127

Full Changelog: https://github.com/awslabs/aws-c-event-stream/compare/v0.5.4...v0.5.5

- C
Published by bretambrose about 1 year ago

https://github.com/awslabs/aws-c-event-stream - Reduce Max Message Size to 24MB

What's Changed

  • Reduce Max Message Size to 24MB by @waahm7 in https://github.com/awslabs/aws-c-event-stream/pull/125

Full Changelog: https://github.com/awslabs/aws-c-event-stream/compare/v0.5.3...v0.5.4

- C
Published by waahm7 over 1 year ago

https://github.com/awslabs/aws-c-event-stream - Adapt to aws_base64_encode() no longer adding a null terminator

What's Changed

  • Bump AWSEVENTSTREAMMAXHEADERS_SIZE by @graebm in https://github.com/awslabs/aws-c-event-stream/pull/123
  • Adapt to awsbase64encode() no longer adding a null terminator by @graebm in https://github.com/awslabs/aws-c-event-stream/pull/124

Full Changelog: https://github.com/awslabs/aws-c-event-stream/compare/v0.5.2...v0.5.3

- C
Published by waahm7 over 1 year ago

https://github.com/awslabs/aws-c-event-stream - Bump AWS_EVENT_STREAM_MAX_MESSAGE_SIZE to 256MB

What's Changed

  • Bump AWSEVENTSTREAMMAXMESSAGE_SIZE to 256MB by @waahm7 in https://github.com/awslabs/aws-c-event-stream/pull/122

Full Changelog: https://github.com/awslabs/aws-c-event-stream/compare/v0.5.1...v0.5.2

- C
Published by waahm7 over 1 year ago

https://github.com/awslabs/aws-c-event-stream - v0.5.1

What's Changed

  • chore: Modified bug issue template to add checkbox to report potential regression. by @ashishdhingra in https://github.com/awslabs/aws-c-event-stream/pull/116
  • Switch CI to use roles by @DmitriyMusatkin in https://github.com/awslabs/aws-c-event-stream/pull/118
  • A bunch of CMake fixes by @graebm in https://github.com/awslabs/aws-c-event-stream/pull/119

New Contributors

  • @ashishdhingra made their first contribution in https://github.com/awslabs/aws-c-event-stream/pull/116

Full Changelog: https://github.com/awslabs/aws-c-event-stream/compare/v0.5.0...v0.5.1

- C
Published by sfod over 1 year ago

https://github.com/awslabs/aws-c-event-stream - Update Minimum CMake to 3.9

What's Changed

  • Update CMake to 3.9 by @waahm7 in https://github.com/awslabs/aws-c-event-stream/pull/117

Full Changelog: https://github.com/awslabs/aws-c-event-stream/compare/v0.4.3...v0.5.0

- C
Published by waahm7 over 1 year ago

https://github.com/awslabs/aws-c-event-stream - Fix -Wuseless-cast compiler warning for public headers

What's Changed

  • clang-format 18 by @graebm in https://github.com/awslabs/aws-c-event-stream/pull/112
  • Update stale_issue.yml by @jmklix in https://github.com/awslabs/aws-c-event-stream/pull/113
  • Update MacOS to arm64 by @waahm7 in https://github.com/awslabs/aws-c-event-stream/pull/114
  • Fix -Wuseless-cast compiler warning for public headers by @graebm in https://github.com/awslabs/aws-c-event-stream/pull/115

Full Changelog: https://github.com/awslabs/aws-c-event-stream/compare/v0.4.2...v0.4.3

- C
Published by graebm almost 2 years ago

https://github.com/awslabs/aws-c-event-stream - Fix a bunch of places we forget to aws_raise_error()

What's Changed

  • Fix a bunch of places we forget to awsraiseerror() by @graebm in https://github.com/awslabs/aws-c-event-stream/pull/111

Full Changelog: https://github.com/awslabs/aws-c-event-stream/compare/v0.4.1...v0.4.2

- C
Published by TingDaoK over 2 years ago

https://github.com/awslabs/aws-c-event-stream - Fix Variable Len Headers with Empty Value

What's Changed

  • Fix Variable Len Headers with Empty Value by @waahm7 in https://github.com/awslabs/aws-c-event-stream/pull/108

Full Changelog: https://github.com/awslabs/aws-c-event-stream/compare/v0.4.0...v0.4.1

- C
Published by waahm7 over 2 years ago

https://github.com/awslabs/aws-c-event-stream - Change `port` from uint16_t to uint32_t, to support VSOCK

What's Changed

  • added workflow for handling answerable discussions by @yasminetalby in https://github.com/awslabs/aws-c-event-stream/pull/105
  • Change port from uint16t to uint32t, to support VSOCK by @graebm in https://github.com/awslabs/aws-c-event-stream/pull/109

New Contributors

  • @yasminetalby made their first contribution in https://github.com/awslabs/aws-c-event-stream/pull/105

Full Changelog: https://github.com/awslabs/aws-c-event-stream/compare/v0.3.2...v0.4.0

- C
Published by graebm over 2 years ago

https://github.com/awslabs/aws-c-event-stream - v0.3.2

What's Changed

  • Explicit Private for targetlinklibraries by @waahm7 in https://github.com/awslabs/aws-c-event-stream/pull/107

Full Changelog: https://github.com/awslabs/aws-c-event-stream/compare/v0.3.1...v0.3.2

- C
Published by waahm7 almost 3 years ago

https://github.com/awslabs/aws-c-event-stream - v0.3.1

What's Changed

  • add github templates and bots by @jmklix in https://github.com/awslabs/aws-c-event-stream/pull/100
  • Double Terminate Crash by @bretambrose in https://github.com/awslabs/aws-c-event-stream/pull/101

Full Changelog: https://github.com/awslabs/aws-c-event-stream/compare/v0.3.0...v0.3.1

- C
Published by bretambrose about 3 years ago

https://github.com/awslabs/aws-c-event-stream - v0.3.0

What's Changed

  • update builder version to fix aws-lc build on manylinux1 by @TingDaoK in https://github.com/awslabs/aws-c-event-stream/pull/98
  • Fix warnings in public headers by @waahm7 in https://github.com/awslabs/aws-c-event-stream/pull/99

Full Changelog: https://github.com/awslabs/aws-c-event-stream/compare/v0.2.20...v0.3.0

- C
Published by waahm7 about 3 years ago

https://github.com/awslabs/aws-c-event-stream - Fix Windows compiler warning

What's Changed

  • change #if MSCVER to #ifdef MSCVER by @jmklix in https://github.com/awslabs/aws-c-event-stream/pull/97

New Contributors

  • @jmklix made their first contribution in https://github.com/awslabs/aws-c-event-stream/pull/97

Full Changelog: https://github.com/awslabs/aws-c-event-stream/compare/v0.2.19...v0.2.20

- C
Published by graebm over 3 years ago

https://github.com/awslabs/aws-c-event-stream - v0.2.19

What's Changed

  • delete .DS_Store by @graebm in https://github.com/awslabs/aws-c-event-stream/pull/95
  • Cursor header APIs by @bretambrose in https://github.com/awslabs/aws-c-event-stream/pull/96

Full Changelog: https://github.com/awslabs/aws-c-event-stream/compare/v0.2.18...v0.2.19

- C
Published by bretambrose over 3 years ago

https://github.com/awslabs/aws-c-event-stream - Fix macro usage

What's Changed

  • Fix macro usage by @DmitriyMusatkin in https://github.com/awslabs/aws-c-event-stream/pull/94

New Contributors

  • @DmitriyMusatkin made their first contribution in https://github.com/awslabs/aws-c-event-stream/pull/94

Full Changelog: https://github.com/awslabs/aws-c-event-stream/compare/v0.2.17...v0.2.18

- C
Published by graebm over 3 years ago

https://github.com/awslabs/aws-c-event-stream - Add onComplete callback for streaming decoder

What's Changed

  • Add onComplete callback for streaming decoder by @waahm7 in https://github.com/awslabs/aws-c-event-stream/pull/93

Full Changelog: https://github.com/awslabs/aws-c-event-stream/compare/v0.2.16...v0.2.17

- C
Published by waahm7 over 3 years ago

https://github.com/awslabs/aws-c-event-stream - Fix decoding of headers with static value

What's Changed

  • sprintf() -> snprintf() by @graebm in https://github.com/awslabs/aws-c-event-stream/pull/91
  • Update CI to fix downstream build by @waahm7 in https://github.com/awslabs/aws-c-event-stream/pull/90
  • Fix decoding of headers with static value by @waahm7 in https://github.com/awslabs/aws-c-event-stream/pull/92

New Contributors

  • @waahm7 made their first contribution in https://github.com/awslabs/aws-c-event-stream/pull/90

Full Changelog: https://github.com/awslabs/aws-c-event-stream/compare/v0.2.15...v0.2.16

- C
Published by waahm7 over 3 years ago

https://github.com/awslabs/aws-c-event-stream - Event stream rpc client race condition fix

What's Changed

  • Add AppVerifier to CI by @TwistedTwigleg in https://github.com/awslabs/aws-c-event-stream/pull/87
  • Fix continuation race condition and windows test failures by @bretambrose in https://github.com/awslabs/aws-c-event-stream/pull/89

New Contributors

  • @TwistedTwigleg made their first contribution in https://github.com/awslabs/aws-c-event-stream/pull/87

Full Changelog: https://github.com/awslabs/aws-c-event-stream/compare/v0.2.14...v0.2.15

- C
Published by bretambrose almost 4 years ago

https://github.com/awslabs/aws-c-event-stream - Allow mix of static and shared libs

What's Changed

  • fallback for target load by @TingDaoK in https://github.com/awslabs/aws-c-event-stream/pull/86

Full Changelog: https://github.com/awslabs/aws-c-event-stream/compare/v0.2.13...v0.2.14

- C
Published by graebm almost 4 years ago

https://github.com/awslabs/aws-c-event-stream - Partially-constructed server connection crash fixes

  • Fixes several possible crashes related to partial-construction of server connections when the connection notification callback fails

- C
Published by bretambrose almost 4 years ago

https://github.com/awslabs/aws-c-event-stream - Relax client stream id constraints

  • Convert to-client messages on closed streams to non-fatal to the overall connection. There is a time gap between the continuation removal on the client and the end-of-stream notice to the server

- C
Published by bretambrose about 4 years ago

https://github.com/awslabs/aws-c-event-stream - Crash fix and stream-id order fix

  • Fixes an issue where a failed invocation of the onincomingstream callback in the server implementation would lead to a crash
  • Fixes an issue where event stream ids could be submitted out-of-increasing-order to the server depending on what threads the continuation activation was invoked from.

- C
Published by bretambrose about 4 years ago

https://github.com/awslabs/aws-c-event-stream - Add function to to query port of server listener

What's Changed

  • New: awseventstreamrpcserverlistenergetboundport() @graebm in https://github.com/awslabs/aws-c-event-stream/pull/80

Full Changelog: https://github.com/awslabs/aws-c-event-stream/compare/v0.2.9...v0.2.10

- C
Published by graebm about 4 years ago

https://github.com/awslabs/aws-c-event-stream - Fix deprecated header encode API

  • Fixes an issue (only present in v0.2.8) where the deprecated header write API (awseventstreamwriteheaderstobuffer) would always fail

- C
Published by bretambrose about 4 years ago

https://github.com/awslabs/aws-c-event-stream - Security hardening and protocol error JSON fixes

  • adds a significant amount of error-checking and safety-hardening
  • fixes the JSON bodies of several protocol error messages

- C
Published by bretambrose about 4 years ago

https://github.com/awslabs/aws-c-event-stream - CONNECT_ACK bugfix

  • Fix bug where client "forgets" it received CONNECT_ACK (#60)

- C
Published by DavidOgunsAWS over 5 years ago

https://github.com/awslabs/aws-c-event-stream - Fixed gcc newline warning

- C
Published by justinboswell over 5 years ago

https://github.com/awslabs/aws-c-event-stream - Tagged network tests as net tests

- C
Published by justinboswell over 5 years ago

https://github.com/awslabs/aws-c-event-stream - Update CMakeLists.txt to use aws-c-event-stream as a submodule of aws-crt-cpp

  • Update CMakeLists.txt to use aws-c-event-stream as a submodule of aws-crt-cpp (#38)

- C
Published by DavidOgunsAWS almost 6 years ago

https://github.com/awslabs/aws-c-event-stream - fixed mixed static/shared builds.

- C
Published by JonathanHenson almost 7 years ago

https://github.com/awslabs/aws-c-event-stream - CMake build updates

- C
Published by JonathanHenson almost 7 years ago

https://github.com/awslabs/aws-c-event-stream - Initial alpha release

- C
Published by david-koenig over 7 years ago