Skip to content

Releases: SMILEY4/ktor-swagger-ui

5.0.0-beta.2

15 Jan 23:12
Compare
Choose a tag to compare
5.0.0-beta.2 Pre-release
Pre-release
  • added support for redoc (ktor-redoc-project)

4.1.5

15 Jan 16:22
Compare
Choose a tag to compare
  • fix bug: plugin configuration not merged correctly when using multiple openapi-specs (some changes in main config did not apply to specific spec configs)
  • fix bug: multipart-body used the old schema type-property instead of types, resulting in a broken schema
  • fixed examples: multipart-body examples used the old schema type-property instead of types, resulting in a broken schemas

4.1.4

12 Jan 11:49
Compare
Choose a tag to compare
  • fixed: root path set via application.rootPath = "..." was ignored in openapi

4.1.3

11 Jan 14:11
Compare
Choose a tag to compare
  • upgraded schema-kenerator from 1.6.2 to 1.6.3

3.6.1

11 Jan 13:46
Compare
Choose a tag to compare
  • upgraded schema-kenerator from 1.5.0 to 1.5.1

5.0.0-beta.1

09 Jan 22:56
Compare
Choose a tag to compare
5.0.0-beta.1 Pre-release
Pre-release
  • split project into submodules: ktor-openap and ktor-swagger-ui
    • "ktor-openapi" plugin is responsible only for generating and providing an openapi-file
      • no longer install(SwaggerUI) but now install(OpenApi)
      • can be used without the swagger-ui dependency
    • "ktor-swagger" library to provide routes to server swagger-ui for any openapi-file (based on given url)
      • can be used with any openapi file or generator
    • this split allows for more flexibility and new features using openapi-files without swagger-ui (e.g. redoc)
  • cleanup package structure, naming, configuration
    • shorter and cleaner package names
    • shorter and more uniform class names
    • slightly simpler configuration dsl
    • made all internal classes actually "internal" -> less namespace pollution

4.1.2

14 Dec 14:27
Compare
Choose a tag to compare
  • upgrade schema-kenerator from 1.6.1 to 1.6.2

4.1.1

11 Dec 21:49
Compare
Choose a tag to compare
  • upgrade schema io.swagger.parser.v3:swagger-parser from 2.1.20 to 2.1.24
  • upgrade schema-kenerator from 1.6.0 to 1.6.1

4.1.0

17 Nov 15:35
Compare
Choose a tag to compare
  • add default kotlinx example encoder
  • add ignoredRouteSelectorClassNames in case class to ignore is not puplic (#149)
  • upgrade schema-kenerator from 1.5.0 to 1.6.0
  • add @KtorDsl annotation on documented routes
  • fixed: default security schema did not correctly use components section
  • fixed documented resource routes (#153)

4.0.0

24 Oct 21:18
Compare
Choose a tag to compare
  • upgrade ktor to 3.0.0 (#140) 🎉
  • removed unnecessary ktor Webjars plugin