Skip to content

Releases: IBM/openapi-validator

v0.13.1

22 Jul 16:37
Compare
Choose a tag to compare

0.13.1 (2019-07-22)

Bug Fixes

  • Skip case_convention checks on deprecated parameters and properties (#88) (6b195aa)

v0.13.0

17 Jul 22:51
Compare
Choose a tag to compare

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

17 Jul 16:12
Compare
Choose a tag to compare

0.12.5 (2019-07-17)

Bug Fixes

  • add more specific checks for parameter objects (#83) (9282e17)

v0.12.4

04 Jul 13:17
Compare
Choose a tag to compare

0.12.4 (2019-07-04)

Bug Fixes

  • make $ref pattern check configurable - new rule incorrect_ref_pattern (#78) (20f0911)

v0.12.3

01 Jul 20:18
Compare
Choose a tag to compare

0.12.3 (2019-07-01)

Bug Fixes

  • remove support for links in swagger2 (#76) (8b28d67)

v0.12.2

28 Jun 19:38
Compare
Choose a tag to compare

0.12.2 (2019-06-28)

Bug Fixes

  • response schema support for oneOf, anyOf, and allOf refs (#70) - real (10d99a4)

v0.12.1

28 Jun 14:10
Compare
Choose a tag to compare

0.12.1 (2019-06-28)

Bug Fixes

  • flag any operations with array responses (#73) (7b1a9d3)

v0.12.0

24 Jun 19:59
Compare
Choose a tag to compare

0.12.0 (2019-06-24)

Features

  • new cli option, --errors_only, for printing only the errors (#68) (a338bf0)

v0.11.2

19 Jun 20:35
Compare
Choose a tag to compare

0.11.2 (2019-06-19)

Bug Fixes

  • response links are not validated as responses (#63) (061b09b)

v0.11.1

19 Jun 18:03
Compare
Choose a tag to compare

0.11.1 (2019-06-19)

Bug Fixes

  • skips validation for non-string enum values (#67) (fe4211f)