Skip to content

v0.12.3

Choose a tag to compare

@adamw adamw released this 20 Nov 15:34
· 9197 commits to master since this release

Breaking changes

  • the SwaggerHttp4s.routes: HttpRoutes now returns routes that include the given contextPath. Hence, when before to expose the routes you had to do Router("/docs" -> new SwaggerHttp4s(yaml).routes[IO]), now it's:
Router("/" -> new SwaggerHttp4s(yaml).routes[IO])

See #319