springdoc-openapi v1.6.7 Release Notes

Release Date: 2022-04-07 // about 2 years ago
  • โž• Added

    • #1596 - Add title property to GroupedOpenApi class for displaying a Human readable group name.
    • ๐Ÿ”ง #1554 - Configurable caching of OpenAPI instances.
    • ๐Ÿ—„ #1544 - @Deprecated on controller to mark all its operations as deprecated.
    • ๐Ÿ‘ #1534 - Support custom Spring type converters.
    • #1543 - Add method to retrieve server base URL and ability to 'customize' the generated server base URL.
    • ๐Ÿ’ป #1505 - Support swagger-ui.withCredentials property.
    • #1481 - Include /oauth/token endpoint using OpenApi Swagger 1.6.5.
    • #1501 - Added CSRF Session Storage config properties and html transformer.
    • ๐Ÿ‘ป #1498 - Pick up exception handler in case there is no controller advice at all.

    ๐Ÿ”„ Changed

    • โฌ†๏ธ upgrade to swagger-api 2.2.0 and swagger-ui 4.10.3
    • โฌ†๏ธ spring-native upgrade to 0.11.4
    • โฌ†๏ธ upgrade spring-boot version to 2.6.6
    • โฌ†๏ธ classgraph upgrade to 4.8.143
    • โšก๏ธ Update webjars-locator-core to 0.50
    • โž• add owasp dependency-check-maven plugin

    ๐Ÿ›  Fixed

    • #1586 - Typo in Pageable sort description.
    • ๐Ÿšš #1570 - Remove unused dependencies.
    • #1565- Missing Request Body for Write Operation Actuator Endpoints.
    • #1522 - parameter of type com.querydsl.core.types.Predicate ignored when unique.
    • #1556 - oauth2RedirectUrl cached unexpectedly.
    • #1546 - Custom Requestmapping consumes responses.
    • #1552 - resolve-schema-properties is not replacing tokens from properties file.
    • #1530 - Setting displayOperationId to false does not work.
    • #1525 - Null vendor extensions are excluded from Json/Yaml.