v0.2.6
This is the seventh 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.2+ and Scala.js 1.11+.
This release makes the new streaming request feature opt-in. This is because the browser may reject a request with a streaming body in various situations (e.g. the connection to the server is over HTTP/1.x), so it was a mistake to enable it by default.
Use the .withStreamingRequests
option on FetchOptions
to enable it per-request, or on FetchClientBuilder
to enable it globally.
What's Changed
- Make streaming requests opt-in by @armanbilge in #240
Full Changelog: v0.2.5...v0.2.6