awslabs / aws-c-event-stream

C99 implementation of the vnd.amazon.eventstream content-type.
Apache License 2.0
33 stars 46 forks source link

Shared libary without SO version #54

Open glaubitz opened 3 years ago

glaubitz commented 3 years ago

With the last release, aws-c-event-stream dropped its SO version.

However, this is not allowed according to spec as SO versions are mandatory for shared libraries.

Please see the full explanation that I gave for aws-c-common here: https://github.com/awslabs/aws-c-common/issues/698

yasminetalby commented 1 year ago

Hello @glaubitz ,

I sincerely apologies for the delay of answer on this submission. We really appreciate your feedback. This has been added to our backlog. I will post an update here once this issue is resolved.

Sincerely,

Yasmine

jmklix commented 7 months ago

This should be fixed with the linked PR