Package Release Info

aws-c-event-stream-0.4.2-bp160.1.11

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

aws-c-event-stream-devel
libaws-c-event-stream1

Change Logs

* Tue May 21 2024 Dominique Leuenberger <dimstar@opensuse.org>
- Use %autosetup macro: allows us to eliminate usage of deprecated
  %patchN syntax.
* Mon Feb 19 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.4.2
  * Fix a bunch of places we forget to aws_raise_error() by @graebm in (#111)
- from version 0.4.1
  * Fix Variable Len Headers with Empty Value by @waahm7 in (#108)
- from version 0.4.0
  * 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)
* Fri Aug 25 2023 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.3.2
  * Explicit Private for target_link_libraries by @waahm7 in (#107)
* Wed Jul 05 2023 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.3.1
  * Add Github templates and bots by @jmklix in (#100)
  * Double Terminate Crash by @bretambrose in (#101)
* Wed Jun 14 2023 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.3.0
  * Update builder version to fix aws-lc build on manylinux1 by @TingDaoK in (#98)
  * Fix warnings in public headers by @waahm7 in (#99)
* Wed Mar 01 2023 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.2.20
  * Change #if _MSC_VER to #ifdef _MSC_VER by @jmklix in (#97)
* Tue Feb 28 2023 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.2.19
  * Delete .DS_Store by @graebm in (#95)
  * Cursor header APIs by @bretambrose in (#96)
* Wed Jan 18 2023 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.2.18
  * Fix macro usage by @DmitriyMusatkin in (#94)
- from version 0.2.17
  * Add onComplete callback for streaming decoder by @waahm7 in (#93)
- from version 0.2.16
  * sprintf() -> snprintf() by @graebm in (#91)
  * Update CI to fix downstream build by @waahm7 in (#90)
  * Fix decoding of headers with static value by @waahm7 in (#92)
* Wed Oct 05 2022 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.2.15
  * Add AppVerifier to CI by @TwistedTwigleg in (#87)
  * Fix continuation race condition and windows test
    failures by @bretambrose in (#89)
* Fri Sep 02 2022 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to version 0.2.14
  * Allow mix of static and shared libs
    + Fallback for target load by @TingDaoK in (#86)