Skip to content

Releases: softwaremill/tapir

v0.17.0-M9

19 Nov 15:55
Compare
Choose a tag to compare

Auto/semi auto derivation: Validator and Schema derivations are now configurable. In order make your code compile as it was before, you need to add an explicit import:

import sttp.tapir.generic.auto._

or separately:

import sttp.tapir.generic.schema._
import sttp.tapir.generic.validator._

You can also use ValidatorDerivation and SchemaDerivation mixins. See https://tapir.softwaremill.com/en/latest/endpoint/customtypes.html#schema-derivation for more details.

There's also a ScalaFix migration available: https://github.com/xela85/TapirGenericAutoMigration.

v0.17.0-M8

03 Nov 09:03
Compare
Choose a tag to compare

What’s Changed

v0.17.0-M7

02 Nov 14:33
Compare
Choose a tag to compare

What’s Changed

v0.17.0-M6

30 Oct 15:49
Compare
Choose a tag to compare

What’s Changed

v0.17.0-M5

26 Oct 11:26
Compare
Choose a tag to compare

What’s Changed

v0.17.0-M4

22 Oct 14:03
Compare
Choose a tag to compare

What’s Changed

  • #315: configurable coproducts schema derivation (#806) @adamw
  • Better ZIO integration, always using the environment (#803) @adamw

v0.17.0-M3

21 Oct 11:38
Compare
Choose a tag to compare

What’s Changed

v0.17.0-M2

30 Sep 08:34
Compare
Choose a tag to compare

What’s Changed

v0.17.0-M1

17 Sep 10:10
Compare
Choose a tag to compare

What’s Changed

v0.16.16

26 Aug 16:36
Compare
Choose a tag to compare

What’s Changed