-
Notifications
You must be signed in to change notification settings - Fork 160
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
Change of 'default' not detected #484
Comments
@michael-schnell Thanks for reporting this! I think adding a default for a property is a compatible change and removing it is a breaking change. What do you think? |
This is difficult. I guess this depends on where the default is located (request or response) and what kind of change it is.
This means that the default only matters when Response (Backward compatibility required)
Request (Forward compatibility required)
|
So "default" changes detection is fixed in the scope of #717, marked as duplicate and closed. But PR #718 assumes these changes as compatible. So will add this issue to the Discussion to consider @michael-schnell previous comment. |
Currently adding/changing/removing a 'default' is not detected.
V1
V2 (with 'default' added)
Same with changing/removing it.
The text was updated successfully, but these errors were encountered: