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

Fixed issue with optional parameters when diffing #237

Merged
merged 3 commits into from
Jan 20, 2024
Merged

Conversation

daveshanley
Copy link
Member

Optional parameters being added are not breaking, this was reported in openapi-changes. pb33f/openapi-changes#87

If a parameter is added to a path item or an operation that is not required, then it is now not considered a breaking change.

optional parameters being added are not breaking, this was reported in openapi-changes  pb33f/openapi-changes#87

Signed-off-by: quobix <[email protected]>
Signed-off-by: quobix <[email protected]>
Copy link

codecov bot commented Jan 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (e0f0f38) 99.60% compared to head (c7bc75b) 99.62%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #237      +/-   ##
==========================================
+ Coverage   99.60%   99.62%   +0.01%     
==========================================
  Files         162      162              
  Lines       11967    11989      +22     
==========================================
+ Hits        11920    11944      +24     
+ Misses         47       45       -2     
Flag Coverage Δ
unittests 99.62% <100.00%> (+0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@daveshanley daveshanley merged commit 442b048 into main Jan 20, 2024
4 checks passed
@daveshanley daveshanley deleted the v0.15.1 branch January 20, 2024 00:41
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.

1 participant