v1.4.0
github-actions
released this
18 May 23:12
·
1639 commits
to refs/heads/master
since this release
⚠️ Important note
Some modules of Tapir 1.4.0 have switched to Cats Effect 3.5.0, which changes the way Async.async
, Async.async_
, and Async.fromFuture
behave around cancellation. If your project relies on Cats Effect 3, read CE release notes and make sure your usages of mentioned methods are aligned.
What’s Changed
- Expose API for building JSON schemas from Tapir Schemas (#2873) @kciesielski
- Adjust Async cancellation to CE 3.5 (#2897) @kciesielski
- Openapi codegen support tags on endpoints (#2891) @a-khakimov
- Fix handling Strict and Empty body in AkkaBodyListener (#2880) @kciesielski
- Add scalafix configuration for organizing imports (#2875) @kciesielski
- [bugfix] Detecting gzip in Accept-Encoding (#2870) @kciesielski
- [bugfix] Don't wrap streams in the stub interpreter (#2866) @kciesielski
Dependency updates
- Update fs2-reactive-streams to 3.7.0 (#2887) @softwaremill-ci
- Update jsoniter-scala-core, ... to 2.23.0 (#2902) @softwaremill-ci
- Update jsoniter-scala-core, ... to 2.20.7 (#2722) @softwaremill-ci
- Update http4s-blaze-client to 0.23.15 (#2899) @softwaremill-ci
- Update scalacheck-1-17 to 3.2.16.0 (#2895) @softwaremill-ci
- Update cats-effect to 3.5.0 (#2896) @softwaremill-ci
- Update scalatest to 3.2.16 (#2894) @softwaremill-ci
- Update http4s-blaze-client, ... to 0.23.15 (#2893) @softwaremill-ci
- Update cats-effect to 3.4.11 (#2886) @softwaremill-ci
- Update http4s-circe, http4s-core, ... to 0.23.19 (#2889) @softwaremill-ci
- Update scalajs-dom to 2.5.0 (#2890) @softwaremill-ci
- Update quicklens to 1.9.4 (#2885) @softwaremill-ci
- Update gatling-test-framework to 3.9.5 (#2881) @softwaremill-ci
- Update sbt-twirl to 1.5.2 (#2652) @softwaremill-ci
- Update gatling-charts-highcharts to 3.9.5 (#2882) @softwaremill-ci
- Update opentelemetry-api, ... to 1.26.0 (#2871) @softwaremill-ci
- Update gatling-test-framework to 3.9.4 (#2876) @softwaremill-ci
- Update quicklens to 1.9.3 (#2867) @softwaremill-ci
- Update cats-effect to 3.4.10 (#2865) @softwaremill-ci