springdoc-openapi v1.5.0 Release Notes

Release Date: 2020-11-14 // over 3 years ago
  • ➕ Added

    • #891 - Provide a WebMvc.fn / WebFlux.fn functional DSL
    • 0️⃣ #904 - Add support for placeholders for default value in @RequestParam Annotation.
    • ➕ Added property for deterministic and alphabetical orderding: springdoc.writer-with-order-by-keys _ Removal of deprecated method: GroupedOpenApi.setGroup

    🔄 Changed

    • ⬆️ Upgrade to Swagger-core 2.1.5
    • ⬆️ Upgrade swagger-ui version to 3.36.2
    • ⬆️ Upgrade to spring-boot v2.4.0

    🛠 Fixed

    • #889 - fix for flaky operationIds
    • #893 - Generate empty scopes object
    • #925 - Always add all properties to include if excludeUnlistedProperties=true
    • 📇 #920 - Define explicitly metadata for springdoc.swagger-ui.enabled
    • 💻 #907 - Hidden controller showing up in swagger UI when springdoc.show-actuator is enabled
    • #885 - Flaky operationIds for controller-methods with same name
    • 💻 #688, #349, #545 - swagger-config not being loaded twice out of the box, thanks to the swagger-ui v3.36.0.