springdoc-openapi v1.5.13 Release Notes

Release Date: 2021-11-30 // over 2 years ago
  • ➕ Added

    • 0️⃣ #1317 - Add SpEL support for default values
    • #1324 - springdoc-openapi-javadoc doesn't work with @ParameterObject
    • #1334 - Allow customizing / disabling PolymorphicModelConverter
    • 🚚 #1328 - Add support for spring-native 0.11-RC1. (remove property springdoc.enable-native-image-support and introduce new springdoc module)
    • 0️⃣ #1348 - Treat java.nio.charset.Charset as string type by default

    🔄 Changed

    • ⬆️ Upgrade swagger-ui to 4.1.2
    • ⬆️ Upgrade to spring-boot 2.6.0
    • ✅ #1325 - Add tests for @ParameterObject on spring boot webflux

    🛠 Fixed

    • 🛠 #1320 - Fixed exception handler order
    • #1331 - Endpoint parameters are translated even if they should not
    • #1333 - NPEs when using @ParameterObject with custom Pageable and adding descriptions to fields
    • #1339 - Comments are not picked up for fields in Typed data classes
    • #1351 - @Tag name parameter not consistently performing lookup on properties file
    • 0️⃣ #1347 - Break circular references which disabled by default since spring boot 2.6