Skip to content

Releases: softwaremill/tapir

v1.2.11

22 Mar 17:48
02d0205
Compare
Choose a tag to compare

What’s Changed

Dependency updates

v1.2.10

08 Mar 23:31
5a1044c
Compare
Choose a tag to compare

What’s Changed

Dependency updates

v1.2.9

20 Feb 23:12
aa97ec5
Compare
Choose a tag to compare

What’s Changed

  • Improve the efficiency of request handling in ZIO Http & Play (#2747) @adamw
  • AWS CDK support for Tapir endpoints (#2587) @gzhk
  • zio-http: Use Http.collectHandler (#2718) @frekw

Dependency updates

v1.2.8

07 Feb 21:09
7fa6d4a
Compare
Choose a tag to compare

What’s Changed

  • Properly generate docs for default error responses defined in options (#2717) @adamw
  • [docs] Fix broken links to sections across pages (#2698) @JonasHeylen
  • Fix invalid sttp-mock-server dependency (#2712) @wwziatka

Dependency updates

v1.2.7

27 Jan 22:30
Compare
Choose a tag to compare

What’s Changed

Dependency updates

v1.2.6

18 Jan 22:52
Compare
Choose a tag to compare

What’s Changed

  • Zio netty interpreter improvements, logging example (#2677) @adamw
  • Update sttp-apispec, add a test for multi-value schema example (#2676) @adamw
  • Schemas for any / any object (#2673) @adamw
  • Cross compile tapir-enumeratum with Scala 3 (#2672) @mbuszka

Dependency updates

v1.2.5

10 Jan 08:14
Compare
Choose a tag to compare

What’s Changed

  • Increase build memory to 4G for native+scala3 (#2670) @adamw
  • Properly determine if a WS request is successful when running in JS (sttp client interpreter) (#2669) @adamw
  • Change that ServerLog.requestReceived takes a token as the other callbacks (#2660) @dalle
  • add content range codec (#2653) @fmeriaux
  • Fix synchronous effect execution for ZIO2 Vert.X server (#2648) @vladimirkl
  • #1737 Input annotated class can be empty. (#1742) @borissmidt

Dependency updates

v1.2.4

16 Dec 23:51
Compare
Choose a tag to compare

What’s Changed

Dependency updates

v1.2.3

23 Nov 18:25
Compare
Choose a tag to compare

What’s Changed

Dependency updates

v1.2.2

19 Nov 00:20
Compare
Choose a tag to compare

What’s Changed

  • Fix metric collection in vertx and netty (#2579) @adamw
  • Replace unsafeCompat with usafe (#2577) @Pask423
  • Added necessary widens to support multiple environments (#2567) @lbialy
  • Use Reactive Streams to add stream support to VertxFutureServerInterpreter (#2552) @tdroxler
  • Add support for grpc repeated and oneof fields (#2548) @mbore

Dependency updates