Skip to content

Releases: softwaremill/tapir

v0.19.0-M9

14 Sep 16:56
Compare
Choose a tag to compare

What’s Changed

Dependency updates

v0.19.0-M8

02 Sep 14:43
Compare
Choose a tag to compare

What’s Changed

Dependency updates

v0.19.0-M7

20 Aug 08:57
Compare
Choose a tag to compare

What’s Changed

  • Generate a mime-type-by-extension database and use it when determining a file's mime type (#1438) @adamw
  • Support AkkaStreams capacity in Play server interpreter (#1386) @gaeljw

Dependency updates

v0.19.0-M5

18 Aug 17:57
Compare
Choose a tag to compare

Breaking changes

  • swagger-ui and redoc server-interpreter-specific modules are removed, and replaced with a single implementation exposing tapir server endpoints, see docs
  • specifying custom interceptors is unified across all server interpreters. Previous usages of [Interpreter]ServerOptions.customInterceptors(...) should be replaced with .customInterceptors.[builderMethods]().options

What’s Changed

Dependency updates

v0.18.3

11 Aug 07:52
Compare
Choose a tag to compare

What’s Changed

  • #1400: fix play server interpreter when routes are put in context for 0.18 (#1423) @sven42

v0.19.0-M4

01 Aug 15:45
Compare
Choose a tag to compare

What’s Changed

  • Derive schemas for arbitrary maps (#1404) @adamw
  • Improve refined mapping to primitive validator (#1406) @strokyl
  • Support streaming & websockets in the zio-http4s interpreter (#1409) @adamw
  • Use strings for big decimal schemas when using circe (#1405) @adamw
  • Improve ergonomics of encode-to-raw function for validators, inferring when possible and providing methods to specify using in-scope codecs (#1399) @adamw
  • Fix play server interpreter when routes are put in context (#1401) @adamw

Dependency updates

v0.19.0-M3

27 Jul 07:26
Compare
Choose a tag to compare

What’s Changed

  • Multiple methods unit test (#1388) @PawelJ-PL
  • Fixed descriptions for circe Json fields (#1379) @bartekzylinski

Dependency updates

v0.18.1

21 Jul 20:54
Compare
Choose a tag to compare

What’s Changed

  • No changes

v0.19.0-M2

19 Jul 19:18
Compare
Choose a tag to compare

What’s Changed

  • Return HTTP 405 when an endpoint matches path but not method (#1356) @dvgica
  • Add SwaggerZioHttp (#1369) @slabiakt
  • Added filtering of implicit headers for Play (#1375) @bartekzylinski

Dependency updates

v0.19.0-M1

15 Jul 20:14
Compare
Choose a tag to compare

What’s Changed