Skip to content

Releases: IBM/openapi-validator

v0.16.0

10 Dec 12:27
Compare
Choose a tag to compare

0.16.0 (2019-12-10)

Features

  • Add rule to check pagination list operations conform to API Handbook (#118) (875ea4c)

v0.15.2

25 Nov 18:45
Compare
Choose a tag to compare

0.15.2 (2019-11-25)

Bug Fixes

  • Fix duplicate parameter checking when all parameters are defined at the path level (#116) (f40bd6f)

Reverts

  • Back out duplicated tests for duplicate path parameter rule (#115) (4d58a82)

v0.15.1

04 Oct 16:54
Compare
Choose a tag to compare

0.15.1 (2019-10-04)

Bug Fixes

  • allow multiple schemes in a security requirement object (#109) (f02ef2b), closes #108

v0.15.0

01 Oct 15:51
Compare
Choose a tag to compare

0.15.0 (2019-10-01)

Features

  • validate discriminator properties conform to specifications (#107) (0ecd539)

v0.14.0

10 Sep 15:30
Compare
Choose a tag to compare

0.14.0 (2019-09-10)

Features

  • adds k8s_camel_case validator for k8s API conventions (#106) (bb82222)

v0.13.6

09 Sep 15:39
Compare
Choose a tag to compare

0.13.6 (2019-09-09)

Bug Fixes

  • prevent crash when parameters is illegally not an array (#104) (5d8a429)

v0.13.5

28 Aug 15:58
Compare
Choose a tag to compare

0.13.5 (2019-08-28)

Bug Fixes

  • do not crash when operation has illegal $ref, print error instead (#103) (3d34205)

v0.13.4

27 Aug 18:13
Compare
Choose a tag to compare

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

06 Aug 15:33
Compare
Choose a tag to compare

0.13.3 (2019-08-06)

Bug Fixes

  • use parameter-determining method in all parameters validations (#97) (ee1168f)

v0.13.2

23 Jul 15:36
Compare
Choose a tag to compare

0.13.2 (2019-07-23)

Bug Fixes