github typelevel/cats-effect v3.2.8

latest releases: v3.6.1, v3.6.0, v3.6.0-RC2...
3 years ago

This is the thirteenth major 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.2.x release.

This release reverts the changes to the priority queue implemented in cats.effect.std.PQueue, namely it follows other standard libraries in the choice that FIFO semantics are not necessarily respected when elements are tied in terms of priority.

Furthermore, this release brings several bug fixes for corner cases and performance improvements to the Cats Effect runtime support for detecting and guarding against scala.concurrent.blocking actions (calling Await.result on scala.concurrent.Future or calling unsafeRunSync() on the compute runtime).

User-Facing Pull Requests

We hope you enjoy this release. Thank you.

Don't miss a new cats-effect release

NewReleases is sending notifications on new releases.