FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

V1 fix kafka datacontenttype issue in to_structured conversion by xSAVIKx · Pull Request #296 · cloudevents/sdk-python · GitHub

V1 fix kafka datacontenttype issue in to_structured conversion - #296

Merged
xSAVIKx merged 6 commits into
v1from
v1-fix-kafka-datacontenttype-295
Jul 11, 2026
Merged

V1 fix kafka datacontenttype issue in to_structured conversion#296
xSAVIKx merged 6 commits into
v1from
v1-fix-kafka-datacontenttype-295

Conversation

xSAVIKx commented May 26, 2026

Copy link
Copy Markdown
Member

Related Issue: #295

Type of change:

  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Description:

The original implementation was removing datacontenttype from the payload and this disconnects Python SDK with others. Although this is not a spec violation AFAIK this is worth changing.
This is kinda of a breaking change for those who rely on the exact message format but only if JSON parsing is in strict mode.

This should be backported to SDK v2 compat layer.


Pre-submission checklist:

  • I have read the CONTRIBUTING.md file.
  • I have signed off my commits using git commit --signoff.
  • I have added tests that prove my fix is effective or that my feature works.
  • I have updated the documentation (README.md, CHANGELOG.md, etc.) as necessary.
  • I have run pre-commit and tox and all checks pass.
  • This pull request is ready to be reviewed.

xSAVIKx and others added 4 commits May 26, 2026 20:04
xSAVIKx changed the title V1 fix kafka datacontenttype 295 V1 fix kafka datacontenttype issue in to_structured conversion May 26, 2026
…nverter

Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com>
xSAVIKx requested a review from a team May 26, 2026 18:16
xSAVIKx self-assigned this May 26, 2026

PlugaruT left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM

…ng stability

Signed-off-by: Yurii Serhiichuk <savik.ne@gmail.com>
xSAVIKx merged commit 6107e9c into v1 Jul 11, 2026
34 of 35 checks passed
xSAVIKx deleted the v1-fix-kafka-datacontenttype-295 branch July 11, 2026 18:39
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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL