Skip to content

v3.5.1

Compare
Choose a tag to compare
@djspiewak djspiewak released this 24 Jun 19:20
· 348 commits to series/3.5.x since this release
9c00cf1

This is the forty-sixth release in the Cats Effect 3.x lineage. It is fully binary compatible with every 3.x release and fully source-compatible with every 3.5.x release.

⚠️ Important note

The 3.5.x series contains some changes that may be semantically breaking with respect to earlier 3.x releases. If you're using fs2, http4s, or other libraries from the ecosystem, make sure you've upgraded to versions of these libraries that are compatible with this release (for fs2, that's 3.7.0+, for http4s it's 0.23.19+)!

Additionally, if you're using methods like fromFuture, make sure you're aware of the major changes to async, described in these release notes.

What's Changed

Bug Fixes

Behind the Scenes

Documentation

  • Point out cancelation semantics in fromCompletableFuture scaladoc by @danicheg in #3644

Full Changelog: v3.5.0...v3.5.1