@@ -89,23 +89,23 @@ npm install cloudevents-sdk
89
89
90
90
These are the supported specifications by this version.
91
91
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 |
98
98
99
99
### What we can do
100
100
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 |
109
109
110
110
## How to use
111
111
0 commit comments