This is the first release in the 0.10 series.
Warning
breaking change We are changing the simple constructor to return a Resource[F, Client]
, instead of an F[Client]
. This is done to ensure that we can close the Client on JDK 21 and beyond.
Notable changes
- Add Resource-based simple constructors by @ybasket in #1015
- Handle http/2 request body without content-length by @hamnis in #1146
Merged PRs
- Update http4s-client, ... to 0.23.29 in series/0.9 by @http4s-steward in #1121
- flake.lock: Update by @http4s-steward in #1135
- Update cats-effect, cats-effect-kernel, ... to 3.5.6 in series/0.9 by @http4s-steward in #1136
- flake.lock: Update by @http4s-steward in #1138
- Update cats-effect, cats-effect-kernel, ... to 3.5.7 in series/0.9 by @http4s-steward in #1140
- Update sbt, scripted-plugin to 1.10.6 in series/0.9 by @http4s-steward in #1141
- Update munit to 1.0.3 in series/0.9 by @http4s-steward in #1142
- Update http4s-client, ... to 0.23.30 in series/0.9 by @http4s-steward in #1144
- flake.lock: Update by @http4s-steward in #1143
- Add Resource-based simple constructors by @ybasket in #1015
- Handle http/2 request body without content-length by @hamnis in #1146
New Contributors
Full Changelog: v0.9.2...v0.10.0