Skip to content

Releases: IBM/openapi-validator

v0.19.0

10 Feb 19:56
Compare
Choose a tag to compare

0.19.0 (2020-02-10)

Features

  • added configurable warning limits through .thresholdrc file (#132) (2c3a919)

v0.18.0

07 Feb 18:44
Compare
Choose a tag to compare

0.18.0 (2020-02-07)

Features

  • add warning, non-204 success response should have response body (#127) (90689c8)

v0.17.1

07 Feb 15:02
Compare
Choose a tag to compare

0.17.1 (2020-02-07)

Bug Fixes

  • use correct property case for tokenUrl (#134) (4395600)

v0.17.0

29 Jan 22:34
Compare
Choose a tag to compare

0.17.0 (2020-01-29)

Features

  • operationId should conform to naming convention (#124) (79ca9b8)

v0.16.2

27 Jan 20:21
Compare
Choose a tag to compare

0.16.2 (2020-01-27)

Bug Fixes

  • swagger2 validator should only report error if there's body parameter but no consume (#123) (1d97cb2)

v0.16.1

16 Jan 16:28
Compare
Choose a tag to compare

0.16.1 (2020-01-16)

Bug Fixes

  • add command name for improved usage output (#122) (53382eb)

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)