github typelevel/cats-effect v2.5.3

latest releases: v3.6.0-RC1, v3.5.7, v3.5.6...
3 years ago

This is the sixteenth major release in the Cats Effect 2.x lineage. It is fully binary compatible with all 2.x.y
releases.

This release deprecates IO.suspend and SyncIO.suspend in favor of IO.defer and SyncIO.defer respectively. This helps bring the Cats Effect 2 syntax closer to the new naming used in Cats Effect 3, which should aid the migration. Scalafix rewrite rules are also available.

User-Facing Pull Requests

  • #2169 Add IO.defer, SyncIO.defer, deprecate IO.suspend, SyncIO.suspend and add scalafix migrations (@vasilmkd)
  • Bring library versions up to date in documentation (@djspiewak)

Don't miss a new cats-effect release

NewReleases is sending notifications on new releases.