docs: remove 0.1, 0.2 spec support from README
Signed-off-by: Grant Timmerman <timmerman+devrel@google.com>
This commit is contained in:
parent
fbcbcec4e8
commit
56036b09dd
28
README.md
28
README.md
|
@ -89,23 +89,23 @@ npm install cloudevents-sdk
|
||||||
|
|
||||||
These are the supported specifications by this version.
|
These are the supported specifications by this version.
|
||||||
|
|
||||||
| **Specifications** | v0.1 | v0.2 | v0.3 | **v1.0** |
|
| **Specifications** | v0.3 | **v1.0** |
|
||||||
|---------------------------------------|------|------|------|----------|
|
|---------------------------------------|------|----------|
|
||||||
| CloudEvents | no | no | yes | yes |
|
| CloudEvents | yes | yes |
|
||||||
| HTTP Transport Binding - Structured | no | no | yes | yes |
|
| HTTP Transport Binding - Structured | yes | yes |
|
||||||
| HTTP Transport Binding - Binary | no | no | yes | yes |
|
| HTTP Transport Binding - Binary | yes | yes |
|
||||||
| JSON Event Format | no | no | yes | yes |
|
| JSON Event Format | yes | yes |
|
||||||
|
|
||||||
### What we can do
|
### What we can do
|
||||||
|
|
||||||
| **What** | v0.1 | v0.2 | v0.3 | **v1.0** |
|
| **What** | v0.3 | **v1.0** |
|
||||||
|-------------------------------------|--------|------|------|----------|
|
|-------------------------------------|------|----------|
|
||||||
| Create events | no | no | yes | yes |
|
| Create events | yes | yes |
|
||||||
| Emit Structured events over HTTP | no | no | yes | yes |
|
| Emit Structured events over HTTP | yes | yes |
|
||||||
| Emit Binary events over HTTP | no | no | yes | yes |
|
| Emit Binary events over HTTP | yes | yes |
|
||||||
| JSON Event Format | no | no | yes | yes |
|
| JSON Event Format | yes | yes |
|
||||||
| Receive Structured events over HTTP | **no** | no | yes | yes |
|
| Receive Structured events over HTTP | yes | yes |
|
||||||
| Receive Binary events over HTTP | **no** | no | yes | yes |
|
| Receive Binary events over HTTP | yes | yes |
|
||||||
|
|
||||||
## How to use
|
## How to use
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue