Skip to content

Releases: swagger-api/swagger-core

Swagger-core 2.2.18 released!

25 Oct 14:48
Compare
Choose a tag to compare
  • 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)

Swagger-core 1.6.12 released!

16 Oct 08:49
Compare
Choose a tag to compare

What's Changed

  • update 1.5 Readme with new v2 version 2.2.10 by @sonatypeoss in #4409
  • update dependencies by @frantuma in #4492

Full Changelog: v1.6.11...v1.6.12

Swagger-core 2.2.17 released!

12 Oct 20:00
Compare
Choose a tag to compare
  • 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)

Swagger-core 2.2.16 released!

18 Sep 07:19
Compare
Choose a tag to compare
  • 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)

Swagger-core 2.2.15 released!

08 Jul 11:22
Compare
Choose a tag to compare
  • fix oas 3.1 parameter resolving (#4449)
  • fix siblings in response and request body schemas OAS 3.1 resolving (#4445)

Swagger-core 2.2.14 released!

26 Jun 09:24
Compare
Choose a tag to compare
  • OAS 3.1 siblings in refs resolving (#4441)

Swagger-core 2.2.13 released!

24 Jun 06:52
Compare
Choose a tag to compare
  • fix: makes populating instance variables accessible to subclasses (#4434)
  • OAS 3.1 - properties and ref as siblings / fix ModelConvertes usage (#4433)
  • support custom annotation for containers (#4429)

Swagger-core 2.2.12 released!

13 Jun 20:14
Compare
Choose a tag to compare
  • OAS 3.1 - fix webhooks class scanning (#4426)
  • OAS 3.1 - annotations and resolve logic (#4425)
  • Change ModelResolver to better handle JsonIgnoreProperties (#4418)
  • fix #3581: recognize Hidden annotation on enum values. (#4394)

Swagger-core 2.2.11 released!

01 Jun 11:12
Compare
Choose a tag to compare
  • Update Jackson to 2.15.1 to be consistent with SnakeYAML 2.0 (#4417)
  • apply JAX-RS path regex to params (#4415)

Swagger-core 2.2.10 released!

15 May 10:08
Compare
Choose a tag to compare
  • Added possibility to provide JSON/YAML Factory to initialise ObjectMapper (#4396)