From 4015b2ea9d88706ad646d2d103fe82d2f910311d Mon Sep 17 00:00:00 2001 From: Octavio Calleya Garcia Date: Mon, 20 Jul 2026 22:09:58 +0300 Subject: [PATCH] docs: mark Kotlin SDK as supporting v1.0 and v0.3 CloudEvents Core The CloudEvents Kotlin SDK implements the core event model for both supported wire versions: the v1.0 and v0.3 context attributes, the attribute type system, naming rules, extensions, and version-aware validation. Reflect this in the SDK feature support table. Signed-off-by: Octavio Calleya Garcia --- cloudevents/SDK.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cloudevents/SDK.md b/cloudevents/SDK.md index f6f66cca2..afd2222fb 100644 --- a/cloudevents/SDK.md +++ b/cloudevents/SDK.md @@ -181,7 +181,7 @@ Undo it when done: | Feature | C# | Go | Java | Kotlin | JS | PHP | PS | Python | Ruby | Rust | |:----------------------------------------------------------------------------------------------------------------------------------------------| :-: | :-: | :--: | :--: | :-: | :-: | :-: | :----: | :--: | :--: | | **[v1.0](https://github.com/cloudevents/spec/tree/v1.0)** | -| [CloudEvents Core](https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/spec.md) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | +| [CloudEvents Core](https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/spec.md) | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | | Event Formats | | [Avro](https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/formats/avro-format.md) | :heavy_check_mark: | | :x: | | :x: | | | | :x: | :x: | | [Avro Compact](https://github.com/cloudevents/spec/blob/main/cloudevents/working-drafts/avro-compact-format.md) | :heavy_check_mark: | | :x: | | :x: | | | | | :x: | @@ -206,7 +206,7 @@ Undo it when done: | [RabbitMQ](https://github.com/knative-extensions/eventing-rabbitmq/blob/main/cloudevents-protocol-spec/spec.md) | :x: | | | | | | | | | | | | | **[v0.3](https://github.com/cloudevents/spec/tree/v0.3)** | -| [CloudEvents Core](https://github.com/cloudevents/spec/blob/v0.3/spec.md) | :x: | :heavy_check_mark: | :heavy_check_mark: | | :heavy_check_mark: | :x: | :x: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | +| [CloudEvents Core](https://github.com/cloudevents/spec/blob/v0.3/spec.md) | :x: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | :x: | :x: | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | | Event Formats | | [AMQP](https://github.com/cloudevents/spec/blob/v0.3/amqp-format.md) | :x: | | :x: | | :x: | | | | :x: | :x: | | [JSON](https://github.com/cloudevents/spec/blob/v0.3/json-format.md) | :x: | | :heavy_check_mark: | | :heavy_check_mark: | | | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: |