Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 7, 2022

Bumps springdoc-openapi-ui from 1.4.8 to 1.6.7.

Release notes

Sourced from springdoc-openapi-ui's releases.

springdoc-openapi v1.6.7 released!

Added

  • #1596 - Add title property to GroupedOpenApi class for displaying a Human readable group name.
  • #1554 - Configurable caching of OpenAPI instances.
  • #1544 - @Deprecated on controller to mark all its operations as deprecated.
  • #1534 - Support custom Spring type converters.
  • #1543 - Add method to retrieve server base URL and ability to 'customize' the generated server base URL.
  • #1505 - Support swagger-ui.withCredentials property.
  • #1481 - Include /oauth/token endpoint using OpenApi Swagger 1.6.5.
  • #1501 - Added CSRF Session Storage config properties and html transformer.
  • #1498 - Pick up exception handler in case there is no controller advice at all.

Changed

  • upgrade to swagger-api 2.2.0 and swagger-ui 4.10.3
  • spring-native upgrade to 0.11.4
  • upgrade spring-boot version to 2.6.6
  • classgraph upgrade to 4.8.143
  • Update webjars-locator-core to 0.50
  • add owasp dependency-check-maven plugin

Fixed

  • #1586 - Typo in Pageable sort description.
  • #1570 - Remove unused dependencies.
  • #1565- Missing Request Body for Write Operation Actuator Endpoints.
  • #1522 - parameter of type com.querydsl.core.types.Predicate ignored when unique.
  • #1556 - oauth2RedirectUrl cached unexpectedly.
  • #1546 - Custom Requestmapping consumes responses.
  • #1552 - resolve-schema-properties is not replacing tokens from properties file.
  • #1530 - Setting displayOperationId to false does not work.
  • #1525 - Null vendor extensions are excluded from Json/Yaml.

springdoc-openapi v1.6.6 released!

Changed

  • #1424 - Upgrade to swagger-ui 4.5.0
  • #1474 - Upgrade webjars-locator-core version to 0.48

Fixed

  • #1469 - #1036 - CSRF header should not be sent to cross domain sites
  • #1480 - Fix the problem that the inconsistent newline characters of different platforms
  • #1475 - Class level @​Tag overwrites method level @​Operation.tags.
  • #1491 - Set containingClass at MethodParameter

springdoc-openapi v1.6.5 released!

Added

  • #1430 - Add Support custom login processing endpoints
  • #1429 - Allow excluding individual methods from OpenApi output
  • #1372 - Customize operation and parameters by the return value
  • #1453 - Reverse proxy context path aware support for manually provided files

Changed

  • #1424 - Upgrade to swagger-ui 4.2.1

Fixed

  • #1428 - Incorrect RequestBody type on schema/ui if class implements Map.
  • #1455 - Post without @​RequestBody not getting all fields

... (truncated)

Changelog

Sourced from springdoc-openapi-ui's changelog.

[1.6.7] - 2022-04-07

Added

  • #1596 - Add title property to GroupedOpenApi class for displaying a Human readable group name.
  • #1554 - Configurable caching of OpenAPI instances.
  • #1544 - @​Deprecated on controller to mark all its operations as deprecated.
  • #1534 - Support custom Spring type converters.
  • #1543 - Add method to retrieve server base URL and ability to 'customize' the generated server base URL.
  • #1505 - Support swagger-ui.withCredentials property.
  • #1481 - Include /oauth/token endpoint using OpenApi Swagger 1.6.5.
  • #1501 - Added CSRF Session Storage config properties and html transformer.
  • #1498 - Pick up exception handler in case there is no controller advice at all.

Changed

  • upgrade to swagger-api 2.2.0 and swagger-ui 4.10.3
  • spring-native upgrade to 0.11.4
  • upgrade spring-boot version to 2.6.6
  • classgraph upgrade to 4.8.143
  • Update webjars-locator-core to 0.50
  • add owasp dependency-check-maven plugin

Fixed

  • #1586 - Typo in Pageable sort description.
  • #1570 - Remove unused dependencies.
  • #1565- Missing Request Body for Write Operation Actuator Endpoints.
  • #1522 - parameter of type com.querydsl.core.types.Predicate ignored when unique.
  • #1556 - oauth2RedirectUrl cached unexpectedly.
  • #1546 - Custom Requestmapping consumes responses.
  • #1552 - resolve-schema-properties is not replacing tokens from properties file.
  • #1530 - Setting displayOperationId to false does not work.
  • #1525 - Null vendor extensions are excluded from Json/Yaml.

[1.6.6] - 2022-02-06

Changed

  • #1424 - Upgrade to swagger-ui 4.5.0
  • #1474 - Upgrade webjars-locator-core version to 0.48

Fixed

  • #1469 - #1036 - CSRF header should not be sent to cross domain sites
  • #1480 - Fix the problem that the inconsistent newline characters of different platforms
  • #1475 - Class level @​Tag overwrites method level @​Operation.tags.
  • #1491 - Set containingClass at MethodParameter

[1.6.5] - 2022-01-23

Added

  • #1430 - Add Support custom login processing endpoints
  • #1429 - Allow excluding individual methods from OpenApi output
  • #1372 - Customize operation and parameters by the return value
  • #1453 - Reverse proxy context path aware support for manually provided files

Changed

  • #1424 - Upgrade to swagger-ui 4.2.1

Fixed

  • #1428 - Incorrect RequestBody type on schema/ui if class implements Map.
  • #1455 - Post without @​RequestBody not getting all fields

... (truncated)

Commits
  • ea2b251 [maven-release-plugin] prepare release v1.6.7
  • aca76e1 CHANGELOG.md update
  • 1b634bf spring-native upgrade to 0.11.4
  • cddf109 code review
  • f876fd9 Add title property to GroupedOpenApi class for displaying a Human readable gr...
  • 00744d7 upgrade spring-boot version to 2.6.6 and add owasp dependency-check-maven plugin
  • e65b2fc upgrade to swagger-api 2.2.0 and swagger-ui 4.10.3
  • 739a516 code review
  • 9368d36 classgraph upgrade to 4.8.143
  • 135f292 Typo in Pageable sort description. Fixes #1586.
  • 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)

Bumps [springdoc-openapi-ui](https://github.com/springdoc/springdoc-openapi) from 1.4.8 to 1.6.7.
- [Release notes](https://github.com/springdoc/springdoc-openapi/releases)
- [Changelog](https://github.com/springdoc/springdoc-openapi/blob/master/CHANGELOG.md)
- [Commits](springdoc/springdoc-openapi@v1.4.8...v1.6.7)

---
updated-dependencies:
- dependency-name: org.springdoc:springdoc-openapi-ui
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 7, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 22, 2022

Superseded by #175.

@dependabot dependabot bot closed this Apr 22, 2022
@dependabot dependabot bot deleted the dependabot/maven/org.springdoc-springdoc-openapi-ui-1.6.7 branch April 22, 2022 23:07
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