From 3a29973d3c9a784423e38c591c842520c91be5f5 Mon Sep 17 00:00:00 2001 From: Octavio Calleya Garcia Date: Sat, 22 Aug 2026 13:23:01 +0300 Subject: [PATCH] feat(sdk-kotlin): mark JSON event format support in Kotlin column The Kotlin SDK now implements the JSON event format (structured-mode application/cloudevents+json and batch-mode application/cloudevents-batch+json) for both v1.0 and v0.3, on every KMP target. Mark the Kotlin cell of the JSON Event Format rows in the feature-support table as supported. 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 afd2222fb..fe1203963 100644 --- a/cloudevents/SDK.md +++ b/cloudevents/SDK.md @@ -185,7 +185,7 @@ Undo it when done: | 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: | -| [JSON](https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/formats/json-format.md) | :heavy_check_mark: | | :heavy_check_mark: | | :heavy_check_mark: | | | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | +| [JSON](https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/formats/json-format.md) | :heavy_check_mark: | | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | | | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | | [Protobuf ](https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/formats/protobuf-format.md) | :heavy_check_mark: | | :heavy_check_mark: | | :x: | | | | :x: | :x: | | Bindings / Content Modes | | [AMQP Binary](https://github.com/cloudevents/spec/blob/v1.0.2/cloudevents/bindings/amqp-protocol-binding.md#31-binary-content-mode) | :heavy_check_mark: | | :heavy_check_mark: | | :x: | | | | :x: | :x: | @@ -209,7 +209,7 @@ Undo it when done: | [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: | +| [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: | :heavy_check_mark: | | [Protobuf](https://github.com/cloudevents/spec/blob/v0.3/protobuf-format.md) | :x: | | :heavy_check_mark: | | :x: | | | | :x: | :x: | | Bindings / Content Modes | | [AMQP Binary](https://github.com/cloudevents/spec/blob/v0.3/amqp-transport-binding.md#31-binary-content-mode) | :x: | | :heavy_check_mark: | | :x: | | | | :x: | :x: |