springdoc-openapi v1.2.34 Release Notes

Release Date: 2020-03-17 // about 4 years ago
  • โž• Added

    • Property resolver on @operation.summary, @parameter.description and @parameter.name
    • ๐Ÿ‘‰ Use required attribute from spring RequestBody annotation #468
    • ๐Ÿ”ง Review configuration via springdoc.swagger-ui.urls #481
    • ๐Ÿ‘Œ Support for auto fill clientId and clientSecret for webflux #333
    • ๐Ÿ‘Œ Support to ignore annotations on parameter level ### ๐Ÿ”„ Changed
    • ๐Ÿš€ Update spring-boot-starter-parent to 2.2.5.RELEASE #469
    • ๐Ÿ‘Œ Improve compatibility of springdoc-openapi-data-rest with Spring Webflux #477
    • ๐Ÿ‘Œ Improve support ofย  Swagger UI to use provided spec.yml #480
    • Delegate primitive type generation to swagger-core
    • spring-boot 1, end of compatibility: https://spring.io/blog/2018/07/30/spring-boot-1-x-eol-aug-1st-2019 ### ๐Ÿ›  Fixed
    • ๐Ÿ›  Wrong schema mapping with inheritance. Fixes #489