How to handle a breaking change? #934
Unanswered
noelmccrory
asked this question in
Ask For Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I get that we should always strive to make non-breaking changes to our APIs but sometimes in the real world exceptional cases come up and we do need to make them. Take the example of adding a new mandatory field to the request. The typical approach for this would be:
According to the Specmatic docs, Step 3 would result in an error when running the
compatible
command. How should this be handled? Just disable/ignore the CI step to run thecompatible
command temporarily?Thanks.
Beta Was this translation helpful? Give feedback.
All reactions