Releases: softwaremill/tapir
Releases · softwaremill/tapir
v1.11.44
What’s Changed
- Update sbt-dependency-tree to 1.11.6 (#4794) @softwaremill-ci
- Adds support for otel4s metrics (#4788) @jctim
- Remove reliance of tests on Cats Effect, to enable Scala Native release for sttp client module (#4617) @keynmol
- Make the chunk size used to convert InputStreams to ZIO response bodies configurable (#4780) @adamw
Dependency updates
- Update jsoniter-scala-core, ... to 2.37.9 (#4796) @softwaremill-ci
- Update zio-http to 3.5.0 (#4792) @softwaremill-ci
- Update sbt-scalajs, scalajs-compiler, ... to 1.20.1 (#4793) @softwaremill-ci
- Update client4:akka-http-backend, ... to 4.0.10 (#4789) @softwaremill-ci
- Update zio-http to 3.4.1 (#4786) @softwaremill-ci
- Update zio, zio-streams, zio-test, ... to 2.1.21 (#4785) @softwaremill-ci
- Update fs2-reactive-streams to 3.12.2 (#4784) @softwaremill-ci
- Update vertx-codegen, vertx-web to 4.5.21 (#4783) @softwaremill-ci
- Update jsoniter-scala-core, ... to 2.37.8 (#4781) @softwaremill-ci
- Update swagger-ui to 5.28.0 (#4779) @softwaremill-ci
- Update sttp-mock-server, ... to 1.11.43 (#4776) @softwaremill-ci
- Update pekko-discovery, pekko-slf4j, ... to 1.2.0 (#4777) @softwaremill-ci
v1.11.43
What’s Changed
- Build tapir-aws-terraform for Scala 3. (#4771) @cptwunderlich
- avoid deprecated
java.net.URLconstructor (#4767) @xuwei-k
Dependency updates
- Update jackson-module-scala to 2.20.0 (#4774) @softwaremill-ci
- Update vertx-codegen, vertx-web to 4.5.20 (#4773) @softwaremill-ci
- Update armeria to 1.33.2 (#4772) @softwaremill-ci
- Update vertx-codegen, vertx-web to 4.5.19 (#4770) @softwaremill-ci
- Update opentelemetry-semconv to 1.36.0 (#4768) @softwaremill-ci
- Update java-dogstatsd-client to 4.4.5 (#4763) @softwaremill-ci
- Update prometheus-metrics-core, ... to 1.4.1 (#4761) @softwaremill-ci
- Update jsoniter-scala-core, ... to 2.37.6 (#4760) @softwaremill-ci
- Update armeria to 1.33.1 (#4758) @softwaremill-ci
- Update jsoniter-scala-core, ... to 2.37.5 (#4757) @softwaremill-ci
- Update zio-http to 3.4.0 (#4754) @softwaremill-ci
- Update vertx-codegen, vertx-web to 4.5.18 (#4756) @softwaremill-ci
- Update sttp-mock-server, ... to 1.11.42 (#4753) @softwaremill-ci
v1.11.42
What’s Changed
- Use the current Ox scope when running a Netty sync-server to create threads (forks) (#4752) @adamw
- Fix invalid link on netty server (#4746) @dragove
Dependency updates
- Update jsoniter-scala-core, ... to 2.37.4 (#4751) @softwaremill-ci
- Update jsoniter-scala-core, ... to 2.37.2 (#4750) @softwaremill-ci
- Update opentelemetry-exporter-otlp, ... to 1.53.0 (#4749) @softwaremill-ci
- Update opentelemetry-api, ... to 1.53.0 (#4748) @softwaremill-ci
- Update sttp-mock-server, ... to 1.11.41 (#4743) @softwaremill-ci
- Update swagger-ui to 5.27.1 (#4745) @softwaremill-ci
v1.11.41
What’s Changed
- Fix filename decoding in http4s multipart handling (#4733) @adamw
- Add missing type/object aliases to TapirAliases (#4734) @adamw
Dependency updates
- Update vertx-codegen, vertx-web to 4.5.17 (#4741) @softwaremill-ci
- Update jsoniter-scala-macros to 2.37.1 (#4740) @softwaremill-ci
- Update jsoniter-scala-core to 2.37.1 (#4737) @softwaremill-ci
- Update model:core to 1.7.16 (#4735) @softwaremill-ci
- Update iron to 3.0.3 (#4731) @softwaremill-ci
- Update sttp-mock-server, ... to 1.11.40 (#4729) @softwaremill-ci
v1.11.40
What’s Changed
Dependency updates
- Update sttp-mock-server, ... to 1.11.39 (#4727) @softwaremill-ci
- Update jsoniter-scala-core, ... to 2.37.0 (#4726) @softwaremill-ci
v1.11.39
What’s Changed
- Fix getting a single file which is given as a relative path (#4725) @adamw
- Fixed telemetry request duration unit (#4721) @mturlo
- fix: De-inline iron given instances (#4718) @Iltotore
Dependency updates
- Update cats-effect to 3.6.3 (#4723) @softwaremill-ci
- Update scalajs-dom to 2.8.1 (#4722) @softwaremill-ci
- Update sttp-mock-server, ... to 1.11.38 (#4720) @softwaremill-ci
v1.11.38
What’s Changed
Dependency updates
- Update zio, zio-streams, zio-test, ... to 2.1.20 (#4716) @softwaremill-ci
- Update jackson-module-scala to 2.19.2 (#4713) @softwaremill-ci
- Update pekko-discovery, pekko-slf4j, ... to 1.1.5 (#4711) @softwaremill-ci
- Update sttp-mock-server, ... to 1.11.37 (#4710) @softwaremill-ci
v1.11.37
What’s Changed
- Introduce an option to interrupt cancelled requests only optionally (#4709) @adamw
- Improving Netty-sync error handling when requests are cancelled (#4708) @adamw
- Content-Length header in HEAD response is optional according to RFC (#4703) @honzabazant
- fix Endpoint.scala doc typo (#4701) @alphaho
Dependency updates
- Update swagger-ui to 5.26.2 (#4706) @softwaremill-ci
- Update sbt-ide-settings to 1.1.3 (#4705) @softwaremill-ci
- Update opentelemetry-exporter-otlp, ... to 1.52.0 (#4700) @softwaremill-ci
- Update opentelemetry-api, ... to 1.52.0 (#4699) @softwaremill-ci
- Update sttp-mock-server, ... to 1.11.36 (#4698) @softwaremill-ci
v1.11.36
What’s Changed
- codegen: Add directives to force body serialisation to eager or streaming (#4686) @hughsimpson
- use Scala3 LTS for iron (#4677) @redroy44
Dependency updates
- Update sbt-mdoc to 2.7.2 (#4696) @softwaremill-ci
- Update otel4s-oteljava, ... to 0.13.1 (#4697) @softwaremill-ci
- Update model:core to 1.7.15 (#4695) @softwaremill-ci
- Update sbt, sbt-dependency-tree, ... to 1.11.3 (#4689) @softwaremill-ci
- Update cats-effect to 3.6.2 (#4693) @softwaremill-ci
- Update prometheus-metrics-core, ... to 1.3.10 (#4690) @softwaremill-ci
- Update jsoniter-scala-core, ... to 2.36.7 (#4688) @softwaremill-ci
- Update prometheus-metrics-core, ... to 1.3.9 (#4687) @softwaremill-ci
- Update gatling-sbt to 4.16.1 (#4685) @softwaremill-ci
- Update play-json to 3.0.5 (#4682) @softwaremill-ci
- Update sbt-twirl to 2.0.9 (#4683) @softwaremill-ci
- Update play, play-pekko-http-server, ... to 3.0.8 (#4681) @softwaremill-ci
- Update play, play-akka-http-server, ... to 2.9.8 (#4680) @softwaremill-ci
- Update asyncapi-circe-yaml, ... to 0.11.10 (#4679) @softwaremill-ci
- Update jsoniter-scala-core, ... to 2.36.6 (#4678) @softwaremill-ci
- Update swagger-ui to 5.25.3 (#4676) @softwaremill-ci
- Update sttp-mock-server, ... to 1.11.35 (#4675) @softwaremill-ci
v1.11.35
What’s Changed
- Keep other content disposition params and headers for each individual request body part in sttp-stub4-server (#4672) @markarasev
- codegen: handle recursive schema defns in scala 3 (#4671) @hughsimpson
- Fix internal links in the documentation (#4659) @niooss-ledger
- Fix admonition syntax in documentation (#4660) @niooss-ledger
Dependency updates
- Update otel4s-oteljava, ... to 0.13.0 (#4666) @softwaremill-ci
- Update sbt-dependency-tree to 1.11.2 (#4673) @softwaremill-ci
- Update cats, circe to 4.0.9 (#4669) @softwaremill-ci
- Update client4:akka-http-backend, ... to 4.0.9 (#4667) @softwaremill-ci
- Update classgraph to 4.8.180 (#4668) @softwaremill-ci
- Update enumeratum to 1.9.0 (#4611) @softwaremill-ci
- Update zio-json to 0.7.44 (#4664) @softwaremill-ci
- Update vertx-codegen, vertx-web to 4.5.16 (#4665) @softwaremill-ci
- Update iron to 3.0.2 (#4661) @softwaremill-ci
- Update swagger-ui to 5.25.2 (#4662) @softwaremill-ci
- Update enumeratum-circe to 1.9.0 (#4612) @softwaremill-ci
- Update sttp-mock-server, ... to 1.11.34 (#4657) @softwaremill-ci
- Update jsoniter-scala-core, ... to 2.36.5 (#4656) @softwaremill-ci