OpenAPITools / openapi-diff

Utility for comparing two OpenAPI specifications.
Apache License 2.0
780 stars 153 forks source link

Response numeric range increase should be incompatible #550

Closed westse closed 6 months ago

westse commented 11 months ago

As demonstrated by recently added unit tests, increasing a response numeric range is currently deemed compatible, but should be deemed incompatible because the client may be unprepared for the wider range. Ideally it would be incompatible by default, but at least making it configurable would address the need.