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

feat(diff): introducing warning compatibility level #2933

Merged
merged 1 commit into from Apr 28, 2023

Conversation

schafle
Copy link

@schafle schafle commented Apr 27, 2023

This PR just adds a new compatibility level warning. Warning should be used for changes which are technically non-breaking but can cause behavior changes on client.

Implements #2932

@schafle
Copy link
Author

schafle commented Apr 27, 2023

I am open to a better name than "Warning" as "Warning changes" doesn't seem appropriate.

@casualjim
Copy link
Member

Warn is also what's used in other similar tools, like code linters etc. I think this can be expanded upon for users to allow uplifting warnings to errors

Signed-off-by: Suraj Chafle <suraj.chafle@crowdstrike.com>
@casualjim
Copy link
Member

You could maybe rename it to something like: UserImpacting if you prefer but for me Warn is also fine

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.

None yet

2 participants