tapir icon indicating copy to clipboard operation
tapir copied to clipboard

Rapid development of self-documenting APIs

Results 292 tapir issues
Sort by recently updated
recently updated
newest added

Tapir version: *** `1.0.6` and above Scala version: *** `2.13` **Describe the bug** https://github.com/softwaremill/tapir/pull/2403 is creating mismatch between openapi and json (using upickle) I kinda disagree with the behavior expected...

Tapir version: zio-vertx-1.1.1 Scala version: 2.13.8 Files regardless of their size are saved on disk and not deleted after request is completed. Had to delete them manually They are saved...

## About this PR 📦 Updates * [io.circe:circe-core](https://github.com/circe/circe) * [io.circe:circe-generic](https://github.com/circe/circe) * [io.circe:circe-literal](https://github.com/circe/circe) * [io.circe:circe-parser](https://github.com/circe/circe) * [io.circe:circe-refined](https://github.com/circe/circe) from `0.14.6` to `0.14.7` 📜 [GitHub Release Notes](https://github.com/circe/circe/releases/tag/v0.14.7) - [Version Diff](https://github.com/circe/circe/compare/v0.14.6...v0.14.7) ## Usage ✅...

Added support for zio-json, generated code forward-compatible with scala3

Tapir version: 1.9.10 Scala version: 3.3.1 ## Connection hangs with no useful logs when response zio stream fails When using zio streams to serve http response using `ZioHttpInterpreter`, the server...

zio

Sometimes it might be desirable to verify if the endpoints match a given OpenAPI schema. To implement this, we would need to parse the schema (see https://github.com/softwaremill/sttp-apispec/issues/2 - although this...

💎 Bounty
💰 Rewarded

## About this PR 📦 Updates [io.gatling.highcharts:gatling-charts-highcharts](https://github.com/gatling/gatling-highcharts) from `3.10.5` to `3.11.1` 📜 [GitHub Release Notes](https://github.com/gatling/gatling-highcharts/releases/tag/v3.11.1) - [Version Diff](https://github.com/gatling/gatling-highcharts/compare/v3.10.5...v3.11.1) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

dependency
automerge

## About this PR 📦 Updates [io.gatling:gatling-test-framework](https://github.com/gatling/gatling) from `3.10.5` to `3.11.1` 📜 [GitHub Release Notes](https://github.com/gatling/gatling/releases/tag/v3.11.1) - [Version Diff](https://github.com/gatling/gatling/compare/v3.10.5...v3.11.1) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...

dependency
automerge

Tapir version: 1.10.5 Scala version: 3.3.1 **Describe the bug** I have some endpoints in my application whose implementations sometimes return a 304 with an empty string as a body. I...

Tapir version: 1.0.1 - 1.10.0 Scala version: 2.13.10 The syntax for setting cookies is clearly defined and can be found in the [documentation here](https://developer.mozilla.org/ru/docs/Web/HTTP/Headers/Set-Cookie): There's an issue with one of...

server