docs: mark Kotlin SDK as supporting v1.0 and v0.3 CloudEvents Core#1393
Open
octaviospain wants to merge 1 commit into
Open
docs: mark Kotlin SDK as supporting v1.0 and v0.3 CloudEvents Core#1393octaviospain wants to merge 1 commit into
octaviospain wants to merge 1 commit into
Conversation
Collaborator
|
I like your optimism that your reviewer will approve: cloudevents/sdk-kotlin#18 |
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 <octavio@transgressoft.net>
octaviospain
force-pushed
the
kotlin-v1.0-core-feature-support
branch
from
July 20, 2026 21:11
a587f10 to
4015b2e
Compare
Contributor
Author
|
I finally made it :) But forgot that first cloudevents/sdk-kotlin#15 and cloudevents/sdk-kotlin#16 need to be merged too. Will take care of that tomorrow |
Contributor
Author
|
@duglin version 0.1.0 was released https://central.sonatype.com/search?q=cloudevents-kotlin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Marks the Kotlin column for CloudEvents Core under both v1.0 and v0.3 in the SDK feature support table.
The CloudEvents Kotlin SDK implements the core event model for both supported wire versions: the v1.0 and v0.3 context attribute sets (including v0.3's
schemaurlanddatacontentencoding), the attribute type system with canonical-string round-tripping, attribute naming rules, extension attributes, and version-aware validation (strict and lenient modes).Only the
CloudEvents Corerows are updated. Event formats, protocol bindings, and the v0.3Map/Anyvalue types (whose canonical form is JSON) are not yet implemented in the Kotlin SDK and remain blank; those cells will be filled as the corresponding modules land.