springdoc-openapi v1.6.12 Release Notes

Release Date: 2022-10-17 // over 1 year ago
  • โž• Added

    • #1888 - custom Summary for actuator
    • ๐Ÿ‘ #1881 - Support @Hidden annotation on REST repositories
    • #1878 - Sort request methods
    • ๐Ÿ‘ #1830 - Support Java record
    • #1814 - Allow requestBody creation for GET on openapi resource endpoint

    ๐Ÿ”„ Changed

    • โฌ†๏ธ Upgrade swagger-core to 2.2.4
    • โฌ†๏ธ Upgrade spring-boot to 2.7.4
    • โฌ†๏ธ Upgrade swagger-ui to 4.14.3

    ๐Ÿ›  Fixed

    • #1829 - Wrong schema generation on endpoint consuming multipart form data combined with JsonView
    • #1842 - A HTTP header in multipart/form-data is handled as form item instead of header
    • #1845 - Wrong "response" description with two controllers having its own ExceptionHandler.
    • ๐Ÿ›  #1855 - Fixed a bug that duplicate field were get for record classes.
    • ๐Ÿ’ป #1820 - Refresh the browser each time, the global header is added in duplicate.
    • #523 - No documented way to handle Mono/Flux without Webflux.
    • ๐Ÿ’ป #1816 - Parameters with same name but different locations can't render in UI properly