cloudevents / sdk-ruby

Ruby SDK for CloudEvents
Apache License 2.0
42 stars 13 forks source link

Stalled at 0.7? #75

Open rvowles opened 1 year ago

rvowles commented 1 year ago

This SDK appears to have stalled at 0.7, do you need some help?

dazuma commented 1 year ago

There isn't active development being done right at this moment, as the requirements I directly had for Google Cloud are complete. And, to my knowledge, the required features for the 1.0 spec are complete (although a number of optional features are not implemented). If there are particular issues you're having or particular features you need that are missing, please open issues for them. And yes, if you're interested in contributing, help is definitely welcome, as there currently is only one developer on the Ruby SDK.

dazuma commented 1 year ago

It would probably be a good idea to take one more pass over the interfaces and bump the version to 1.0, though. I'll look into that, probably in the January timeframe.

richardvflux commented 1 month ago

Just checking if you are still working on this @dazuma ?

I have noticed that it doesn't comply to the Attribute rules:

CloudEvents attribute names MUST consist of lower-case letters ('a' to 'z') or digits ('0' to '9') from the ASCII character set. Attribute names SHOULD be descriptive and terse and SHOULD NOT exceed 20 characters in length.

Are you OK with a PR to enforce this rule? You have the exception, just the checking isn't there.

dazuma commented 1 month ago

Hi @richardvflux , yes, go ahead and open a PR.

rvowles commented 1 month ago

thanks @dazuma ! we have opened a couple of issues and will create PRs for them.