Skip to content

Releases: springdoc/springdoc-openapi

springdoc-openapi v1.2.32 released!

08 Apr 18:50
Compare
Choose a tag to compare

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

springdoc-openapi v1.2.31 released!

08 Apr 18:51
Compare
Choose a tag to compare

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

springdoc-openapi v1.2.30 released!

08 Apr 18:52
Compare
Choose a tag to compare

Added

Changed

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!

08 Apr 18:52
Compare
Choose a tag to compare

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!

08 Apr 18:52
Compare
Choose a tag to compare

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

springdoc-openapi v1.2.27 released!

08 Apr 18:53
Compare
Choose a tag to compare

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