Skip to content

Bump springdoc-openapi-ui from 1.5.6 to 1.5.8

Bumps springdoc-openapi-ui from 1.5.6 to 1.5.8.

Release notes

Sourced from springdoc-openapi-ui's releases.

springdoc-openapi v1.5.8 released!

Added

  • #1142 - Prevent wrong usage of @ParameterObject for simpleTypes.
  • #1142 - Enhance @RequestBody Management

Changed

  • Upgrade swagger-ui version to 3.47.1
  • Upgrade swagger-core to 2.1.9
  • Upgrade spring-boot to 2.4.5

Fixed

  • #1031 - Incorrect generated Server URL (always returns cached url based on first incoming request after app startup)

springdoc-openapi v1.5.7 released!

Added

  • #1110 - Add configuration flag for tryItOutEnabled
  • #1128 - Add support for Generic fields in ParameterObject

Changed

  • Upgrade swagger-ui version to 3.46.0

Fixed

  • #1109 - webflux: contextPath not used while behind a load balancer/reverse proxy.
  • #1122 - StackOverflowError when using Kotlin companion object's field
  • #1125 - Multiple @SecurityScheme inside a @SecuritySchemes are not present in the openapi spec
  • #1134 - NoClassDefFoundError: WebFluxProperties$Format.
Changelog

Sourced from springdoc-openapi-ui's changelog.

[1.5.8] - 2021-04-25

Added

  • #1142 - Prevent wrong usage of @ParameterObject for simpleTypes.
  • #1142 - Enhance @RequestBody Management

Changed

  • Upgrade swagger-ui version to 3.47.1
  • Upgrade swagger-core to 2.1.9
  • Upgrade spring-boot to 2.4.5

Fixed

  • #1031 - Incorrect generated Server URL (always returns cached url based on first incoming request after app startup)

[1.5.7] - 2021-04-09

Added

  • #1110 - Add configuration flag for tryItOutEnabled
  • #1128 - Add support for Generic fields in ParameterObject are not resolved

Changed

  • Upgrade swagger-ui version to 3.46.0

Fixed

  • #1109 - webflux: contextPath not used while behind a load balancer/reverse proxy.
  • #1122 - StackOverflowError when using Kotlin companion object's field
  • #1125 - Multiple @SecurityScheme inside a @SecuritySchemes are not present in the openapi spec
  • #1134 - NoClassDefFoundError: WebFluxProperties$Format.
Commits
  • 9100033 [maven-release-plugin] prepare release v1.5.8
  • d4e6685 CHANGELOG.md update
  • d5de5ab Merge branch 'master' of github.com:springdoc/springdoc-openapi
  • beeb817 code review
  • a3b2472 Merge pull request #1145 from debargharoy/readme-update
  • 15fba08 update swagger-ui to 3.47.1 and swagger-core to 2.1.9
  • 78f267e Merge pull request #1143 from k163377/fix_update_site_doc
  • cd29b88 Reformat contents
  • 4f06360 Add springdoc SO tag
  • fdd4582 Fix update site URL.
  • Additional commits viewable in compare view

Merge request reports