Skip to content

Releases: softwaremill/tapir

v1.1.2

30 Sep 08:45
Compare
Choose a tag to compare

What’s Changed

Dependency updates

v1.1.1

22 Sep 14:00
Compare
Choose a tag to compare

What’s Changed

Dependency updates

v1.1.0

08 Sep 06:14
Compare
Choose a tag to compare

server-core: Breaking Changes

  • Use 406 instead of 415 when the Accept header doesn't match any of the supported content (#2404) @adamw

The UnsupportedMediaTypeInterceptor is renamed to NotAcceptableInterceptor as part of this change. If you customised your interceptors, you might need to update code which uses CustomInterceptors.

Other Changes

Dependency updates

v1.0.6

24 Aug 13:23
Compare
Choose a tag to compare

What’s Changed

  • chore: remove extra quotation mark (#2380) @GreyPlane
  • Properly support classes which are both used directly and as a member of a coproduct (#2376) @adamw

Dependency updates

v1.0.5

17 Aug 18:27
Compare
Choose a tag to compare

What’s Changed

Dependency updates

v1.0.4

08 Aug 20:27
Compare
Choose a tag to compare

What’s Changed

  • Add serverLogicEitherRight and serverLogicEitherLeft variants (#2324) @dvgica
  • Don't reject a oneof variant when there's no body, and the response specifies a content-type (#2357) @adamw
  • Improve macro code so that there are no warnings at usage site (#2340) @adamw
  • Improve github actions workflows (#2341) @adamw

Dependency updates

v1.0.3

28 Jul 15:32
Compare
Choose a tag to compare

What’s Changed

Dependency updates

v1.0.2

18 Jul 15:15
Compare
Choose a tag to compare

What’s Changed

Dependency updates

v1.0.1

22 Jun 12:21
Compare
Choose a tag to compare

What’s Changed

Dependency updates

v1.0.0

14 Jun 10:06
Compare
Choose a tag to compare

After almost 4 years of development and multiple 0.x releases, we are happy to announce the release of tapir 1.0!

First of all, we'd like to thank the tapir community. Your feedback, either in the form of questions, issues or pull requests has been very valuable in shaping tapir 1.0.

You can read the full release announcement on our blog. If you're migrating from an earlier version, the migrations page might be helpful.

We hope you'll enjoy using tapir 1.0 and we're looking forward to further developing the library with your help! :)

banner

What’s Changed

Dependency updates

  • Update play, play-akka-http-server, ... to 2.8.16 (#2226) @github-actions
  • Update fs2-reactive-streams to 3.2.8 (#2224) @github-actions
  • Update opentelemetry-api, ... to 1.15.0 (#2230) @github-actions
  • Update scala-library, scala-reflect to 2.12.16 (#2231) @github-actions
  • Update zio, zio-streams, zio-test, ... to 1.0.15 (#2227) @github-actions
  • Update scala-java-time, ... to 2.4.0 (#2229) @github-actions
  • Update scalafmt-core to 3.5.8 (#2232) @github-actions
  • Update jsoniter-scala-core, ... to 2.13.30 (#2225) @github-actions