Skip to content

Releases: softwaremill/sttp

v3.8.3

17 Oct 15:40
Compare
Choose a tag to compare

What’s Changed

Dependency updates

v3.8.2

30 Sep 16:58
Compare
Choose a tag to compare

What’s Changed

Dependency updates

v3.8.1

30 Sep 11:59
Compare
Choose a tag to compare

What’s Changed

Dependency updates

v3.8.0

13 Sep 10:47
Compare
Choose a tag to compare

What’s Changed

Dependency updates

v3.7.6

26 Aug 13:58
Compare
Choose a tag to compare

What’s Changed

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