v0.2.10
This is the eleventh release in the 0.2.x series of http4s-dom and is binary-compatible with every previous 0.2.x release. It is published against the http4s 0.23.x series with Scala 2.12, 2.13, and 3.3+ and Scala.js 1.13+.
This release makes opening a new WebSocket connection properly cancelable.
Fixes
- Make opening a WebSocket connection cancelable by @armanbilge in #328
Optimizations
- Use
Mutex
instead ofSemaphore(1)
by @armanbilge in #327
Updates
- Update scala-library to 2.12.18 by @http4s-steward in #283
- Update http4s-client, ... to 0.23.23 by @http4s-steward in #300
- Update scala3-library, ... to 3.3.1 by @http4s-steward in #312
- Update fs2-core to 3.9.2 by @http4s-steward in #316
- Update scala-library to 2.13.12 by @http4s-steward in #314
- Update sbt-scalajs, scalajs-compiler, ... to 1.14.0 by @http4s-steward in #323
- Update scalajs-dom to 2.8.0 by @http4s-steward in #325
- Update cats-effect to 3.5.2 by @http4s-steward in #324
Full Changelog: v0.2.9...v0.2.10