github softwaremill/tapir v1.0.0-RC2

latest releases: v1.11.4, v1.11.3, v1.11.2...
2 years ago

Breaking changes

  • streamBinaryBody now takes a codec format which determines the media type of the response. E.g. streamBinaryBody(Fs2Streams[F])(CodecFormat.Zip()). The previous default was CodecFormat.OctetStream()
  • server interpreter artifacts have consistent naming using the template: tapir-<server>-server-<effect>. More specifically, the http4s-zio interpreter is now included in the tapir-http4s-server-zio artifact. Moreover, vertx and netty interpreters have been split into separate subprojects for each effect implementation, so if you want to use vertx+cats, you need to depend on tapir-vertx-server-cats.

What’s Changed

Dependency updates

Don't miss a new tapir release

NewReleases is sending notifications on new releases.