Swagger Core Versions Save

Examples and server integrations for generating the Swagger API Specification, which enables easy access to your REST API

v2.2.21

1 month ago
  • update dependencies (#4630)
  • fix: Add class loader to OpenAPIExtensions ServiceLoader (#4626)
  • Fix #4618: process array schema in OpenAPI 3.1 same as in OpenAPI 3.0 (#4619)
  • Fix isExplode method and explode tests (#4612)
  • refs #4610 - deprecate and fix ArraySchema.items processing (switch to ArraySchema.schema) (#4611)
  • Add Header Object missing attributes (#4608)
  • fix #4589 - fix tests with Java 21 (list first/last) (#4597)
  • Replace log error with warning in reflection with type not found (#4596)
  • Add JAX-RS v2.2 tolerance by swagger-core (#4595)
  • Skip groovy.lang package in ModelConverters (#4594)
  • fix CodeQL (#4582)

v1.6.14

1 month ago

v1.6.13

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/swagger-api/swagger-core/compare/v1.6.12...v1.6.13

v2.2.20

4 months ago
  • switch to original eclipse transformer for jakarta artifacts - update dependencies (#4578)
  • Bump logback-version from 1.4.11 to 1.4.13 (#4564)
  • Bump jakarta.inject:jakarta.inject-api from 1.0 to 1.0.5 (#4563)
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.8.1 to 3.11.0 (#4562)
  • Bump org.codehaus.mojo:build-helper-maven-plugin from 3.0.0 to 3.5.0 (#4556)
  • Remove System.err (#4548)
  • Bump org.apache.maven.plugins:maven-jar-plugin from 3.2.0 to 3.3.0 (#4545)
  • Bump jakarta.xml.bind:jakarta.xml.bind-api from 2.3.2 to 2.3.3 (#4544)
  • Bump commons-io:commons-io from 2.14.0 to 2.15.0 (#4541)
  • Treat kotlin.Deprecated as a deprecated operation (#4464)

v2.2.19

6 months ago
  • give precedence to requiredMode annotation (#4533)
  • update dependencies (#4521)
  • Bump org.apache.maven.plugins:maven-source-plugin from 3.2.1 to 3.3.0 (#4513)
  • add deps update CI (#4509)

v2.2.18

6 months ago
  • refs #4483 - fix NullPointer for @ApiResponse missing description (#4501)
  • refs #4462 - exclude javax.validation annotations from container values processing (#4500)
  • Update README.md versions list (#4493)
  • feat: add getUseFqn to TypeNameResolver (#4484)

v1.6.12

6 months ago

What's Changed

Full Changelog: https://github.com/swagger-api/swagger-core/compare/v1.6.11...v1.6.12

v2.2.17

6 months ago
  • python CI - encode request body (#4489)
  • python CI - encode request body (#4488)
  • update pythom CI (#4487)
  • update dependencies (#4486)
  • refs #4455 - add config properties for default response status code (#4482)
  • fix: compare string using equals instead of == for Reader class (#4480)

v2.2.16

7 months ago
  • downgrade GH release actions runs-on (#4477)
  • fix python setup in release GH Action (#4476)
  • refs #3080 - support array in additionalProperties annotation member (#4475)
  • allow null values for extensions properties in openapi object (#4468)
  • fixes #4458 - correct invocation of setSkipResolveAppPath (#4459)
  • add support of visibility of properties not annotated with jsonview b… (#4391)

v2.2.15

10 months ago
  • fix oas 3.1 parameter resolving (#4449)
  • fix siblings in response and request body schemas OAS 3.1 resolving (#4445)