Skip to content

Releases: swagger-api/swagger-core

Swagger-core 2.2.7 released!

15 Nov 15:33

Choose a tag to compare

  • deps update and adjust example (de)serialization (#4310)
  • update boolean schema support (#4307)
  • fix handling for case where type.getType() is null (#4299)
  • new ReferenceTypeUtils code fails with IllegalArgumentException with type.getType() is null (#4297)

Swagger-core 1.6.9 released!

15 Nov 08:48

Choose a tag to compare

What's Changed

Full Changelog: v1.6.8...v1.6.9

Swagger-core 2.2.6 released!

02 Nov 14:19

Choose a tag to compare

  • fix: refs #4290 - fixes anyof for non objects (#4291)

Swagger-core 2.2.5 released!

02 Nov 12:34

Choose a tag to compare

  • feat: replace required attribute on @Schema by requiredMode (#4286)
  • allow returning 3.1 schema types in 'getType' (#4285)
  • Fix #4280: Building swagger-core fails on Windows (#4281)
  • Add support for XmlSchema annotation during model generation (#4278)
  • fix #3998 model schema enum values of jackson fields and private methods (#4168)
  • #4103 Support for Jackson reference types (#4106)
  • ref #3911 - gives preferred status to first mapper errors (#3940)

Swagger-core 2.2.4 released!

16 Oct 18:25

Choose a tag to compare

  • bump jackson databind to 2.13.4.2 (#4270)
  • update jackson databind version (#4268)
  • update deps config and version (#4264)

Swagger-core 1.6.8 released!

16 Oct 10:59

Choose a tag to compare

What's Changed

Full Changelog: v1.6.7...v1.6.8

Swagger-core 2.2.3 released!

27 Sep 12:06

Choose a tag to compare

  • update v1 versions in README (#4254)
  • bump snake-yaml to 1.32 (#4250)
  • refs #4247 - fix composed schema resolving on props (#4248)
  • refs #4241 - bump snakeyaml to 1.31 (#4242)
  • bump classgraph to 4.8.149 in jakarta artifacts (#4220)

Swagger-core 1.6.7 released!

27 Sep 10:47

Choose a tag to compare

What's Changed

Full Changelog: v1.6.6...v1.6.7

Swagger-core 2.2.2 released!

20 Jul 10:34

Choose a tag to compare

  • bump classgraph to 4.8.149 (#4217)
  • refs #4212 - update jackson API usage to support Jackson < 2.9 (#4214)
  • Add @JsonTypeName support for wrapped JSON (#4211)
  • update unevaluatedProperties type to Schema (#4208)
  • refs swagger-api/swagger-parser/issues/1757 - boolean schema support for OAS 3.1 (#4206)
  • Json deserialization process should not remove extension for Security Scheme (#4113)

Swagger-core 2.2.1 released!

15 Jun 15:37

Choose a tag to compare

  • refs #4167 - fix spec version annotations package to handle java 9+ modules (#4200)
  • schema name null fix (#4193)
  • Added items to Schema equals and hashcode (#4187)
  • update schema setter (#4184)
  • Apply on demand conversion to OAS 3.1 (#4180)