Skip to content

Commit 4a199d4

Browse files
authored
Merge pull request #44 from duglin/editreadme
add helpful text to README
2 parents 98e476d + 716854d commit 4a199d4

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

README.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,13 @@ Official CloudEvents' SDK for JavaScript.
1313

1414
<img src="https://github.com/cncf/artwork/blob/master/projects/cloudevents/horizontal/color/cloudevents-horizontal-color.png" width="300" height="58" alt="CloudEvents logo">
1515

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
1823

1924
**Checkout the [changelog](./CHANGELOG.md) to see what's going on!**
2025

@@ -356,3 +361,15 @@ Cloudevent Receiver.parse(Object, Map)
356361
> Learn about [Builder Design Pattern](https://en.wikipedia.org/wiki/Builder_pattern)
357362
>
358363
> 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

Comments
 (0)