Skip to content

v0.23.0-RC1

Pre-release
Pre-release
Compare
Choose a tag to compare
@rossabaker rossabaker released this 27 May 00:16
· 6036 commits to main since this release

Includes the changes of v0.22.0-RC1, including the vulnerability fix to StaticFile.fromUrl. This release is incorrectly referenced as 0.23.0-M2 in the GHSA.

http4s-core

Breaking changes

  • #4884: Use Monad instead of Defer constraints on HttpApp, HttpRoutes, AuthedRoutes, ContextRoutes, and related syntax. This avoids diverging implicits when only a Concurrent constraint is available in Cats-Effect-3.