Skip to content

Releases: softwaremill/tapir

v1.6.0

27 Jun 09:00
Compare
Choose a tag to compare

What’s Changed

  • Changed zio metric type for active requests from Count to Gauge. (#2990) @Grryum
  • Fix tapir module name in json-schema.md (#2993) @guersam
  • Feature/serverless zio (#2975) @TigranOhanyan
  • [mergify] Don't check Scala Native for Scala 2 anymore (#2982) @kciesielski
  • Simplify configuration of Netty-based servers; drop netty-zio1 server interpreter (#2970) @adamw
  • [bugfix] Add configuration parameter to customiseInterceptors in PlayServerOptions (#2966) @PanHNE

Dependency updates

v1.5.5

15 Jun 20:11
Compare
Choose a tag to compare

What’s Changed

Dependency updates

v1.5.4

12 Jun 20:23
98c6b49
Compare
Choose a tag to compare

What’s Changed

Dependency updates

v1.5.1

06 Jun 12:16
Compare
Choose a tag to compare

What’s Changed

  • [bugfix] Return actual content type of pre-gzipped file (#2939) @kciesielski
  • Decode method inputs first, before path inputs (#2937) @adamw

Dependency updates

v1.5.0

30 May 16:09
Compare
Choose a tag to compare

Breaking changes (server interpreters)

  • badRequestOnPathErrorIfPathShapeMatches and badRequestOnPathInvalidIfPathShapeMatches have been removed from DefaultDecodeFailureHandler, and the default behaviour has changed. See migrating for more information.

What’s Changed

Dependency updates

v1.4.0

18 May 23:12
Compare
Choose a tag to compare

⚠️ Important note

Some modules of Tapir 1.4.0 have switched to Cats Effect 3.5.0, which changes the way Async.async, Async.async_, and Async.fromFuture behave around cancellation. If your project relies on Cats Effect 3, read CE release notes and make sure your usages of mentioned methods are aligned.


What’s Changed

Dependency updates

v1.3.0

27 Apr 20:24
Compare
Choose a tag to compare

What’s Changed

Dependency updates

v1.2.13

25 Apr 12:26
e28215b
Compare
Choose a tag to compare

What’s Changed

Dependency updates

v1.2.12

03 Apr 21:47
abda91c
Compare
Choose a tag to compare

What’s Changed

Dependency updates

v1.2.11

22 Mar 17:48
02d0205
Compare
Choose a tag to compare

What’s Changed

Dependency updates