Skip to content

Swagger-parser 1.0.40 released!

Compare
Choose a tag to compare
@gracekarina gracekarina released this 28 Nov 18:59
· 320 commits to v1 since this release
d6ca32e

Swagger-parser 1.0.40 released!

Note: Swagger 1.x line is now maintained in branch v1. 2.x line has been switched to master branch.

Notable Changes:

  • Integrated ComposedProperty into the parser/resolver (#944)
  • Fix for issue #911 Not able to identify the missed path variables(#932)
  • Fix Issue #927 Remote ref mentioned in discriminator are not being added to the definitions (#930)
  • Fix Consider refModel's RefFormat then provided refFormat (#921)
  • Fix for #913 - problem with properties in object #ref (#917)
  • Fix Issue #901 Could not find definition on the Classpath with dots in definition name (#916)
  • Fix for issue #898 Swagger parser failed to parse the input swagger url with space (#899)
  • Fix for issue #387 Not able to parse if default attribute is an array (#886)
  • Fix for issue #872 NPE when the input open API file is empty(#876)
  • Fix for issue #258 Issue warning on duplicate operation ids (#874)
  • Fix "minimum" and "maximum" are not imported for definition of type (#444)