Skip to content

Swagger Editor 3.10.0 Released!

Compare
Choose a tag to compare
@swagger-bot swagger-bot released this 28 May 18:22
· 1666 commits to master since this release

3.10.0 (2020-05-28)

Features

  • Validate OAS3 component names (#2102) (5a9fdfe)
  • Validate OAS3 schema components (#2159) (c28b832)
  • Validate schema default value against the enum (#2140)
  • Validate that OAS3 parameter references, header references, and requestBody schema references point to the correct component types (#2135, #2133, #2112)

Bug Fixes

  • Fix false positives in requestBody $ref validation (#2124), resolves #2096
  • RFC3986_UNRESERVED_CHARACTERS regex (#2094)
  • Prevent exception if parameter has no 'name' (#2162)