Skip to content

v3.6.1

Compare
Choose a tag to compare
@github-actions github-actions released this 06 May 14:54
· 1555 commits to refs/heads/master since this release
  • sttp-client now requires at least Java 11. This also means that HttpClient-based synchronous & Future-based backends are included in core, and the httpclient modules are removed. ZIO/Cats/Monix-base HttpClient backends are included in zio, cats and monix modules, respectively. This way modern backends with websocket & streaming capabilities are available "out of the box"
  • the opentracing module is removed
  • the opentelemetry module is expanded (see https://github.com/softwaremill/sttp/releases/tag/v3.6.2, which fixed some problems with this area of the 3.6 release)

What’s Changed

Dependency updates