Skip to content

0.5.0

Compare
Choose a tag to compare
@SMILEY4 SMILEY4 released this 10 Sep 15:30
· 422 commits to develop since this release
  • 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