v0.19.0-M5
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
- Files endpoint (#1436) @adamw
- Add zio-http redoc support (#1427) @tdrozdowski
- Simplify server options and interceptor customisation (#1422) @adamw
- Improve inference of whole numbers when generating docs (#1421) @adamw
- Enable errors accumulations by default with Circe (#1413) @geirolz
Dependency updates
- Update shared:akka, shared:core, shared:fs2, ... to 1.2.6 (#1431) @scala-steward
- Update model:core to 1.4.10 (#1430) @scala-steward
- Update jsoniter-scala-core, ... to 2.10.0 (#1429) @scala-steward
- Update cats-effect to 3.2.3 (#1428) @scala-steward
- Update cats-effect to 3.2.2 (#1418) @scala-steward
- Update http4s-blaze-client, ... to 0.23.1 (#1419) @scala-steward
- Update akka-http to 10.2.6 (#1417) @scala-steward
- Update sbt-scalajs, scalajs-compiler, ... to 1.7.0 (#1414) @scala-steward
- Update swagger-ui to 3.51.2 (#1412) @scala-steward