cats-effect
cats-effect copied to clipboard
The pure asynchronous runtime for Scala
## Description Fixes #523 This PR addresses the issue by implementing automatic version detection and substitution in the documentation build process. ### Testing Verified locally that @VERSION_3X@ is correctly substituted...
# Description Adds optional `clockStart` parameter to `TestControl.execute` and `executeEmbed` to set initial time offset, making it easier to test time-sensitive code at specific timestamps. ## Use Case This directly...
Adds comprehensive IO documentation and includes sidebar navigation update. Refs #1715
## About this PR π¦ Updates [ch.epfl.scala:sbt-scalafix](https://github.com/scalacenter/sbt-scalafix) from `0.14.3` to `0.14.4` π [GitHub Release Notes](https://github.com/scalacenter/sbt-scalafix/releases/tag/v0.14.4) - [Version Diff](https://github.com/scalacenter/sbt-scalafix/compare/v0.14.3...v0.14.4) ## Usage β **Please merge!** I'll automatically update this PR to resolve...
## Reproduction ```scala //> using scala 3.7.3 //> using dep org.typelevel::cats-effect:3.6.3 import cats.effect.* import cats.effect.std.Supervisor import scala.concurrent.duration.* object SupervisorTest extends IOApp: val M = 20 val N = 100000 override...
## About this PR π¦ Updates * [org.scala-sbt:sbt](https://github.com/sbt/sbt) * [org.scala-sbt:scripted-plugin](https://github.com/sbt/sbt) from `1.11.6` to `1.11.7` π [GitHub Release Notes](https://github.com/sbt/sbt/releases/tag/v1.11.7) - [Version Diff](https://github.com/sbt/sbt/compare/v1.11.6...v1.11.7) ## Usage β **Please merge!** I'll automatically update this...
This shifts to a fully bespoke implementation of `parTraverseN` and such. There are a few things left to clean up, such as a few more tests and running some comparative...
## About this PR π¦ Updates [pl.project13.scala:sbt-jmh](https://github.com/sbt/sbt-jmh) from `0.4.7` to `0.4.8` π [GitHub Release Notes](https://github.com/sbt/sbt-jmh/releases/tag/v0.4.8) - [Version Diff](https://github.com/sbt/sbt-jmh/compare/v0.4.7...v0.4.8) ## Usage β **Please merge!** I'll automatically update this PR to resolve...
## Summary After upgrading to cats effect `3.6.x` we've observed some apparent client connection leaks in our `http4s` applications. Initial experimentation perhaps point to this change to `timeout` being a...