Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 24, 2021

Bumps springdoc-openapi-ui from 1.4.8 to 1.5.9.

Release notes

Sourced from springdoc-openapi-ui's releases.

springdoc-openapi v1.5.9 released!

Added

  • #1164 - Provide GraalVM native image support.
  • #1155 - Add Kotlin DSL for functional routes.
  • #1153 - Modify ResponseSupportConverter to resolve inner type.
  • #1156 - Pick up ExceptionHandlers from any parent of a class marked as @​ControllerAdvice
  • #1159 - Added support for @JsonView on ExceptionHandlers methods
  • #1146 - Expose @Id fields for entity with spring-data-rest/springdoc-openapi-data-rest

Changed

  • Upgrade swagger-ui version to 3.49.0
  • Upgrade spring-boot to 2.5.0

springdoc-openapi v1.5.8 released!

Added

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.

springdoc-openapi v1.5.6 released!

[1.5.6] - 2021-03-16

Added

  • #1107 - use HTTP 302 status for UI redirect
  • #1104 - switch from 'redirect:' prefix to ResponseEntity for redirecting UI index
  • #1085 - enable recalculating oauth2 redirect url while cache is disable

Changed

  • Upgrade swagger-ui version to: 3.45.0
  • Upgrade swagger-core to v2.1.7

Fixed

  • #1081 - Spring Data Rest: RequestBody for POST, PUT, PATCH should be required.
  • #1082 - Spring Data Rest: Wrong schema for request body in association controllers.
  • #1083 - Spring Data Rest: No model for Paged Collection.
  • #1082 - Spring Data Rest: Wrong schema for request body in association controllers.
  • #1084 - Spring Data Rest: Relations to exported Repositories are handled as if they were embedded.

... (truncated)

Changelog

Sourced from springdoc-openapi-ui's changelog.

[1.5.9] - 2021-05-23

Added

  • #1164 - Provide GraalVM native image support.
  • #1155 - Add Kotlin DSL for functional routes.
  • #1153 - Modify ResponseSupportConverter to resolve inner type.
  • #1156 - Pick up ExceptionHandlers from any parent of a class marked as @​ControllerAdvice
  • #1159 - Added support for @​JsonView on ExceptionHandlers methods
  • #1146 - Expose @​Id fields for entity with spring-data-rest/springdoc-openapi-data-rest

Changed

  • Upgrade swagger-ui version to 3.49.0
  • Upgrade spring-boot to 2.5.0

[1.5.8] - 2021-04-25

Added

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.

[1.5.6] - 2021-03-16

Added

  • #1107 - use HTTP 302 status for UI redirect
  • #1104 - switch from 'redirect:' prefix to ResponseEntity for redirecting UI index
  • #1085 - enable recalculating oauth2 redirect url while cache is disable

Changed

  • Upgrade swagger-ui version to: 3.45.0
  • Upgrade swagger-core to v2.1.7

Fixed

  • #1081 - Spring Data Rest: RequestBody for POST, PUT, PATCH should be required.
  • #1082 - Spring Data Rest: Wrong schema for request body in association controllers.
  • #1083 - Spring Data Rest: No model for Paged Collection.
  • #1082 - Spring Data Rest: Wrong schema for request body in association controllers.
  • #1084 - Spring Data Rest: Relations to exported Repositories are handled as if they were embedded.
  • #1095 - Spring Data Rest: Exception while generating api doc with inheritance

... (truncated)

Commits
  • f913ffb [maven-release-plugin] prepare release v1.5.9
  • 5c0522f Merge remote-tracking branch 'origin/master'
  • 9e3a2a2 CHANGELOG.md update
  • ca9be1f Merge pull request #1166 from mohsenkashi/master
  • 8376ee4 Update README.md
  • 83b42c7 Added support for spring-boot 2.5.0. Fixes #1091
  • 4a2ce96 upgrade swagger-ui to v3.49.0
  • cf0b9ce improve native support
  • c11a4d4 Merge branch 'Malkeekalsi-exceptionhandler-jsonview-support'
  • 49d9adc project update
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 24, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 27, 2021

Superseded by #90.

@dependabot dependabot bot closed this Jul 27, 2021
@dependabot dependabot bot deleted the dependabot/maven/org.springdoc-springdoc-openapi-ui-1.5.9 branch July 27, 2021 23:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants