All Versions
135
Latest Version
Avg Release Cycle
28 days
Latest Release
692 days ago

Changelog History
Page 6

  • v1.2.31 Changes

    February 18, 2020

    โž• Added

    • ๐Ÿ‘ Allow Request paremeters types to be ignored programatically using SpringDocUtils
    • ๐Ÿ‘ #420 - Support to disable autotagging of @RestController Classes
    • ๐Ÿ“š #404 - Support for properties to exclude packages and paths from documentation.
    • ๐Ÿ—„ #414 - Support for kotlin Deprecated
    • ๐Ÿ”’ #423 - Support for Hiding org.springframework.security.core.Authentication on ServerHttpResponse ### ๐Ÿ”„ Changed
    • โฌ†๏ธ Upgrade swagger-ui to 3.25.0
    • #428 - Allow ModelAndView to be detected
    • #435 - Improve Reverse proxy compatibily for webflux
    • #418 - Adjusting the output for Links ### ๐Ÿ›  Fixed
    • #426 - Discovery of MediaType producers inconsistent with Spring MVC behaviour
    • #408 - Multiple Parameter Refs throws IllegalStateException (Duplicate key)
    • #401 - Solves Hateoas fields names mismatch
    • #419 - @CookieValue parameter indents request body
  • v1.2.30 Changes

    February 03, 2020

    โž• Added

    • 0๏ธโƒฃ #378- Support REST Controllers with default empty @RequestMapping
    • ๐Ÿ‘ #398 - Support for Sort GroupedOpenApi by name

    ๐Ÿ”„ Changed

    • ๐Ÿ‘ #396 - Improve support of @Parameter Schema, in case of @RequestBody
    • 0๏ธโƒฃ #393 - Prevent swagger-ui default validation
    • #384 - @SecurityScheme paramName not accounted for the name
    • โš  #437 - Warning on referenced example

    ๐Ÿ›  Fixed

    • ๐Ÿ’ป #399 - Same operationId for overloaded methods using Groups, breaks swagger-ui collapsibles
    • ๐Ÿ’ป #436 - Duplicate tags if they are defined on @Operation annotation on swagger-ui.
    • #440 - When using RestControllerAdvice, one of the responses description is missing and replaced with a default
  • v1.2.29 Changes

    January 27, 2020

    โž• Added

    • ๐Ÿ‘ #368 - Support for extensions on @ApiResponse
    • ๐Ÿ‘ #370 - Support for CompletionStage as endpoint return type
    • ๐Ÿ‘ #368 - Support for extensions on @ApiResponse
    • ๐Ÿ‘ #375 - Support for java 8 Optional for @RequestParam
    • ๐Ÿ‘ #377 - Support for @RequestParam for file upload
    • ๐Ÿ”’ #259 - Added ability to disable security for one operation using @SecurityRequirements
    • ๐Ÿ”ง #376 - Support to configure packages-to-scan as list using YAML Syntax
  • v1.2.28 Changes

    January 22, 2020

    ๐Ÿ”„ Changed

    • ๐Ÿš€ Upgrade to spring-boot to 2.2.4.RELEASE
    • โฌ†๏ธ Upgrade swagger-api to 2.1.1
    • โฌ†๏ธ Upgrade swagger-ui to 3.24.3
    • ๐Ÿ”’ #359 - Make spring-security-oauth2 as optional for springdoc-openapi-security
    • ๐Ÿ‘ #354 - Improve support of response of responses overloading
  • v1.2.27 Changes

    January 21, 2020
    โž• Added
    • ๐Ÿ“ฆ #338 - Support for pathsToMatch and packagesToScan to work in spinal-case as well
    • ๐Ÿ”’ #327 - Support support for spring-security-oauth2 authorization server
    • ๐Ÿ”ง #333 - Support for custom OAuth 2.0 configuration, of the swagger-ui
    • ๐Ÿ‘ #280 - Support of HttpEntity on webflux
    • ๐Ÿ‘ #352 - Support: Example value can be specified without having to specify the schema
    • ๐Ÿ’ป #346 - Support for serving the swagger-ui from outside of the spring-boot application / exploed jar
    • ๐Ÿ‘ #353 - Support spring property resolver in all @Info ### ๐Ÿ”„ Changed
    • ๐Ÿ‘Œ Improve actuator documentation
    • #349 - Make oauth2RedirectUrl dynamically calculated ### ๐Ÿ›  Fixed
    • ๐Ÿ’ป #339 - Fixes springdoc.swagger-ui.url property
    • ๐Ÿ“š #351 - Allow webFlux handlers using kotlin coroutines to produce response documentation
  • v1.2.26 Changes

    January 10, 2020
    โž• Added
    • ๐Ÿ”ง #331 - Make springdoc cache configurable
    ๐Ÿ›  Fixed
    • #334 - Multiple paths in controller and DeleteMapping generates incorrect Request Body
  • v1.2.25 Changes

    January 07, 2020
    ๐Ÿ›  Fixed
    • #324 - Fix double registration of model converters when grouped api is used
    โž• Added
    • ๐Ÿ‘ #329 - Added support for multiple OpenAPI definitions in spring webflux
  • v1.2.24 Changes

    January 05, 2020
    ๐Ÿ”„ Changed
    • ๐Ÿ’ป #321 - Improve beans loading, if projects uses the UI only
  • v1.2.23 Changes

    January 05, 2020
    โž• Added
    • #292 - Added migration guide from springfox
    • ๐Ÿ‘ #315 - Added support for @JsonViews with spring @requestbody annotation
    • #320 - Provide oauth2RedirectUrl, if not declared #### ๐Ÿ›  Fixed
    • #312 - Wrong server url with when grouped api name contains special charater
  • v1.2.22 Changes

    January 01, 2020
    โž• Added
    • ๐Ÿ†• New annotation @PageableAsQueryParam for better Pageable support
    • ๐Ÿš€ #309 - Feature to serve from the same swagger-ui both, REST APIs that are deployed within the same application and external REST APIs
    • #293 - Customizing operations, parameters and properties available through an SPI
    ๐Ÿ”„ Changed
    • #299 - Autoconfigurations will not be loaded if classpath does not contain mvc/reactive dependencies or application is not web application
    ๐Ÿ›  Fixed
    • ๐Ÿ‘ #311 - Corrected the support of oauth2-redirect.html and oauth2RedirectUrl