Skip to content

Releases: softwaremill/tapir

v1.11.7

09 Oct 15:34
518f007
Compare
Choose a tag to compare

What’s Changed

  • Fix pickler deserialization when enum cases are not alphabetically sorted (#4093) @adamw
  • Revert "Add more detail to exceptions thrown in the client interpreter" (#4094) @adamw

Dependency updates

v1.11.6

08 Oct 12:40
1fc76b3
Compare
Choose a tag to compare

What’s Changed

  • Update to Ox 0.5.0 (#4086) @adamw
  • Add more detail to exceptions thrown in the client interpreter (#4085) @adamw

Dependency updates

v1.11.5

23 Sep 12:24
1ce0162
Compare
Choose a tag to compare

What’s Changed

Dependency updates

v1.11.4

17 Sep 12:01
b56bb23
Compare
Choose a tag to compare

What’s Changed

Dependency updates

v1.11.3

13 Sep 12:09
1a55859
Compare
Choose a tag to compare

What’s Changed

Dependency updates

v1.11.2

03 Sep 14:44
6cb4af7
Compare
Choose a tag to compare

What’s Changed

Dependency updates

v1.11.1

07 Aug 17:58
a35ed84
Compare
Choose a tag to compare

What’s Changed

Dependency updates

v1.11.0

30 Jul 15:32
b605462
Compare
Choose a tag to compare

Breaking changes

When rendering OpenAPI specifications, there are two changes which might impact the resulting YAML/JSON:

  • tuples are by default rendered as arrays (#3954, #3941)
  • discriminator fields on the child schemas have a const constraint (#3955)

What’s Changed

  • Update scalafmt-core to 3.8.3 (#3956) @softwaremill-ci
  • codegen: permit parent properties in one of children (#3958) @hughsimpson
  • Add an encoded discriminator value attribute for coproducts, use it to render const constraints (#3955) @adamw
  • codegen: ensure schemas are distinct when splitting across ranges (#3957) @hughsimpson
  • Properly derive schemas for tuples (#3954) @adamw
  • ProductAsArray attribute added, alternative rendering of SProduct (#3941) @zorba128

Dependency updates

v1.10.15

23 Jul 23:20
f66758c
Compare
Choose a tag to compare

What’s Changed

  • Generate exact zio patterns for endpoints, taking into account lack of zio's support for no-trailing-slashes (#3949) @adamw
  • Move validatorForDescribed* to LowPriority trait to prevent ambigious implicits under Scala 3.6+ (#3938) @WojciechMazur
  • Add contextSecurityIn for http4s endpoints (#3939) @LaurenceWarne
  • test(testing): add test to detect duplicate endpoint names (#3908) @ThijsBroersen

Dependency updates

v1.10.14

18 Jul 14:07
040afa6
Compare
Choose a tag to compare

What’s Changed

Dependency updates