sttp tapir v0.12.0
Major changes
- renamed the group id from
com.softwaremill.tapirtocom.softwaremill.sttp.tapir(organization) - renamed the main package from
tapirtosttp.tapir(see sttp-client/#288) Codecs are parametrised with aCodecFormat, instead of aMediaType(however, codec format still includes a media type)- using sttp model (which is shared with sttp client)
- changed
SchemaFor[T]intoSchema[T]. PreviousSchemadatatype now isSchemaType(#247)
And some minor changes :)