github softwaremill/tapir v0.18.0-M17

latest releases: v1.11.9, v1.11.8, v1.11.7...
3 years ago

New features

Some of the modules are now available for Scala3 on the JVM: core, http4s & vertx servers, sttp client, as well as some json and datatypes integrations

Breaking changes

  • Validator.enum method has been renamed to Validator.enumeration, and .derivedEnum to .derivedEnumeration, as enum is now a keyword in Scala3
  • due to changes to companion objects in Scala3, .mapTo(Companion) is replaced with a macro: .mapTo[CaseClass]
  • enumerations in openapi model (parameters, parameter style) are now sealed trait families

What’s Changed

Don't miss a new tapir release

NewReleases is sending notifications on new releases.