File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ native ecosystem by making our systems interoperable with CloudEvents.
120120 docs] ( https://drive.google.com/drive/folders/1eKH-tVNV25jwkuBEoi3ESqvVjNRlJqYX?usp=sharing )
121121- [ Demos & open source] ( docs/README.md ) -- if you have something to share
122122 about your use of CloudEvents, please submit a PR!
123+ - [ Potential CloudEvents v2 work items] ( v2.md )
123124- [ Code of Conduct] ( https://github.com/cncf/foundation/blob/master/code-of-conduct.md )
124125
125126### Security Concerns
Original file line number Diff line number Diff line change 1+ # CloudEvents Version 2 Consideration List
2+
3+ The list below contains the set of changes that the group had identified as
4+ potential candidates for a v2 of the CloudEvents specification. There no
5+ guarantee as to when, or if, a v2 might happen, or that any of these will be
6+ adopted. Rather this list is just a reminder to consider them so that we can
7+ reduce the number of open issues and PRs on our backlog.
8+
9+ - [ Do we want a new optional "mustunderstand" core attribute] ( https://github.com/cloudevents/spec/issues/1321 )
10+ - [ Why does the HTTP binding for batch require the same spec version for all events in the batch?] ( https://github.com/cloudevents/spec/issues/807 )
11+ - [ handling of datacontenttype is inconsistent] ( https://github.com/cloudevents/spec/issues/558 )
12+ - [ fix(protobuf)!: Expose CloudEvent structure with explicit fields] ( https://github.com/cloudevents/spec/pull/1354 )
13+
14+
You can’t perform that action at this time.
0 commit comments