Releases: IBM/openapi-validator
Releases · IBM/openapi-validator
v0.26.1
0.26.1 (2020-04-11)
Bug Fixes
- Only check operationId naming convention for resource-oriented operations (8da9d37)
- Tweak message text for better summarization (80f2302)
v0.26.0
0.26.0 (2020-03-16)
Features
- adds a check for 422 and 302 status codes (#154) (4d5ba65)
v0.25.0
0.25.0 (2020-03-11)
Features
- flag properties with the same name but different type (#140) (3ab9c3a)
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)