github softwaremill/sttp v3.7.0

latest releases: v4.0.0-M16, v4.0.0-M15, v3.9.7...
23 months ago

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

Don't miss a new sttp release

NewReleases is sending notifications on new releases.