v0.2.1
This is the second release in the 0.2.x series of http4s-dom and is binary- and source-compatible with v0.2.0. It is published against the http4s 0.23.x series with Scala 2.12, 2.13, and 3.1+ and Scala.js 1.8+.
This release features a WebSocketClient
that implements the WSClient
interface introduced in http4s v0.23.11. Try it out with the interactive example in the docs!
Note that the WSClient
interface is also implemented by the http4s-jdk-http-client. For example, if you implement a GraphQL client with WSClient
you can cross-compile it and deploy to both the browser and the JVM!
User-facing PRs
- Implement WebSocket client by @armanbilge in #93
- WebSocket client docs/example by @armanbilge in #94
Full Changelog: v0.2.0...v0.2.1