Skip to content

Releases: SMILEY4/ktor-swagger-ui

0.9.0

09 Dec 21:39
Compare
Choose a tag to compare
  • make json-schema-generator configurable
  • upgrade to ktor 2.2.1

0.8.0

13 Nov 20:44
Compare
Choose a tag to compare
  • add (basic) support for multipart-bodies

0.7.0

25 Oct 21:58
Compare
Choose a tag to compare
  • add additional configuration-options for swagger-ui
  • fix: add missing enum mapping for schemas

0.6.0

17 Sep 17:16
Compare
Choose a tag to compare
  • added support for custom predefined schemas
  • added support for custom json-schema-builders

0.5.2

16 Sep 10:46
Compare
Choose a tag to compare
  • fixed bug: configured rootPath (in application.conf) not respected

0.5.1

14 Sep 18:17
Compare
Choose a tag to compare
  • fixed bug: security scheme not added to openapi-spec

0.5.0

10 Sep 15:30
Compare
Choose a tag to compare
  • protect Swagger-UI and OpenApi-json with custom authentication
  • improved/proper support for generics in schemas (e.g. body<MyResponse>() as alternative to body(MyResponse::class))
  • support external json-schemas for bodies
  • support for default responses and responses for custom status-codes
  • support operationId
  • add @DslMarker for more safety

0.4.0

03 Sep 21:29
Compare
Choose a tag to compare
add oauth flows

0.3.0

01 Sep 18:47
Compare
Choose a tag to compare
Support examples for request and response bodies

0.2.0

20 Aug 22:14
Compare
Choose a tag to compare
replace java class with kclass