springdoc-openapi v1.3.1 Release Notes

Release Date: 2020-04-05 // about 4 years ago
  • โž• Added

    • ๐Ÿ‘ #344 - Support for dynamic groups from application.yml
    • ๐Ÿ“‡ #509 - Support for Groovy metaclass/metadata
    • ๐Ÿ‘ #120 #268 #162 #119 - Support to extract parameters from parameter object using Springdoc annotation @ParameterObject
    • ๐Ÿ‘ #502 - Support for Subtypes to be also ignored from Controller class ### ๐Ÿ”„ Changed
    • ๐Ÿ“ฆ #461 - Rename some packages to improve Java 9 Modules support
    • โ†ช #536 #424 - Workaround for swagger-ui, to enable layout and filter properties
    • #531 - Added encoding section iswagger-apin multipart request
    • โฌ†๏ธ Upgrade to spring-boot to 2.2.6
    • โฌ†๏ธ Upgrade swagger-api to 2.1.2 ### ๐Ÿ›  Fixed
    • #489 - Schema mapping with inheritance
    • ๐Ÿ‘ #537 - Improve support of Generics inheritance on complex return types
    • ๐Ÿ‘ #517 - Kotlin Coroutines support corrected