Skip to content

Releases: swagger-api/swagger-parser

Swagger-parser 2.0.26 released!

28 May 11:25
987fa8c
Compare
Choose a tag to compare
  • bump parser v1 version to 1.0.55 (#1569)
  • Fix for 1518 with no SOF (#1566)
  • #1553 fails to generate spec on relative server urls on Windows (#1565)
  • Bug/1562 path body (#1564)
  • Bug/1562 path body (#1563)
  • fix handling of relative references (#1557)
  • Update RemoteUrl.java (#1545)
  • external $ref without / caused exception (#1542)
  • Fix the problem that the content of extensions cannot be parsed (#1540)
  • refactor: remove repeated else-if (#1536)
  • fix issue #1527 (#1528)
  • Fix URISyntaxException for $ref to path with param (#1523)

Swagger-parser 1.0.55 released!

28 May 10:22
2507c25
Compare
Choose a tag to compare
  • Remove unused slf4j dependencies from pom (#1560)
  • fix schemas parse inconsistencies (#1541)
  • automation - fix python launcher v1 (#1532)

Swagger-parser 2.0.25 released!

06 Apr 11:59
af54da9
Compare
Choose a tag to compare
  • fix issue 251 - broken domain resolving (#1547)
  • automation - fix python launcher (#1531)
  • test case with deep properties which can't be resolved (#1522)
  • test cases for ClassCastException when resolving external refs (#1521)
  • Enhance Readme (#1510)

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