Releases: springdoc/springdoc-openapi
Releases · springdoc/springdoc-openapi
springdoc-openapi v1.2.30 released!
Added
- #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
- #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
springdoc-openapi v1.2.29 released!
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
springdoc-openapi v1.2.28 released!
springdoc-openapi v1.2.27 released!
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