Skip to content

Releases: swagger-api/swagger-parser

Swagger-parser 1.0.40 released!

28 Nov 18:59
d6ca32e

Choose a tag to compare

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)

Swagger-parser 2.0.5 released!

04 Oct 15:30
a566237

Choose a tag to compare

Notable Changes:

  • Fix for issue #855 - Request Body Internal Ref Not Resolved - (#858)
  • Issue #853 oas3 - Examples from external files do not get reference in the Swagger POJO - (#854)
  • Fix NullPointerException when resolving an ApiResponse with no content (#852)
  • Fix issue relative ref array property items (#849)
  • Code roll-in for issue #844 - parser not honoring redirect responses - (#848)
  • Fixes to issue #834 in OAS 3 - conversion of external references to internal references is incorrect - (#839)
  • Issue #837 oas3 - Examples with Ref not parsed when in responses- (#838)
  • Fix for issue #835 - OAS Conversion of formData reference parameters to request body is incorrect - (#836)
  • Use ${project.parent.version} instead of ${parent.version} (#833)

Swagger-parser 1.0.39 released!

04 Oct 14:27
ed90b5d

Choose a tag to compare

Notable Changes:

  • Fix issue with relative refs items and properties (#850)
  • Fix for issue #844 - parser not honoring redirect responses - (#847)
  • Fix for issue #845 - Incorrect error message when the input is empty string in Swagger 2.0 - (#846)
  • Remove windows stats from readme file (#842)
  • Fixes for issue #834 in OAS 2 - Schemas with external references fail to resolve properly - (#840)

2.0.3 - Failed release, please use `2.0.4`

05 Sep 17:31
270227f

Choose a tag to compare

Something went wrong with 2.0.3, please use swagger-parser 2.0.4 instead.

Swagger-parser 1.0.38 released!

05 Sep 15:42
48ed1e6

Choose a tag to compare

Notable Changes:

  • Fix issue #811 OAS2 - RefResponse -> RefSchema external Resolving (#827)
  • Decode properly refs (#823)
  • Remove travis (#818)
  • Fixes for issue #799 returning ref as internal (#801)

Swagger-parser 2.0.4 released!

05 Sep 17:31
f8ca23a

Choose a tag to compare

Notable Changes:

  • Fix issue #811 OAS3 - RefResponse -> RefSchema external Resolving (#826)
  • Decode properly refs (#824)
  • Convert x-nullable for formData parameter (#821)
  • Remove travis (#819)
  • Fix NPE issue 813 OAS 3 (#816)
  • Fix relative ref with http ref bug (#806)
  • Test for Issue #799 OAS 3 (#802)

Known Issues:

  • Not resolving relative ref in classpath from jar (WIP #700)

Swagger-parser 2.0.2 released!

10 Aug 15:41
0a254c6

Choose a tag to compare

Swagger-parser 2.0.2 released! 🎉

Notable Changes:

  • Parsing of Extensions in Paths and Responses (#735 )
  • Fix inlineResolver adding schema type. (#730)
  • Fixing relative references Supporting ./ (#726) (#752)
  • Resolve RequestBody Reference (#747)
  • Convert Server with relative location to absolute url (#773)
  • Numerous 2.0 -> 3.0 conversion fixes (#732) (#740) (#756) (#758) (#762) (#765) (#777) (#785)
    (#786) (#790) (#794)

Known Issues

  • Not resolving relative ref in classpath (WIP #700)

Swagger-parser 1.0.37 released!

10 Aug 15:12
609e5ba

Choose a tag to compare

Minor bug fix release:

Swagger-parser 2.0.1 released!

24 May 16:16
b5a7350

Choose a tag to compare

Minor bug fix release:

Parser

  • Fix pattern deserializer (#712)
  • Changes in additional properties external process (#707)

Converter

  • Fix missing SwaggerParseResult.message in Converter (#716)
  • Handle minLength, maxLength and pattern (#714)
  • Fix oas2 parameter conversion (#711)
  • Missing properties body parameter conversion parser (#688)

Known Issues

  • Not resolving relative ref in classpath
  • Not resolving relative ref without ./

Swagger-parser 1.0.36 released!

24 May 15:54
c01a11e

Choose a tag to compare

Minor bug fix release:

  • issue #697
  • Missing 'deprecated' field value - #715