Skip to content

Releases: SMILEY4/ktor-openapi-tools

2.7.3

05 Jan 16:46

Choose a tag to compare

  • 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

Choose a tag to compare

  • fix bug: invalid property "name" in security schemes

2.7.1

15 Nov 20:25

Choose a tag to compare

  • fix: displayed routes using the resources-plugin contained parameters in the url

2.7.0

11 Nov 13:24

Choose a tag to compare

  • upgraded dependency versions
  • fixed: missing properties that start with 'is[A-Z]' #60

2.6.0

20 Oct 16:41

Choose a tag to compare

  • 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

Choose a tag to compare

  • add support for type-safe routes / resources-plugin

2.4.0

29 Aug 21:13

Choose a tag to compare

  • add support for external documentation

2.3.1

07 Aug 14:20

Choose a tag to compare

  • fix bug: schemas with wildcard generics (e.g. Array<*>) throw exception

2.3.0

05 Aug 17:33

Choose a tag to compare

  • 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

Choose a tag to compare

fix bug: schema for file-uploads not generated correctly