Releases: SMILEY4/ktor-openapi-tools
Releases · SMILEY4/ktor-openapi-tools
2.7.3
05 Jan 16:46
Compare
Sorry, something went wrong.
No results found
change name of AuthScheme#BEARER from "Bearer" to "bearer"
bump ktor version to 2.3.7
bump swagger-parser version to 2.1.19
2.7.2
11 Dec 22:12
Compare
Sorry, something went wrong.
No results found
fix bug: invalid property "name" in security schemes
2.7.1
15 Nov 20:25
Compare
Sorry, something went wrong.
No results found
fix: displayed routes using the resources-plugin contained parameters in the url
2.7.0
11 Nov 13:24
Compare
Sorry, something went wrong.
No results found
upgraded dependency versions
fixed: missing properties that start with 'is[A-Z]' #60
2.6.0
20 Oct 16:41
Compare
Sorry, something went wrong.
No results found
allow for multiple openapi-specs and swagger-uis
simpler request and response-body schema customization (oneOf, multipleOf, custom)
2.5.0
16 Sep 12:08
Compare
Sorry, something went wrong.
No results found
add support for type-safe routes / resources-plugin
2.4.0
29 Aug 21:13
Compare
Sorry, something went wrong.
No results found
add support for external documentation
2.3.1
07 Aug 14:20
Compare
Sorry, something went wrong.
No results found
fix bug: schemas with wildcard generics (e.g. Array<*>) throw exception
2.3.0
05 Aug 17:33
Compare
Sorry, something went wrong.
No results found
add rootHostPath to plugin-config for improved support for reverse-proxies
add customSchemas.includeAll to plugin-config to also include custom schemas that are not directly references by any route
add github actions to automatically run tests and-code style-checks
2.2.3
28 Jul 20:05
Compare
Sorry, something went wrong.
No results found
fix bug: schema for file-uploads not generated correctly