v0.23.12
This release imports the http4s blaze backends from the core repo into this repo, which formerly housed the blaze library with no http4s dependencies. From this point forward, the http4s backends will be published with the blaze internals. The http4s-blaze-*
artifacts are binary compatible with their 0.23.x antecedents, and the older blaze-*
artifacts are binary compatible with their 0.15.x antecedents.
Notable changes
- Use parasitic EC in the blaze for Scala 2.13 by @danicheg in http4s/http4s#6145
- Document the use of the execution context passed to the blaze builders. by @zainab-ali in http4s/http4s#6098
- Deprecate blaze TrustingSslContext by @rossabaker in http4s/http4s#6182
- Use
guarantee
on failed request clean-up in the blaze by @danicheg in http4s/http4s#6200 - Update to http4s-0.23.12 by @rossabaker in #680
Behind the scenes
- Update scala-library to 2.13.8 by @scala-steward in #601
- Set
githubWorkflowPublishTargetBranches
only once in the build.sbt by @danicheg in #602 - Update scalafmt-core to 3.3.2 by @scala-steward in #605
- Update to sbt-http4s-org-0.10.0 by @rossabaker in #604
- Update sbt-http4s-org to 0.10.1 by @scala-steward in #606
- Update scalafmt-core to 3.3.3 by @scala-steward in #607
- Update sbt-http4s-org to 0.11.0 by @scala-steward in #608
- Update scalafmt-core to 3.4.0 by @scala-steward in #610
- Update sbt-http4s-org to 0.11.1 by @scala-steward in #609
- Update sbt to 1.6.2 by @scala-steward in #611
- Update scalafmt-core to 3.4.1 by @scala-steward in #612
- Update scalafmt-core to 3.4.2 by @scala-steward in #613
- Update sbt-http4s-org to 0.12.0 by @scala-steward in #614
- Update scalafmt-core to 3.4.3 by @scala-steward in #615
- Update sbt-http4s-org to 0.12.1 by @scala-steward in #616
- Update sbt-buildinfo to 0.11.0 by @scala-steward in #617
- Update sbt-http4s-org to 0.12.2 by @scala-steward in #618
- Update logback-classic to 1.2.11 by @scala-steward in #619
- Update sbt-http4s-org to 0.13.0 by @scala-steward in #620
- Update sbt-http4s-org to 0.13.1 by @scala-steward in #622
- Update scalafmt-core to 3.5.0 by @scala-steward in #623
- Update scalafmt-core to 3.5.1 by @scala-steward in #624
- Update sbt-http4s-org to 0.13.2 by @scala-steward in #625
- Update scalafmt-core to 3.5.2 by @scala-steward in #626
- Hello, http4s-blaze by @armanbilge in #628
- Tweak
async
usage inHttp1Connection
by @danicheg in http4s/http4s#6208
New Contributors
- @armanbilge made their first contribution in #628
Full Changelog: v0.15.3...v0.23.12