Skip to content

v0.23.12

Compare
Choose a tag to compare
@rossabaker rossabaker released this 24 May 20:12
· 1903 commits to series/0.23 since this release
478c2f6

This release is binary compatible with the 0.23.x series.

The Great Schism

It is the first release after "The Great Schism", where several integrations are published separately. These include:

Be aware that versions of these modules will be untethered from the core version they depend on.

  • These modules may not be republished with each core patch release, but will still work on the latest 0.23 core.
  • Some of these modules will see breaking releases to upgrade their integrated dependencies, based on the 0.23 core. These upgrades could previously not be undertaken without a breaking change of the entire http4s ecosystem.
  • All modules will continue to adhere to early semver.
  • We recommend sbt-updates or Scala Steward for all your dependencies, and heeding SBT's eviction warnings.
  • We would like to welcome new maintainers to help out on each of these modules. Look for the "help wanted" label in these repos.

What's Changed

http4s-core

http4s-server

http4s-client

http4s-ember-core

  • Avoid array copies when splitting chunks in ember chunked decoder by @wemrysi in #6210

http4s-ember-server

  • Resolve broken filterPingPongs using WebSocketBuild2 with Ember by @CharlesAHunt in #6036

Documentation

Behind the scenes

New Contributors

Full Changelog: v0.23.11...v0.23.12