v0.2.3
This is the fourth release in the 0.2.x series of http4s-dom and is binary- and source-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.1+ and Scala.js 1.8+.
This release fixes a bug in the FetchClient
. Notably, this is the second bug identified by the Node.js fetch
implementation, which follows the WHATWG specification more closely than browser implementations.
What's Changed
- Chunked requests should be made strict by @armanbilge in #154
Full Changelog: v0.2.2...v0.2.3