springdoc-openapi v1.3.0 Release Notes

Release Date: 2020-03-21 // about 4 years ago
  • โž• Added

    • ๐Ÿ”‹ Feature to support for property resolver on @Schema (name, title and description)
    • ๐Ÿ“„ #501 - Introduced new property springdoc.api-docs.resolve-schema-properties for property resolver on @Schema
    • ๐Ÿ‘€ #453 - Being able to see the class within an EntityModel as a Schema.
    • ๐Ÿšš Introduce new property springdoc.remove-broken-reference-definitions
    • #498 - Property resolver on @ApiResponse.description
    • ๐Ÿ‘Œ Support of @QuerydslPredicate in Rest controllers

    ๐Ÿ”„ Changed

    • ๐Ÿ”„ Change the interface of ParameterCustomizer
    • ๐Ÿ‘Œ Improve isAnnotationToIgnore and isParamToIgnore
    • ๐Ÿ‘‰ Use MethodParameter#isOptional() instead of checking for Optional type
    • ๐Ÿ‘ #496 - Improve the support of Pageable.
    • ๐Ÿ‘Œ Improve compatibility with spring-boot 1, even there is EOL announced: https://spring.io/blog/2018/07/30/spring-boot-1-x-eol-aug-1st-2019