Skip to content

v0.2.6

Compare
Choose a tag to compare
@armanbilge armanbilge released this 22 Jan 22:41
· 219 commits to series/0.2 since this release
a37e9d7

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

Full Changelog: v0.2.5...v0.2.6