Releases: swagger-api/swagger-parser
Releases · swagger-api/swagger-parser
Swagger-parser 1.0.54 released!
Swagger-parser 2.0.24 released!
- 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!
- 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!
- 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!
Swagger-parser 2.0.22 released!
- 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!
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!
Swagger-parser 1.0.51 released!
Swagger-parser 2.0.19 released!
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