Releases: IBM/openapi-validator
Releases · IBM/openapi-validator
v0.14.0
0.14.0 (2019-09-10)
Features
- adds k8s_camel_case validator for k8s API conventions (#106) (bb82222)
v0.13.6
0.13.6 (2019-09-09)
Bug Fixes
- prevent crash when
parameters
is illegally not an array (#104) (5d8a429)
v0.13.5
0.13.5 (2019-08-28)
Bug Fixes
- do not crash when operation has illegal $ref, print error instead (#103) (3d34205)
v0.13.4
0.13.4 (2019-08-27)
Bug Fixes
- treat response schemas with an
items
field as arrays, even if there is no type
(#99) (3383114)
v0.13.3
0.13.3 (2019-08-06)
Bug Fixes
- use parameter-determining method in all parameters validations (#97) (ee1168f)
v0.13.1
0.13.1 (2019-07-22)
Bug Fixes
- Skip case_convention checks on deprecated parameters and properties (#88) (6b195aa)
v0.13.0
Features
-
change default for all case convention validations to error (#86)
-
This applies to the following rules: param_name_case_convention
, paths_case_convention
, property_case_convention
, enum_case_convention
-
The rule snake_case_only
(in categories paths
and schemas
) is now set to off
by default. They will be deprecated in a future release.
v0.12.5
0.12.5 (2019-07-17)
Bug Fixes
- add more specific checks for parameter objects (#83) (9282e17)
v0.12.4
0.12.4 (2019-07-04)
Bug Fixes
- make $ref pattern check configurable - new rule
incorrect_ref_pattern
(#78) (20f0911)