github typelevel/cats-effect v3.5.6

latest releases: v3.6.0-RC1, v3.5.7
one month ago

This is the fifty-first 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.

Warning

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

Enhancements

  • Only remove error callback if we've added it by @durban in #4168

Bug Fixes

Documentation

Behind the Scenes

Full Changelog: v3.5.5...v3.5.6

Don't miss a new cats-effect release

NewReleases is sending notifications on new releases.