Skip to content

Swagger-parser 2.0.18 released!

Choose a tag to compare

@gracekarina gracekarina released this 23 Feb 08:48
· 946 commits to master since this release
68b2c21

Swagger-parser 2.0.18 released!

Changes:

  • Applying regular expression only to objects under components - refs issue #1309 in PR #1322
  • Fix for issue #1316: ContentType in Encoding Object should not be required in PR #1317
  • Enable STRICT_DUPLICATE_DETECTION in Jackson parser for Yaml in PR #1313
  • Fix for OAS2->3 converter doesn't update $refs inside allOf - refs issue #1261 in PR #1302
  • Fix for URISyntaxException stacktrace printed. Always occurs when spec path has URI illegal characters - refs issue #1236 in PR#1301
  • Include the mediaType in the location string, inside a content - refs issue #1274 in PR #1295
  • Fix duplicate '.responses' in location string - refs issue #1273 in PR #1294