Releases: IBM/openapi-validator
Releases · IBM/openapi-validator
v0.19.0
0.19.0 (2020-02-10)
Features
- added configurable warning limits through .thresholdrc file (#132) (2c3a919)
v0.18.0
0.18.0 (2020-02-07)
Features
- add warning, non-204 success response should have response body (#127) (90689c8)
v0.17.1
0.17.1 (2020-02-07)
Bug Fixes
- use correct property case for
tokenUrl
(#134) (4395600)
v0.17.0
0.17.0 (2020-01-29)
Features
- operationId should conform to naming convention (#124) (79ca9b8)
v0.16.2
0.16.2 (2020-01-27)
Bug Fixes
- swagger2 validator should only report error if there's body parameter but no consume (#123) (1d97cb2)
v0.16.1
0.16.1 (2020-01-16)
Bug Fixes
- add command name for improved usage output (#122) (53382eb)
v0.16.0
0.16.0 (2019-12-10)
Features
- Add rule to check pagination list operations conform to API Handbook (#118) (875ea4c)
v0.15.2
0.15.2 (2019-11-25)
Bug Fixes
- Fix duplicate parameter checking when all parameters are defined at the path level (#116) (f40bd6f)
Reverts
- Back out duplicated tests for duplicate path parameter rule (#115) (4d58a82)
v0.15.1
0.15.1 (2019-10-04)
Bug Fixes
- allow multiple schemes in a security requirement object (#109) (f02ef2b), closes #108
v0.15.0
0.15.0 (2019-10-01)
Features
- validate discriminator properties conform to specifications (#107) (0ecd539)