Releases: IBM/openapi-validator
Releases · IBM/openapi-validator
v0.28.0
0.28.0 (2020-06-23)
Features
- rule
unused_tag
renamed to undefined_tag
(#171) (95a4308)
v0.27.1
0.27.1 (2020-05-04)
Bug Fixes
- dont crash when only a subset of ops contain redundant path params (#168) (d9000d2)
v0.27.0
0.27.0 (2020-04-28)
Features
- adds check for case-insensitive property name collisions (#162) (85a797e)
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)