Update: This release introduced a regression in the work-stealing thread pool. This regression is fixed in 3.2.5, and it is strongly recommended that users not depend on 3.2.4.
This is the tenth 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.
User-Facing Pull Requests
- #2264 – Fix batched queue starvation (@vasilmkd)
- #2249 – Binpack continuations stack to improve memory density (@viktorklang)
- #2254 – Check
WorkerThread
ownership before scheduling (@vasilmkd) - #2237 – Swap
Thenable
forPromise
inAsync.fromPromise
(@armanbilge)
Thank you so very much, all of you!