Major changes
- renamed the group id from
com.softwaremill.tapir
tocom.softwaremill.sttp.tapir
(organization) - renamed the main package from
tapir
tosttp.tapir
(see sttp-client/#288) Codec
s 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]
. PreviousSchema
datatype now isSchemaType
(#247)
And some minor changes :)