Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

breaking: rename content type OEMBED to EMBED #272

Merged
merged 3 commits into from
Sep 15, 2021

Conversation

bobaaaaa
Copy link
Contributor

This is a more accurate name for this main type. Because we use this type to transport edge_side_include or oembed element in it.

Question:

This change is not breaking our stored proto article data and an outdated service. But it is a breaking change for a code base which uses tapir. Would we label this as a breaking change?

@bobaaaaa bobaaaaa added 💥 breaking change PR introduces breaking changes to proto/gprc clients 🎁 API API/Model changes labels Aug 30, 2021
@github-actions
Copy link

🔥 Breaking Changes

stroeer/core/v1/article.proto:231:13:Enum value "5" on enum "ContentType" changed name from "OEMBED" to "EMBED".

@bobaaaaa bobaaaaa mentioned this pull request Aug 30, 2021
@bobaaaaa bobaaaaa added this to the tapir 0.21.0 milestone Aug 31, 2021
@moritzzimmer
Copy link
Member

This is a more accurate name for this main type. Because we use this type to transport edge_side_include or oembed element in it.

Question:

This change is not breaking our stored proto article data and an outdated service. But it is a breaking change for a code base which uses tapir. Would we label this as a breaking change?

This should be wire compatible for gRPC users (would be breaking for users of a REST API), so should be able to safely release this.

@github-actions
Copy link

github-actions bot commented Sep 6, 2021

🔥 Breaking Changes

stroeer/core/v1/article.proto:231:13:Enum value "5" on enum "ContentType" changed name from "OEMBED" to "EMBED".

@thisismana thisismana merged commit a01baeb into master Sep 15, 2021
@thisismana thisismana deleted the breaking--rename-main-type branch September 15, 2021 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎁 API API/Model changes 💥 breaking change PR introduces breaking changes to proto/gprc clients
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants