Skip to content

Releases: softwaremill/sttp

v3.7.5

25 Aug 13:47
Compare
Choose a tag to compare

What’s Changed

Dependency updates

v3.7.4

11 Aug 09:02
Compare
Choose a tag to compare

What’s Changed

Dependency updates

v3.7.2

28 Jul 07:28
Compare
Choose a tag to compare

What’s Changed

  • Adjust () to an empty byte array in SttpBackendStub (#1510) @adamw

Dependency updates

v3.7.1

20 Jul 16:18
Compare
Choose a tag to compare

What’s Changed

Dependency updates

v3.7.0

15 Jul 18:16
Compare
Choose a tag to compare

Breaking changes

This release includes support for ZIO 2. However, along with the new usage guidelines for ZIO environment, the SttpClient type alias is removed. Instead, SttpBackend[Task, ZioStreams with WebSockets] (or a smaller set of capabilities) should be declared as a dependency through a method parameter or constructor. ZIO backends provide .layer methods which allow creating a ZLayer describing the (scoped) process of creating a backend. See the docs for more details.

What’s Changed

Dependency updates

v3.6.2

20 May 08:40
Compare
Choose a tag to compare

What’s Changed

  • Opentelemetry backends refactoring: splitting metrics and tracing, moving tracing to ZIO-only, improving naming (#1441) @adamw

Dependency updates

v3.6.1

06 May 14:54
Compare
Choose a tag to compare
  • 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

v3.5.2

15 Apr 10:25
Compare
Choose a tag to compare

What’s Changed

Dependency updates

v3.5.1

04 Mar 16:35
Compare
Choose a tag to compare

What’s Changed

Dependency updates

v3.5.0

15 Feb 13:48
Compare
Choose a tag to compare

What’s Changed

  • Expose Responses in PrometheusBackend where available (#1301) @Krever

Dependency updates