-
Notifications
You must be signed in to change notification settings - Fork 30
Description
My team is currently exploring options for detecting breaking changes between Swagger files. After exploring what is available in the open source world at the moment this project seems the most mature, with the code being well structured and thoroughly tested 👍
We are juggling between contributing to this project or writing our own equivalent tool. Our concern with contributing to this project is there is there has not been a commit to this codebase in almost 5 months and a PR has been sitting in review for over 3 months.
Here is the list of swagger changes that this tool currently does not detect that we would be interested in adding support for (not comprehensive, just what we discovered during a few hours of spiking):
- Adding a new status code
- Changing an existing status code
- Adding a response body
- Making required response properties optional
- Adding a max or min restriction to a numeric response property
- Adding a max or min restriction to a numeric request property
- Removing a response body
- Removing a format from a response property
Is this project still alive?
If we were to start working on this would you prefer many smaller PR's or fewer larger PR's?