Skip to content

Releases: softwaremill/tapir

v1.11.9

12 Nov 16:55
388829d
Compare
Choose a tag to compare

What’s Changed

  • Fix cleanup in Netty handler after a request timeout (#4156) @adamw
  • Better handling of Empty entity in Akka an Pekko BodyListener. (#4140) @Matzz
  • [Snyk] Upgrade aws-cdk-lib from 2.80.0 to 2.162.1 (#4137) @kciesielski

Dependency updates

v1.11.8

04 Nov 12:37
437ca07
Compare
Choose a tag to compare

What’s Changed

Dependency updates

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