Skip to content

Releases: swagger-api/swagger-parser

Swagger-parser 2.0.15 released!

12 Oct 12:04
2c612b7
Compare
Choose a tag to compare

Swagger-parser 2.0.15 released!

Notable Changes:

  • Fixing remote schema ref resolving in referenced request body in #1218
  • Fixing callback reference resolving code in #1217
  • Callback with $ref not being resolved - issue #1215 in #1216
  • Fix for Parser fails to have a error message when true is set for both readOnly, writeOnly issue #1211 in #1214
  • Fix ArraySchema with additionalProperties refs - issue #1190 in #1208
  • Fixed getting null scopes issue #1202 in #1203
  • Fixed for non typed object schemas are not flattened on responses - Issue #1200 in #1201
  • Fix OpenAPIV3Parser.readContents() encoding error - Issue #1196 in #1199
  • Fix NullPointerExceptions in resolveSchema in #1195
  • Allow to filter authorization by URL in #1194

Swagger-parser 1.0.47 released!

12 Oct 11:24
7dbf753
Compare
Choose a tag to compare

Swagger-parser 1.0.47 released!

Minor bug fix release:

  • Fixing Contact Object vendor Extension was not parsed (#1209)

Swagger-parser 2.0.14 released!

22 Aug 17:42
af0f56e
Compare
Choose a tag to compare

Swagger-parser 2.0.14 released!

Notable Changes:

Swagger-parser 1.0.46 released!

22 Aug 17:19
4bc42cc
Compare
Choose a tag to compare

Swagger-parser 1.0.46 released!

Minor bug fix release:

  • Fix for multiple path params in a same URI segment of a path in v1 #1169
  • Fix for referenced parameter produces a validation error#1146 #1154

Swagger-parser 2.0.13 released!

27 Jun 15:45
64c6edb
Compare
Choose a tag to compare

Swagger-parser 2.0.13 released!

Notable Changes:

  • Resolve request body examples - issue #1131 in PR #1132
  • boolean enum values incorrectly deserialized - issue #1129 in PR #1130
  • Fix for fully resolving map schema - issue #1125 in PR #1124
  • Use SafeConstructor in snakeyaml to fix CVE - PR #1116
  • Avoid prepending forward slashes when the URL already starts with a forward slash - issue #1113 in PR #1115
  • Fix for Parameter.allowReserved is always null - issue #1108 in PR #1110
  • Fix resolving external reference in query parameter - Issue #1094 in PR #1109
  • Handle parent of parent ref - PR #1107
  • Resolving Remote Ref Response with ArraySchema Ref Items - issue #1105 in PR #1106
  • Remote PathItem Resolving - issue #1103 in PR #1104
  • Ensure error message when "items" undefined for schema with type=array - issue #1047 in PR #1101
  • Avoid wrong error message when parsing a boolean value for additionalProperties - issue #1099 in PR #1100
  • Properties order lost while converting from v2 to v3 - issue #997 in PR #1093
  • Fix integer type replace for number when enum values are present - issue #1090 in PR #1092
  • OpenAPIV3Parser#getExtensions() not finding extensions on OSGi - issue #1003 in PR #1068

Swagger-parser 1.0.45 released!

27 Jun 15:04
c304f81
Compare
Choose a tag to compare

Swagger-parser 1.0.45 released!

Minor bug fix release:

  • Fix for definition type array with undefined items - issue #1047 v1 in PR #1120
  • Add xml information in array models - PR #1098
  • Ensure top level parameter relative references are resolved - issue #1087 in PR #1088

Swagger-parser 2.0.12 released!

24 Apr 15:45
80148d2
Compare
Choose a tag to compare

Swagger-parser 2.0.12 released!

Notable Changes:

  • Deserialize into MapSchema for bool additionalProperties (#1082)
  • Fix for Parameter Validation Issue (#1080)
  • Fix parsing of MapSchema (#1077)
  • Fix set types to schemas (#1076)
  • Fix NullPointerException when schema is null (#1075)
  • OpenAPIV3Parser#getExtensions() not finding extensions on OSGi #1003 (#1068)
  • Fix referenced parameters validation (#1065)
  • Rework handling of formatted string values using getDecodedObject() (#1062)(issue #1049)

Swagger-parser 2.0.11 released! Replaces and fixes 2.0.10

26 Mar 12:24
d018a10
Compare
Choose a tag to compare

Swagger-parser 2.0.11 released! Replaces and fixes 2.0.10, fixing #1053

Notable Changes:

  • Fixed duplication of external reference path - issue #1040 by #1042
  • Fix for Relative URLs not resolved correctly - issue #1035 by #1038
  • Refine creation of Schema to fix #1032 by #1033
  • Fix for default integer issues - #1029 #1015 by #1030
  • Stackoverflow fix in resolveFully - refs #984 by #1028
  • fix for Nested objects flattening loose lot of information ("required" for example) issue #1018 by #1026

Swagger-parser 1.0.44 released! Replaces and fixes 1.0.43

26 Mar 11:54
1afa98e
Compare
Choose a tag to compare

Swagger-parser 1.0.44 released! Replaces and fixes 1.0.43, fixing #1053

Minor bug fix release:

  • set DeserializationUtils snake parsing log level to warning (#1044)

Please use 2.0.11 release!

25 Mar 09:48
de8b1d2
Compare
Choose a tag to compare