Skip to content

v0.23.12

Compare
Choose a tag to compare
@rossabaker rossabaker released this 09 Jun 14:10
· 92 commits to series/0.23 since this release
c0bf9a8

This release is binary compatible with v0.23.x, but contains a source-breaking change to the BlockingHttp4sServlet constructor to prevent a misconfiguration that failed at runtime (#51).

ServletIo is rewritten to use the improved tools of Cats-Effect 3 (#50).

What's Changed

Behind the scenes

  • Regenerate workflow by @rossabaker in #5
  • Remove core cruft from template by @rossabaker in #4
  • Fix headers and formatting by @rossabaker in #6
  • Configure MiMa by @armanbilge in #19
  • Update scala3-library to 3.1.2 by @scala-steward in #16
  • Update http4s-dsl, http4s-server to 0.23.12 by @scala-steward in #21
  • Update sbt-http4s-org to 0.13.2 by @scala-steward in #15
  • Update sbt-http4s-org to 0.13.4 in series/0.23 by @http4s-steward in #35
  • Update scalafmt-core to 3.5.8 in series/0.23 by @http4s-steward in #36
  • Create .scala-steward.conf by @rossabaker in #40
  • Update sbt-http4s-org to 0.14.1 in series/0.23 by @http4s-steward in #44
  • Update sbt-http4s-org to 0.14.2 in series/0.23 by @http4s-steward in #49
  • Better tests of non-blocking servlet IO by @rossabaker in #48

New Contributors