Releases: IBM/openapi-validator
Releases · IBM/openapi-validator
v0.24.3
0.24.3 (2020-03-11)
Bug Fixes
- Fix crashes found on real API docs (ddab1a0)
- Pass path as array to preseve path segments containing periods. (d1ed5c0)
v0.24.1
0.24.1 (2020-03-04)
Bug Fixes
- make operationId naming convention check configurable (#149) (c8b07ff)
v0.24.0
0.24.0 (2020-02-25)
Features
- list valid types and formats in error messages (#145) (600bf8e)
v0.23.0
0.23.0 (2020-02-24)
Features
- error for oneOf, anyOf, allOf schema that does not use array (#143) (1db6b27)
v0.22.0
0.22.0 (2020-02-21)
Features
- flag definitions that are defined but never used (#144) (a131408)
v0.21.0
0.21.0 (2020-02-18)
Features
- add validator warning for binary string in "application/json" or parameter (#139) (9497333)
v0.20.0
0.20.0 (2020-02-17)
Features
- validator should check for mandatory swagger or openapi field (#137) (b4275d3)
v0.19.2
0.19.2 (2020-02-11)
Bug Fixes
- resolve refs when checking for success response schemas (#136) (b286c69)