forked from pool/aws-crt-cpp
Accepting request 993740 from home:glaubitz:branches:devel:libraries:c_c++
- Update to version 0.17.34 * Support/DELAYLOAD DLLs by @graebm in (#387) - from version 0.17.33 * Fixes an mqtt client issue where calling disconnect did not properly clean up some session state - from version 0.17.32 * Fixes an issue where the eventstream client would close the connection if it received data from an old stream. There is no mechanism to ensure there is no inbound data in transit at the time it closes its end of a stream, so the client instead ignores stale messages. - from version 0.17.31 * Update io and eventstream submodules to pull in crash and stream id ordering fixes - from version 0.17.30 * Document building for Apple silicon (M1). by @graebm in (#375) * MQTT builder custom authorizer support by @TwistedTwigleg in (#374) OBS-URL: https://build.opensuse.org/request/show/993740 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-crt-cpp?expand=0&rev=3
This commit is contained in:
parent
ef5149aefe
commit
8a72a8952d
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 8 10:18:15 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to version 0.17.34
|
||||
* Support/DELAYLOAD DLLs by @graebm in (#387)
|
||||
- from version 0.17.33
|
||||
* Fixes an mqtt client issue where calling disconnect
|
||||
did not properly clean up some session state
|
||||
- from version 0.17.32
|
||||
* Fixes an issue where the eventstream client would close the
|
||||
connection if it received data from an old stream. There is
|
||||
no mechanism to ensure there is no inbound data in transit
|
||||
at the time it closes its end of a stream, so the client
|
||||
instead ignores stale messages.
|
||||
- from version 0.17.31
|
||||
* Update io and eventstream submodules to pull in crash
|
||||
and stream id ordering fixes
|
||||
- from version 0.17.30
|
||||
* Document building for Apple silicon (M1). by @graebm in (#375)
|
||||
* MQTT builder custom authorizer support by @TwistedTwigleg in (#374)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 19 11:42:09 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define library_soversion 1
|
||||
|
||||
Name: aws-crt-cpp
|
||||
Version: 0.17.29
|
||||
Version: 0.17.34
|
||||
Release: 0
|
||||
Summary: AWS C++ wrapper for AWS SDK C libraries
|
||||
License: Apache-2.0
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ae8f1947d304c4e9c5852854bd2b69f31b1e636d693f2abedd8391a3e100a7d
|
||||
size 238761
|
3
v0.17.34.tar.gz
Normal file
3
v0.17.34.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3956c1d58a5aae0da8f4d614875b525b4143538bf4091128e443d1f60d822643
|
||||
size 241157
|
Loading…
x
Reference in New Issue
Block a user