@@ -13,8 +13,13 @@ Official CloudEvents' SDK for JavaScript.
13
13
14
14
<img src =" https://github.com/cncf/artwork/blob/master/projects/cloudevents/horizontal/color/cloudevents-horizontal-color.png " width =" 300 " height =" 58 " alt =" CloudEvents logo " >
15
15
16
- ** NOTE: This SDK is still considered work in progress, things might (and will)
17
- break with every update.**
16
+ ## Status
17
+
18
+ This SDK is still considered a work in progress, therefore things might (and
19
+ will) break with every update.
20
+
21
+ This SDK current supports the following versions of CloudEvents:
22
+ - v1.0
18
23
19
24
** Checkout the [ changelog] ( ./CHANGELOG.md ) to see what's going on!**
20
25
@@ -356,3 +361,15 @@ Cloudevent Receiver.parse(Object, Map)
356
361
> Learn about [ Builder Design Pattern] ( https://en.wikipedia.org/wiki/Builder_pattern )
357
362
>
358
363
> Check out the produced event payload using this [ tool] ( https://webhook.site )
364
+
365
+ ## Community
366
+
367
+ - There are bi-weekly calls immediately following the [ Serverless/CloudEvents
368
+ call] ( https://github.com/cloudevents/spec#meeting-time ) at
369
+ 9am PT (US Pacific). Which means they will typically start at 10am PT, but
370
+ if the other call ends early then the SDK call will start early as well.
371
+ See the [ CloudEvents meeting minutes] ( https://docs.google.com/document/d/1OVF68rpuPK5shIHILK9JOqlZBbfe91RNzQ7u_P7YCDE/edit# )
372
+ to determine which week will have the call.
373
+ - Slack: #cloudeventssdk channel under
374
+ [ CNCF's Slack workspace] ( https://slack.cncf.io/ ) .
375
+ - Contact for additional information: Fabio José (` @fabiojose ` on slack).
0 commit comments