Skip to content

v3.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Jul 18:16
· 1540 commits to refs/heads/master since this release

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