Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency io.github.smiley4:ktor-swagger-ui to v3 #462

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 9, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.github.smiley4:ktor-swagger-ui 2.10.0 -> 3.0.0 age adoption passing confidence

Release Notes

SMILEY4/ktor-swagger-ui (io.github.smiley4:ktor-swagger-ui)

v3.0.0

Compare Source

  • improved default schema-generator configuration
  • improved documentation

Changes from 3.0.0-beta1

  • reworked schema and example handling; replaced previously used json schema generator with https://github.com/SMILEY4/schema-kenerator
    this switch should result in more predictable behavior, cleaner schemas in the spec and allow for more flexibility and better support for future features and bugfixes specific to the ktor-swagger-ui plugin

  • dropped automatic swagger-ui routing. Routes for swagger-ui and the openapi-file have to be added manually at the desired url
    this change should make the routing of the ui and spec more visible and intuitive while also allowing for easier customization of the routes

  • cleaned up plugin-configuration and openapi-dsl
    removed no longer necessary configuration and cleaned up existing groups making the plugin config a bit cleaner

  • examples are no longer part of the tests and have been moved to an own subproject. Reworked examples to better showcase functionalities.

Changes from 3.0.0-beta2

Changes from 3.0.0-beta3

  • add option to disable syntax highlighting (SwaggerUiSyntaxHighlight#DISABLED)
  • upgrade schema-kenerator to version 0.4.0 (https://github.com/SMILEY4/schema-kenerator/releases/tag/0.4.0)
  • uprade swagger-ui webjars to version 5.17.11
  • upgrade to openapi version 3.1.0 and add support for more properties
    • added info.summary
    • added license.identifier
    • added server.variables
    • added header.explode
    • added parameter.style
    • added route.externalDocs, route.servers
  • fix: swagger routing config

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@osoykan osoykan merged commit fc234a7 into main Jun 10, 2024
1 check passed
@osoykan osoykan deleted the renovate/io.github.smiley4-ktor-swagger-ui-3.x branch June 10, 2024 05:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant