Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion cloudevents/v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,8 @@ reduce the number of open issues and PRs on our backlog.
- [handling of datacontenttype is inconsistent](https://github.com/cloudevents/spec/issues/558)
- [fix(protobuf)!: Expose CloudEvent structure with explicit fields](https://github.com/cloudevents/spec/pull/1354)
- [The case for minor version](https://github.com/cloudevents/spec/pull/1032)

- [How should we handle text_data in proto](https://github.com/cloudevents/spec/issues/1186)
- [Discussion on CloudEvent data and transcoding](https://github.com/cloudevents/spec/issues/1204)
- [For discussion: SDK conformance tests](https://github.com/cloudevents/spec/issues/1181)
- [Discussion of the meaning of optional](https://github.com/cloudevents/spec/issues/1215)
- [JSON format spec review (for scope creep, ambiguity etc)](https://github.com/cloudevents/spec/issues/963)
9 changes: 9 additions & 0 deletions cloudevents/working-drafts/xml-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
This format specification for CloudEvents defines how events are expressed
in XML documents.

The following are related to this specification but have been closed
due to inactivity. If someone would like to reopen, and drive to completion,
any of these issues please comment in the issue(s).
- [Create a PR with some tweaks to the wording about relationship of context attrs and data](https://github.com/cloudevents/spec/issues/1250#top)
- [Create an issue for CE xsi type](https://github.com/cloudevents/spec/issues/1238#top)
- [XSD - Provide concrete XSD that XML Documents can Validated against](https://github.com/cloudevents/spec/issues/1015#top)
- [Named Element 'ExtensionAttributes' of Type any](https://github.com/cloudevents/spec/issues/1014#top)
- [add some info about extension attributes](https://github.com/cloudevents/spec/pull/1335)

## Status of this document

This document is a working draft.
Expand Down