forked from pool/aws-c-event-stream
Accepting request 989162 from home:glaubitz:branches:devel:libraries:c_c++
- Update to version 0.2.12 * 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 - from version 0.2.11 * Crash fix and stream-id order fix + Fixes an issue where a failed invocation of the on_incoming_stream 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. - from version 0.2.10 * Add function to to query port of server listener + New: aws_event_stream_rpc_server_listener_get_bound_port() OBS-URL: https://build.opensuse.org/request/show/989162 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/aws-c-event-stream?expand=0&rev=15
This commit is contained in:
@@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 14 12:54:41 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to version 0.2.12
|
||||||
|
* 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
|
||||||
|
- from version 0.2.11
|
||||||
|
* Crash fix and stream-id order fix
|
||||||
|
+ Fixes an issue where a failed invocation of the on_incoming_stream
|
||||||
|
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.
|
||||||
|
- from version 0.2.10
|
||||||
|
* Add function to to query port of server listener
|
||||||
|
+ New: aws_event_stream_rpc_server_listener_get_bound_port()
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu May 19 11:23:50 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Thu May 19 11:23:50 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
@@ -20,7 +20,7 @@
|
|||||||
%define library_version 1.0.0
|
%define library_version 1.0.0
|
||||||
%define library_soversion 1
|
%define library_soversion 1
|
||||||
Name: aws-c-event-stream
|
Name: aws-c-event-stream
|
||||||
Version: 0.2.9
|
Version: 0.2.12
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: C99 implementation of the vnd.amazon.eventstream content-type
|
Summary: C99 implementation of the vnd.amazon.eventstream content-type
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
3
v0.2.12.tar.gz
Normal file
3
v0.2.12.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:cc4ebfe715d8df5b9e3f4a3ce9b67d5f480017a7ebbbfa1d5e64ea53ec672580
|
||||||
|
size 65795
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:920865e8729f7dc70d2d972e7e779fcb241c997573874b2a512b554fc4360211
|
|
||||||
size 64695
|
|
Reference in New Issue
Block a user