Skip to content

Releases: smallrye/smallrye-open-api

2.0.16

04 Dec 14:44
Compare
Choose a tag to compare
  • #581 Make sure we can not add the same filter twice
  • #578 Added option to configure default produces and consumes
  • #575 Allow configuration of default consumes and produces.
  • #573 Preemptive scan of classes with Schema annotation into components (2.0.x)
  • #571 Update swagger-ui version to 3.37.2
  • #562 Upgrade swagger ui to 3.37.0
  • #559 Add skip in the maven plugin (2.0.x)
  • #558 Skip execution of Maven plugin
  • #556 Make sure filters can work in maven plugin (Classloader issue) (2.0.x)

2.0.15

16 Nov 20:28
Compare
Choose a tag to compare
  • #552 Allow for "" (empty string) that will be treated as null (2.0.x)
  • #549 Fix case where Spring use path and not value for request mapping (2.0.x)
  • #543 Upgrade SwaggerUI to 3.36.2 (2.0.x)

2.0.14

07 Nov 13:39
Compare
Choose a tag to compare
  • #539 Backport fix to MergeUtil for empty lists to branch 2.0.x
  • #537 Upgrade swagger-ui to 3.36.1 (2.0.x)
  • #534 Bump quarkus-vertx-web from 1.9.0.Final to 1.9.1.Final
  • #533 Upgrade swagger ui to 3.36.0
  • #530 Allow multiple filters.
  • #526 Use an empty schema for field annotations when ref present (2.0.x)
  • #524 Support XmlAccessorType, JSON-P types, option to disable array refs (2.0.x)
  • #522 Fix sub resource to not repeat
  • #521 Small UI fix
  • #520 AllOf for enum
  • #518 Duplicated root-path in OpenAPI document for JAX-RS sub-resource
  • #508 Ignore some classes for schema generation by default

2.0.13

19 Oct 08:16
Compare
Choose a tag to compare
  • #516 More options for index.html generation
  • #514 Allow creation of index.html
  • #512 Re-factor FilterUtil, update model pruning methods (2.0.x)
  • #509 Update pom.xml
  • #507 2.0.x releases depend on Quarkus 999-SNAPSHOT
  • #502 Got UnsupportedOperationException if methods of OASFilter return null

2.0.12

14 Oct 11:55
Compare
Choose a tag to compare
  • #505 Small css update
  • #504 Allow override of CSS

2.0.11

12 Oct 04:54
Compare
Choose a tag to compare
  • #497 Backport openapi-ui-forms from master also to 2.0.x

2.0.10

02 Oct 17:50
Compare
Choose a tag to compare
  • #488 Allow reuse of a component response's status code on operations (2.0.x)
  • #487 Allow Global APIResponse Status Reuse
  • #485 Bump version.org.jboss.resteasy from 4.5.7.Final to 4.5.8.Final
  • #481 Remove -ext logic (2.0.x)

2.0.9

17 Sep 10:38
Compare
Choose a tag to compare
  • #478 Make sure that Extension keys starts with x- (2.0.x)
  • #472 Ignore readOnly w/o readMethod, writeOnly w/o writeMethod (2.0.x)

2.0.8

26 Aug 21:14
Compare
Choose a tag to compare
  • #452 Backport new maven-plugin to 2.0.x
  • #450 Backport maven plugin to 2.0.x

2.0.7

21 Aug 11:39
Compare
Choose a tag to compare
  • #443 Allow scanning to filter to load only certain scanners
  • #440 OpenAPIImpl.addSecurityRequirement does not assign created list to this.security
  • #439 Use default value of @Schema#hidden(), handle ignore set/get separately (2.0.x)
  • #437 Ignore logic regression
  • #432 Allow Schema ref for implementation prop w/other non-display props (2.0.x)
  • #428 Support @Schema on non-JavaBeans accessor/mutator methods (2.0.x)
  • #421 Allow @Schema on non-getter
  • #308 No $ref when the required attribute of the schema is used