redskap / swagger-brake

Swagger contract checker for breaking API changes
Apache License 2.0
59 stars 16 forks source link

Report all changes optionally #95

Closed gituserjava closed 4 months ago

gituserjava commented 1 year ago

Currently it shows only breaking changes. Is there a way it can report call the changes if we pass additional flags? For example, if we are adding new attributes to request body or response body it is not treating it as a breaking change but for a business scenario it might be a change that needs to be alerted. Please let me know

galovics commented 4 months ago

@gituserjava implemented on master. New option is added to the CLI client, see the docs: https://redskap.github.io/swagger-brake/configuration/#ignoring-specific-breaking-changes