Skip to content

Releases: IBM/openapi-validator

v0.26.1

11 Apr 17:25
Compare
Choose a tag to compare

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

16 Mar 15:59
Compare
Choose a tag to compare

0.26.0 (2020-03-16)

Features

  • adds a check for 422 and 302 status codes (#154) (4d5ba65)

v0.25.0

11 Mar 20:24
Compare
Choose a tag to compare

0.25.0 (2020-03-11)

Features

  • flag properties with the same name but different type (#140) (3ab9c3a)

v0.24.3

11 Mar 00:04
Compare
Choose a tag to compare

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.2

09 Mar 19:18
Compare
Choose a tag to compare

0.24.2 (2020-03-09)

Bug Fixes

v0.24.1

04 Mar 15:50
Compare
Choose a tag to compare

0.24.1 (2020-03-04)

Bug Fixes

  • make operationId naming convention check configurable (#149) (c8b07ff)

v0.24.0

25 Feb 17:32
Compare
Choose a tag to compare

0.24.0 (2020-02-25)

Features

  • list valid types and formats in error messages (#145) (600bf8e)

v0.23.0

24 Feb 16:46
Compare
Choose a tag to compare

0.23.0 (2020-02-24)

Features

  • error for oneOf, anyOf, allOf schema that does not use array (#143) (1db6b27)

v0.22.0

21 Feb 18:42
Compare
Choose a tag to compare

0.22.0 (2020-02-21)

Features

  • flag definitions that are defined but never used (#144) (a131408)

v0.21.0

18 Feb 16:12
Compare
Choose a tag to compare

0.21.0 (2020-02-18)

Features

  • add validator warning for binary string in "application/json" or parameter (#139) (9497333)