tapir
tapir copied to clipboard
Rapid development of self-documenting APIs
## About this PR π¦ Updates [com.fasterxml.jackson.module:jackson-module-scala](https://github.com/FasterXML/jackson-module-scala) from `2.17.0` to `2.17.1` π [GitHub Release Notes](https://github.com/FasterXML/jackson-module-scala/releases/tag/v2.17.1) - [Version Diff](https://github.com/FasterXML/jackson-module-scala/compare/v2.17.0...v2.17.1) ## Usage β **Please merge!** I'll automatically update this PR to resolve...
The details are described here - https://softwaremill.community/t/how-to-handle-extraction-of-two-or-more-variables-within-single-path-segment/367/1 - multiple path variables and literals in the same path segment, e.g., /people/{firstName}-{lastName}/SSN - path variable and literal within the same path segment,...
Gatling version 3.11 introduces changes which no longer allow us to run simulations programmatically from our `PerfTestSuiteRunner`. I removed the runner entirely, together with our custom reporters, leaving latency histograms....
Tapir version: 1.10.6 Scala version: 2.13.11 Query parameters declared as optional are required by the endpoint. If any parameter is omitted the endpoint returns "Invalid value for: query parameter..." error....
```scala /** Use of discriminator, resulting yaml does not validate. Problematic part: * ``` * discriminator: * propertyName: fruit * mapping: * Apple: '#/components/schemas/Apple' * Potato: '#/components/schemas/Potato' * ``` *...
```scala /** Broken rendering of examples. * * Result: * ``` * messages: * Apple: * examples: * - payload: * - color: red * - color: green * ```...
## About this PR π¦ Updates * [dev.zio:zio](https://github.com/zio/zio) * [dev.zio:zio-streams](https://github.com/zio/zio) * [dev.zio:zio-test](https://github.com/zio/zio) * [dev.zio:zio-test-sbt](https://github.com/zio/zio) from `2.0.22` to `2.1.0` π [GitHub Release Notes](https://github.com/zio/zio/releases/tag/v2.1.0) - [Version Diff](https://github.com/zio/zio/compare/v2.0.22...v2.1.0) ## Usage β **Please merge!**...
Hi there π I'm the creator/maintainer of [smithy4s](https://github.com/disneystreaming/smithy4s), a scala toolset around the [smithy IDL](https://smithy.io/). Smithy4s provides a code-generator that creates protocol-agnostic and third-party-library-agnostic scala code, with a number or...
β¦em in API documentation. These 2 test cases fail. See discussion here: https://softwaremill.community/t/how-to-improve-open-api-documentation-for-iron-refined-types/396/7