Skip to content

Releases: swagger-api/swagger-core

Swagger-core 2.2.22 released!

15 May 09:44
Compare
Choose a tag to compare
  • Support proper mapping of the byte array (#4659)
  • refs #4645 - fix NPE in header resolving with no components (#4650)
  • refs #4474 - fix NPE while resolving container types (#4640)
  • Fix #4634: unite processing of allOf, anyOf, oneOf relation so it wil… (#4637)
  • fix README (#4635)

Swagger-core 2.2.21 released!

20 Mar 07:53
Compare
Choose a tag to compare
  • 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)

Swagger-core 1.6.14 released!

19 Mar 12:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.13...v1.6.14

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)