Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

aws-c-http-0.11.0-1.3 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: aws-c-http Distribution: openSUSE Tumbleweed
Version: 0.11.0 Vendor: openSUSE
Release: 1.3 Build date: Fri May 22 09:41:41 2026
Group: Development/Libraries/C and C++ Build host: reproducible
Size: 70078 Source RPM: aws-c-http-0.11.0-1.3.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/awslabs/aws-c-http
Summary: C99 implementation of the HTTP/1.1 and HTTP/2 specifications
C99 implementation of the HTTP/1.1 and HTTP/2 specifications.

Provides

Requires

License

Apache-2.0

Changelog

* Fri May 22 2026 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to 0.11.0
    * Fix rounding error in hpack resizing by @DmitriyMusatkin in (#559)
  - from version 0.10.15
    * builder -> v0.9.92 and clang-latest by @sbSteveK in (#557)
    * [fix] h2 double complete by @TingDaoK in (#558)
* Wed Apr 01 2026 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to 0.10.14
    * Unified write data API by @azkrishpy in (#552)
  - from version 0.10.13
    * Support on_h2_remote_end_stream by @TingDaoK in (#554)
* Mon Mar 23 2026 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to 0.10.12
    * Introduce max concurrent streams for stream manager by @TingDaoK in (#553)
* Tue Mar 03 2026 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to 0.10.11
    * Fail http proxy configuration when using SecItem by @xiazhvera in (#551)
* Fri Feb 06 2026 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to 0.10.10
    * Fix h2 stream manager initial settings not passed correctly and
      log the headers by @TingDaoK in (#544)
* Fri Jan 09 2026 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to 0.10.9
    * Automate the renew of the cert used in test by @TingDaoK in (#540)
    * Revert "Fix CI issues" by @azkrishpy in (#542)
* Mon Jan 05 2026 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to 0.10.8
    * Fix CI issues by @azkrishpy in (#538)
    * Update cert as it's expired by @TingDaoK in (#539)
    * Add helper to check for transient errors by @azkrishpy in (#537)
* Tue Nov 11 2025 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to 0.10.7
    * Update mock server by @azkrishpy in (#534)
    * Configurable ports for HTTP/1.1 mock server by @azkrishpy in (#535)
* Tue Oct 21 2025 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to 0.10.6
    * Add no_proxy_hosts configuration to proxy options/config
      by @alextwoods in (#532)
  - from version 0.10.5
    * Change stale issue and discussion handling to run once a week
      by @DmitriyMusatkin in (#529)
    * Fix warnings found by the Undefined Behavior Sanitizer
      by @bjosv in (#530)
    * Move away from https://postman-echo.com by @TingDaoK in (#533)
* Tue Jul 22 2025 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to 0.10.4
    * [fix] failed to compile on FreeBSD by @TingDaoK in (#527)
  - from version 0.10.3
    * Remove Windows 2019 and add Windows 2025 with MSVC-17 by @TingDaoK in (#521)
    * Support no_proxy exactly like CURL by @TingDaoK in (#522)
* Tue Jun 10 2025 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to 0.10.2
    * Remove clang-3 from CI by @sbSteveK in (#518)
    * Stop sending empty data frame when input stream ends but
      the request stream is not ending. by @TingDaoK in (#520)
* Wed May 14 2025 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to 0.10.1
    * Fix mock server window update on 0 length body by @TingDaoK in (#517)
* Wed May 07 2025 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to 0.10.0
    * Fix initial settings for h2 by @TingDaoK in (#513)
    * Update h2 windowing algo and http client benchmark by @TingDaoK in (#388)
      + Batching up the window update frame until the window size drops
      below the threshold for both manual and auto window management
      + Initial window size now be required for HTTP/2 connection on
      manual window management now.
* Sun Apr 20 2025 Andreas Stieger <andreas.stieger@gmx.de>
  - update to 0.9.7:
    * fix: H2 manual write triggers the stream complete test
    * make exports more consistent
    * report the error back to write complete
  - minor spec file tweaks
* Wed Apr 02 2025 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to 0.9.6
    * Fix Error Handling For Connection Manager by @waahm7 in (#507)
    * h1_decoder error on multiple content-length headers by @quinnj in (#509)
    * Apple Network Framework Support by @xiazhvera in (#502)
* Tue Mar 18 2025 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to version 0.9.5
    * HTTP/1: Support streaming requests of unknown length
      by @graebm in (#506)
* Wed Mar 12 2025 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to version 0.9.4
    * Some trivial fixup on tests by @graebm in (#503)
    * Move h1_stream variables, to make thread usage more explicit
      by @graebm in (#504)
    * Supprt response_first_byte_timeout_ms in ConnectionManagerOptions
      by @waahm7 in (#505)
* Thu Jan 30 2025 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to version 0.9.3
    * Switch CI to use roles by @DmitriyMusatkin in (#494)
    * Fix CI for GCC-13 on Ubuntu-18 by @waahm7 in (#496)
    * A bunch of CMake fixes by @graebm in (#497)
  - Drop ach_fix-cmake-modules-path.patch, fixed upstream
* Thu Nov 14 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to version 0.9.2
    * Update for event loop API changes by @bretambrose in (#491)
* Tue Nov 12 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to version 0.9.1
    * chore: Modified bug issue template to add checkbox to
      report potential regression. by @ashishdhingra in (#486)
    * Add cxx support by @subdiox in (#490)
* Thu Oct 24 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to version 0.9.0
    * Tweak error message for AWS_ERROR_HTTP_RESPONSE_FIRST_BYTE_TIMEOUT
      by @graebm in (#488)
    * Update CMake to 3.9 by @waahm7 in (#489)
* Tue Sep 17 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to version 0.8.10
    * Increase timeout for http integration tests by @TingDaoK in (#487)
  - from version 0.8.9
    * Fix max_pending_connection_acquisitions to respect connection
      pool size by @waahm7 in (#485)
* Mon Aug 26 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to version 0.8.8
    * Fix websocket shutdown behavior by @TingDaoK in (#483)
  - from version 0.8.7
    * Connection shutdown with buffered data by @TingDaoK in (#482)
* Wed Aug 07 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to version 0.8.6
    * Connection Manager Acquisition Timeout by @waahm7 in (#479)
    * Support MaxPendingConnectionAcquisitions by @waahm7 in (#481)
* Wed Jul 31 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to version 0.8.5
    * Update MacOS to arm64 by @waahm7 in (#476)
    * Update stale issue bot permissions by @jmklix in (#478)
    * Adapt change from "TLS deliver buffer data during shutdown"
      by @TingDaoK in (#474)
* Mon Jul 15 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to version 0.8.4
    * Mark the network interface API experimental by @waahm7 in (#475)
  - from version 0.8.3
    * clang-format 18 by @graebm in (#469)
    * Bind to a list of Network Interfaces by @waahm7 in (#471)
* Wed Jun 05 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to version 0.8.2
    * Mark some missing Network tests as net_tests. by @waahm7 in (#465)
    * Add test where connection shuts down before response completes
      by @graebm in (#468)
* Tue Feb 20 2024 Dominique Leuenberger <dimstar@opensuse.org>
  - Use %autosetup macro. Allows to eliminate the usage of deprecated
    %patchN.
* Mon Feb 19 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to version 0.8.1
    * Minor GitHub workflow changes by @kellertk in (#461)
    * Fix a bunch of places we forget to aws_raise_error() by @graebm in (#462)
    * API to query http server listener endpoint by @bretambrose in (#463)
* Wed Jan 03 2024 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to version 0.8.0
    * Correct the doc about unactivated stream and add test by @TingDaoK in (#460)
    * Change `port` from uint16_t to uint32_t to support VSOCK by @graebm in (#457)
  - from version 0.7.15
    * sizeof('c') == 4, not 1: Fix overallocation by @nabijaczleweli in (#459)
    * Add support for cancel stream by @TingDaoK in (#458)
* Tue Nov 21 2023 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to version 0.7.14
    * system vtables: Use full function names,
      for better grepping by @graebm in (#454)
    * Request idle timeout by @TingDaoK in (#456)
* Fri Sep 22 2023 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to version 0.7.13
    * Added workflow for handling answerable discussions by @yasminetalby in (#449)
    * Remove unused headers code in elasticurl by @quinnj in (#452)
    * Update CERT by @waahm7 in (#453)
* Wed Aug 30 2023 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to version 0.7.12
    * Explicit Private for target_link_libraries by @waahm7 in (#450)
* Wed Jul 12 2023 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to version 0.7.11
    * Skip empty string for proxy env var by @TingDaoK in (#446)
* Wed Jun 07 2023 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to version 0.7.10
    * Adapt to aws_future changes by @graebm in (#445)
* Mon Jun 05 2023 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to version 0.7.9
    * Move to postman-echo.com from httpbin.org by @waahm7 in (#442)
    * Update time to ancient by @jmklix in (#441)
    * aws_future<aws_http_message *> by @graebm in (#443)
    * Use latest aws-crt-builder by @graebm in (#444)
* Tue May 16 2023 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to version 0.7.8
    * Add github templates and bots by @jmklix in (#436)
    * Update builder version to fix aws-lc build on manylinux1 by @TingDaoK in (#437)
    * Fix compiler warnings about missing void by @graebm in (#438)
    * HTTP stream telemetry api by @TingDaoK in (#433)
    * Fix warnings in public headers by @waahm7 in (#440)
* Tue Apr 18 2023 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to version 0.7.7
    * Support for host resolution override per
      connection by @bretambrose in (#434)
* Fri Mar 24 2023 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to version 0.7.6
    * Skip local server setup when tests are disabled by @graebm in (#429)
    * Remove sanitizer blacklist by @DmitriyMusatkin in (#432)
    * Throw better errors for h2 manual write instead
      of invalid state error by @waahm7 in (#430)
    * Handle connection close corner case by @TingDaoK in (#431)
* Wed Mar 01 2023 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to version 0.7.5
    * Change #if _MSC_VER to #ifdef _MSC_VER by @jmklix in (#427)
* Mon Feb 06 2023 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to version 0.7.4
    * Proxy config new crash by @TingDaoK in (#423)
    * Adapt to renamed class from aws-c-common by @graebm in (#422)
    * Add ProxyConfig new from ProxyOptions & TLS info by @waahm7 in (#421)
* Mon Jan 16 2023 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to version 0.7.3
    * Stop hitting example.com in tests by @graebm in (#420)
  - from version 0.7.2
    * Fix http2 manual write by @waahm7 in (#419)
* Wed Jan 04 2023 John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
  - Update to version 0.7.1
    * Fix macro usage by @DmitriyMusatkin in (#411)
    * Revise "Better helper functions for querying header
      values (#412)" by @graebm in (#414)
    * Validate websocket handshake response by @graebm in (#410)
    * More websocket handshake validation by @graebm in (#415)
    * Improve websocket error reporting by @graebm in (#416)
    * Websocket automatically responds to PING with PONG by @graebm in (#417)
    * Websocket: Validate UTF-8 in text payloads by @graebm in (#418)

Files

/usr/bin/elasticurl
/usr/bin/h2benchmark
/usr/share/licenses/aws-c-http
/usr/share/licenses/aws-c-http/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Sun Aug 2 01:54:38 2026