@@ -89,23 +89,23 @@ npm install cloudevents-sdk
8989
9090These are the supported specifications by this version.
9191
92- | ** Specifications** | v0.1 | v0.2 | v0. 3 | ** v1.0** |
93- | ---------------------------------------| ------| ------| ------ | ------ ----|
94- | CloudEvents | no | no | yes | yes |
95- | HTTP Transport Binding - Structured | no | no | yes | yes |
96- | HTTP Transport Binding - Binary | no | no | yes | yes |
97- | JSON Event Format | no | no | yes | yes |
92+ | ** Specifications** | v0.3 | ** v1.0** |
93+ | ---------------------------------------| ------| ----------|
94+ | CloudEvents | yes | yes |
95+ | HTTP Transport Binding - Structured | yes | yes |
96+ | HTTP Transport Binding - Binary | yes | yes |
97+ | JSON Event Format | yes | yes |
9898
9999### What we can do
100100
101- | ** What** | v0.1 | v0.2 | v0. 3 | ** v1.0** |
102- | -------------------------------------| -------- | ------ | ------ | ----------|
103- | Create events | no | no | yes | yes |
104- | Emit Structured events over HTTP | no | no | yes | yes |
105- | Emit Binary events over HTTP | no | no | yes | yes |
106- | JSON Event Format | no | no | yes | yes |
107- | Receive Structured events over HTTP | ** no ** | no | yes | yes |
108- | Receive Binary events over HTTP | ** no ** | no | yes | yes |
101+ | ** What** | v0.3 | ** v1.0** |
102+ | -------------------------------------| ------| ----------|
103+ | Create events | yes | yes |
104+ | Emit Structured events over HTTP | yes | yes |
105+ | Emit Binary events over HTTP | yes | yes |
106+ | JSON Event Format | yes | yes |
107+ | Receive Structured events over HTTP | yes | yes |
108+ | Receive Binary events over HTTP | yes | yes |
109109
110110## How to use
111111
0 commit comments