Skip to content

Releases: softwaremill/tapir

v1.12.3

10 Nov 12:51
26a684d

Choose a tag to compare

What's Changed

  • Akka HTTP - Return HttpEntity.Strict as-is, do not convert to HttpEntity.Default (#4922) @honzabazant

Dependency updates

v1.12.2

04 Nov 13:49
5d47f1f

Choose a tag to compare

What's Changed

Dependency updates

v1.12.1

30 Oct 19:43
65402b7

Choose a tag to compare

What's Changed

  • Do not include validators when .show-ing an endpoint (#4910) @adamw

Dependency updates

v1.12.0

29 Oct 09:27
c4c246b

Choose a tag to compare

What’s Changed

  • Always delete temporary files (multipart parts & file bodies) after the request processing completes (#4904) @adamw
  • Fix the Ztapir.zServerLogic return signature (#4884) @paul-danilin-moia

Changed file handling behavior

As part of #4904, any temporary files are now always deleted after request processing completes (successfully - returning any HTTP response, or with an exception). Previously, these files where only cleaned up in case of request decoding failure (HTTP 4xx responses) or exceptions. This affects multipart file uploads and bodies received as a file (fileBody). If you do need to preserve the files longer than the duration of the request, consider hard-linking then, or creating a copy.

Dependency updates

v1.11.50

19 Oct 02:25
0e9bad4

Choose a tag to compare

What’s Changed

  • Use MediaType value for application/yaml (#4879) @lomigmegard
  • The 'Content-Type' header should be taken into account in the function supportedMediaTypes (#4877) @ajozwik

Dependency updates

v1.11.49

10 Oct 16:55
23b0880

Choose a tag to compare

What’s Changed

Dependency updates

v1.11.48

06 Oct 07:57
082954c

Choose a tag to compare

What’s Changed

  • Implement ServerRequest.connectionInfo for Netty servers (#4853) @adamw

Dependency updates

v1.11.47

03 Oct 17:32
3d53a75

Choose a tag to compare

What’s Changed

Dependency updates

v1.11.46

30 Sep 12:56
f39609d

Choose a tag to compare

What’s Changed

Dependency updates

v1.11.45

29 Sep 20:46
4e2cbfc

Choose a tag to compare

What’s Changed

  • netty interpreter: Return 400 when the request URI is malformed (#4839) @adamw
  • update scalafmt setting. enforce new syntax (#4810) @xuwei-k
  • Use cross dependencies for all js projects (#4803) @Krever
  • Otel4s Metrics example (#4804) @jctim

Dependency updates