Skip to content

Releases: swagger-api/swagger-core

Swagger-core 1.6.13 released!

26 Jan 08:26
Compare
Choose a tag to compare

What's Changed

  • update 1.5 Readme with new v2 version 2.2.18 by @sonatypeoss in #4504
  • Bump org.apache.maven.wagon:wagon-webdav from 1.0-beta-1 to 1.0-beta-2 by @dependabot in #4519
  • Bump org.apache.maven.plugins:maven-source-plugin from 3.2.1 to 3.3.0 by @dependabot in #4514
  • updated dependencies by @frantuma in #4520
  • Bump org.apache.maven.wagon:wagon-ssh-external from 3.5.2 to 3.5.3 by @dependabot in #4522
  • Bump org.apache.maven.plugins:maven-surefire-plugin from 3.0.0-M9 to 3.2.2 by @dependabot in #4528
  • Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.2.1 to 3.4.1 by @dependabot in #4532
  • Bump org.apache.maven.plugins:maven-jar-plugin from 2.4 to 2.6 by @dependabot in #4529
  • Bump org.apache.maven.plugins:maven-jxr-plugin from 2.3 to 2.5 by @dependabot in #4530
  • Bump org.apache.maven.plugins:maven-compiler-plugin from 3.10.1 to 3.11.0 by @dependabot in #4531
  • update 1.5 Readme with new v2 version 2.2.19 by @sonatypeoss in #4539
  • Treat kotlin.Deprecated as a deprecated operation by @sokomishalov in #4463
  • Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 by @dependabot in #4554
  • Bump logback-version from 1.4.11 to 1.4.13 by @dependabot in #4558
  • update 1.5 Readme with new v2 version 2.2.20 by @sonatypeoss in #4581
  • Update PrimitiveType.java to allow customClasses by @kenzhang-mark43 in #4192
  • fix jsonSerialize processing - replaces #3162 by @frantuma in #4603
  • Fix BaseApiListingResource when concurrent execution by @awojcicki in #3206
  • update dependencies by @frantuma in #4604
  • update dependencies by @frantuma in #4606

New Contributors

Full Changelog: v1.6.12...v1.6.13

Swagger-core 2.2.20 released!

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

Swagger-core 2.2.19 released!

10 Nov 10:19
Compare
Choose a tag to compare
  • 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)

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)