springdoc-openapi v1.5.5 Release Notes

Release Date: 2021-02-28 // about 3 years ago
  • โž• Added

    • ๐Ÿ’ป #1050 - Add support for addPathPrefix with Webflux swagger-ui.
    • ๐Ÿ”’ #1059 - Support per method security requirement in RepositoryRestResource.

    ๐Ÿ”„ Changed

    • โฌ†๏ธ Upgrade versions: spring-boot to 2.4.3 and swagger-ui to 3.44

    ๐Ÿ›  Fixed

    • #1068 - Spring Data Rest: Wrong response schema after POST,PUT,PATCH operations.
    • #1073 - Springdocs doesn't detect header declarations in class level @RequestMappings.
    • #1069 - Spring Data Rest: Wrong response schema for collection relations.
    • #1070 - Spring Data Rest: Collection models generated with non-HAL content.
    • ๐Ÿšš #1075 - QuerydslBinderCustomizer alias being removed when using excludeUnlistedProperties.