Skip to content

v0.19.0-M5

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Aug 17:57
· 4919 commits to master since this release

Breaking changes

  • swagger-ui and redoc server-interpreter-specific modules are removed, and replaced with a single implementation exposing tapir server endpoints, see docs
  • specifying custom interceptors is unified across all server interpreters. Previous usages of [Interpreter]ServerOptions.customInterceptors(...) should be replaced with .customInterceptors.[builderMethods]().options

What’s Changed

Dependency updates