Skip to content

1.7.3

Latest

Choose a tag to compare

@angryziber angryziber released this 25 Dec 18:38
· 2 commits to main since this release
  • openapi: fix detection of default (undefined) schema implementation
  • openapi: better support for annotation instances created directly in Kotlin code
  • server/openapi: fix analyzing of class-decorated handlers for OpenAPI generation
  • core/openapi: fix initialization of Converter-supported types in OpenAPI generation
  • json: deprecate KeyConverter and ValueConverter in favor of the ones in klite-core module
  • server: basicAuth() helper
  • jdbc: DockerCompose.startDB() will now wait until DB actually accepts connections
  • jdbc: support kotlin.uuid.Uuid and kotlin.time.Instant by default