Skip to content

v0.21.31

Compare
Choose a tag to compare
@rossabaker rossabaker released this 12 Oct 16:42
· 8442 commits to main since this release
8031667

This is a maintenance release. The only changes are to increase forward source compatibility with 0.22. It is binary compatible with the 0.21.x series.

http4s-core

Compatibility

  • #5291: Undeprecate Headers.apply. Something similar exists in 0.22.

http4s-blaze-server

Compatibility

  • #5291: Add org.http4s.blaze.server.BlazeServerBuilder to org.http4s.server.blaze.BlazeServerBuilder. In 0.22, the alias becomes the canonical name for consistency with the other backends.

http4s-blaze-client

Compatibility

  • #5291: Add org.http4s.blaze.client.BlazeClientBuilder to org.http4s.client.blaze.BlazeClientBuilder. In 0.22, the alias becomes the canonical name for consistency with the other backends.