Skip to content

Releases: swagger-api/swagger-parser

Swagger-parser 1.0.54 released!

29 Dec 14:00
b9800a9
Compare
Choose a tag to compare
  • resolving array items references into Definitions (#1512)
  • automation - increase nexus staging timeout (#1506)
  • docs: Update Readme to specify Java 8 requirement (#1495)

Swagger-parser 2.0.24 released!

04 Dec 16:44
5fb648f
Compare
Choose a tag to compare
  • bump v1 parser in master branch (#1503)
  • Fix issue #1501: External schema name is correctly constructed (#1502)
  • automation - allow set-env and add-path (#1498)
  • OpenAPIDeserializer: If "examples" and "example" both defined, ignore "example" with a warning (#1493)
  • OpenAPIDeserializer.getSchema: Handle "enum" correctly when schema type is "array" or "object" (#1490)
  • Revert "Fix for issue-1419" (#1489)
  • automation - replace deprecated set-env in workflows (#1486)
  • fixed bug related to nested definitions within subfolder (#1482)
  • Fix for issue-1419 (#1453)

Swagger-parser 1.0.53 released!

26 Nov 17:51
2984f91
Compare
Choose a tag to compare
  • automation - allow set-env and add-path (#1497)
  • feat: Add Inline Resolver to OpenAPI 2.0 parser (#1494)
  • automation - replace deprecated set-env in workflows v1 (#1485)
  • read required elements in composed models. (#1484)
  • fix BDSA-2015-0001 (bump wiremock version removing commons collection transitive dep (#1481)
  • Replace fge-dependencies with their java-json-tools replacements (#1480)
  • Updated badged for v1 builds (#1473)
  • update junit deps (#1470)

Swagger-parser 2.0.23 released!

02 Nov 09:48
20a3002
Compare
Choose a tag to compare
  • Parser v1 release version (#1476)
  • Update Badges for Master Branch (#1471)
  • update junit version (#1469)
  • automation v1 - updates workflow files in master branch (#1467)
  • automation v1 - workflow files in master branch (#1465)
  • bump parser v1 (#1461)
  • Handle multipleOf between 0 and 1 (#1458)
  • fix NPE when parsing V2 with OpenAPIV3Parser and resolveFully option (#1456)
  • automation - fix release GH URL (#1450)
  • automation - fix next snapshot action (#1448)
  • automation - fix next snapshot action (#1447)
  • automation - next snapshot action (#1446)
  • Remove unused slf4j dependencies from pom (#1251)

Swagger-parser 1.0.52 released!

16 Oct 16:35
a99c6da
Compare
Choose a tag to compare
  • automation v1 - fix sonatype server id (#1464)
  • automation v1 - GH actions build and release (#1463)
  • improved error reporting in result messages (#1462)
  • snakeyaml 1.26 and related Billion Laugh mitigation options (#1460)
  • fix broken tests (#1441)
  • Fix for issue-1432 (#1438)

Swagger-parser 2.0.22 released!

03 Oct 07:28
651be45
Compare
Choose a tag to compare
  • automation - fix README prepare release (#1444)
  • automation - fix gitignore and README prepare release (#1442)
  • core and parser v1 release versions (#1440)
  • add GH actions for build and release automation (#1439)
  • fix ResolverFully for schema without type (#1434)
  • adding redirect response codes to remote url (#1430)
  • fix for MultipleOf with negative value issue #1398 (#1416)
  • fix for issue invalid remote server url (#1412)
  • When parameter style is invalid, return a helpful message instead of throwing an NPE (#1410)
  • fix NPE when URL matcher is null in Remote Url (#1408)
  • Issue 1402: Fix NPE when a path references an undeclared path parameter. (#1403)

Swagger-parser 2.0.21 released!

28 Jul 17:02
65f76cc
Compare
Choose a tag to compare

Swagger-parser 2.0.21 released!

Changes:

  • Process exampleSetFlag to flag deserialization of null example vs missing - PR #1400
  • Fix and test for Parser cannot process 'allOf' correctly - issue #1367 - PR #1389
  • Fix for Flatten Map Schema when Inline ComposedSchema - PR #1386
  • Flatten ComposedSchemas at Array items in responses, parameters, requestBodies - PR - #1384
  • Improvement for parse options issue #1303 - PR - #1380
  • Fix for Empty and Blank query parameters issue #1375 - PR - #1376
  • Add extension to keep track of original swagger version in PR #1374

Swagger-parser 2.0.20 released!

15 May 16:37
945b444
Compare
Choose a tag to compare

Swagger-parser 2.0.20 released!

Changes:

  • Apply flatten option for converted definitions - refs issue #1359 in PR #1360
  • Fix relative paths in parameters, examples and links - refs issue #505 in PR #1358
  • ResolverFully: Ensure any header schema $ref is resolved - refs issue #1352 in PR#1353

Swagger-parser 1.0.51 released!

15 May 15:48
be7d645
Compare
Choose a tag to compare

Swagger-parser 1.0.51 released!

Minor Changes:

  • Fix for Reference response schema in PR #1355

Swagger-parser 2.0.19 released!

02 Apr 09:29
ca6ff42
Compare
Choose a tag to compare

Swagger-parser 2.0.19 released!

Changes:

  • Fixing remote paths, response schema resolution - refs issue #1292 in PR #1343
    This also fixes the schema duplication issue #1081
  • Fix for issue #1335 - OAS3: Resolved YAML doesn't include Example components from domains in PR #1336
  • Follow discriminator mappings to resolve subtypes refs issue #970 in PR #1333