All Versions
135
Latest Version
Avg Release Cycle
28 days
Latest Release
692 days ago
Changelog History
Page 6
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 thename
- โ #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