springdoc-openapi v1.2.33 Release Notes

Release Date: 2020-03-01 // about 4 years ago
  • ➕ Added

    • 👍 #451 - Support for OpenApiBuilderCustomiser to allow users to customize the OpenApiBuilder
    • 👌 Support for generic controller types parameters
    • 💻 #454 - Support to handle prefix for webflux-ui

    🔄 Changed

    • #459 - Allow @Schema annotation to set an attribute as not required even if it's annotated with @NotNull
    • #458 - Make SpringDocAnnotationsUtils public
    • #455 - Make GenericResponseBuilder.calculateSchema method public