Skip to content

v1.0.0-M25

Pre-release
Pre-release
Compare
Choose a tag to compare
@rossabaker rossabaker released this 01 Sep 18:16
· 5305 commits to main since this release
v1.0.0-M25

This is the latest development release. No binary compatibility is promised yet.

This release includes a security patch to GHSA-52cf-226f-rhr6, along with all changes in v0.23.2.

http4s-core

Breaking changes

  • #5051: Per spec, Access-Control-Allow-Headers and Access-Control-Expose-Headers can be empty.
  • #5082: Remodel Origin header. Origin.Null is changed to Origin.null. The obsolete Origin.HostList is gone in favor of Origin.Host being an Origin. Fixes parsing of an empty header to be an error instead of returning null.

http4s-dom-core

Enhancements

  • #5049: Implement EntityEncoder for File and ReadableStream[Unit8Array].
  • #5094, #5103: Fix readable stream cancellation bug in Firefox

Dependency updates

  • simpleclient-0.12.0 (Prometheus)
  • scalajs-dom-1.2.0