File tree Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Expand file tree Collapse file tree 1 file changed +22
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Python SDK for [ CloudEvents] ( https://github.com/cloudevents/spec )
2
2
3
- ** NOTE: This SDK is still considered work in progress, things might (and will) break with every update.**
3
+ ## Status
4
+
5
+ This SDK is still considered a work in progress, therefore things might (and
6
+ will) break with every update.
7
+
8
+ This SDK current supports the following versions of CloudEvents:
9
+ - v0.2
10
+ - v0.1
11
+
12
+ ## Python SDK
4
13
5
14
Package ** cloudevents** provides primitives to work with CloudEvents specification: https://github.com/cloudevents/spec .
6
15
@@ -138,3 +147,15 @@ the same API. It will use semantic versioning with following rules:
138
147
* MAJOR version increments when backwards incompatible changes is introduced.
139
148
* MINOR version increments when backwards compatible feature is introduced INCLUDING support for new CloudEvents version.
140
149
* PATCH version increments when a backwards compatible bug fix is introduced.
150
+
151
+ ## Community
152
+
153
+ - There are bi-weekly calls immediately following the [ Serverless/CloudEvents
154
+ call] ( https://github.com/cloudevents/spec#meeting-time ) at
155
+ 9am PT (US Pacific). Which means they will typically start at 10am PT, but
156
+ if the other call ends early then the SDK call will start early as well.
157
+ See the [ CloudEvents meeting minutes] ( https://docs.google.com/document/d/1OVF68rpuPK5shIHILK9JOqlZBbfe91RNzQ7u_P7YCDE/edit# )
158
+ to determine which week will have the call.
159
+ - Slack: #cloudeventssdk channel under
160
+ [ CNCF's Slack workspace] ( https://slack.cncf.io/ ) .
161
+ - Contact for additional information: Denis Makogon (` @denysmakogon ` on slack).
You can’t perform that action at this time.
0 commit comments