springdoc-openapi v1.5.11 Release Notes

Release Date: 2021-10-03 // over 2 years ago
  • โž• Added

    • #1232 - Get CSRF token from local storage
    • #1256 - Added parent pom.xml as BOM
    • ๐ŸŒ #1258 - Add support for HandlerTypePredicate in spring-web.
    • ๐Ÿ”Œ #1265 - adding spring support with the official jetbrains compiler plugin
    • ๐Ÿ‘ #1268 - Added I18n support.
    • ๐Ÿ“š #38 - Derive documentation from javadoc.

    ๐Ÿ”„ Changed

    • โฌ†๏ธ Upgrade swagger-ui to 3.52.3
    • โฌ†๏ธ Upgrade swagger-api to 2.1.11
    • โฌ†๏ธ Upgrade spring-boot to 2.5.5
    • #1233 - Operation ids for actuator endpoints.

    ๐Ÿ›  Fixed

    • #1230 - Feign clients that uses SpringMVCContract appears in OpenApi like controllers exposed if spring-boot-starter-actuator is in classpath.
    • #1215 - Bad Pageable description in Page description.
    • 0๏ธโƒฃ #1215 - Change default behavior of pageable reoslution, outside of spring data rest.
    • ๐Ÿ— #1252 - Schemas for subclasses not rendered in GraalVM native image builds.
    • #1261 - Removal of SpringdocRouterFunctionDsl.
    • ๐Ÿ“„ #1188 - Cannot override servers in api-docs.yaml using OpenApiCustomiser.
    • ๐Ÿ‘€ #1208 - Response schema for overridden methods of ResponseEntityExceptionHandler is not generated.
    • #1276 - Cannot referenced example in RequestBody.
    • #1277 - Inconsistent casing of swagger-config causes fetch error.