v0.23.12
rossabaker
released this
25 Jun 03:00
·
220 commits
to series/0.23
since this release
This release deprecates the former EntityDecoder[Elem]
and adds one with a shift to the blocking pool. It will be source compatible for most users, unless they explicitly named the encoder.
We also fold scala-xml-1 support back into this repo. This release is the successor to http4s-scala-xml-0.23.0
.
What's Changed
- Mark the loadXML call as blocking by @rossabaker in #28
- Parse body as an InputStream by @rossabaker in #31
- Bring in
http4s-scala-xml-1
by @armanbilge in #29 - Update http4s-core, http4s-laws, ... to 0.23.13 in series/0.23 by @http4s-steward in #38
Behind the scenes
- Update scala3-library to 3.1.2 by @scala-steward in #7
- Update sbt-http4s-org to 0.13.2 by @scala-steward in #6
- Update http4s-core, http4s-laws to 0.23.12 by @scala-steward in #9
- Update sbt-http4s-org to 0.13.4 in series/0.23 by @http4s-steward in #18
- Update scalafmt-core to 3.5.8 in series/0.23 by @http4s-steward in #19
- Update sbt-http4s-org to 0.14.2 in series/0.23 by @http4s-steward in #22
- Create .scalafix.conf by @rossabaker in #16
- Update sbt-http4s-org to 0.14.3 in series/0.23 by @http4s-steward in #26
- Update scala-library to 2.12.16 in series/0.23 by @http4s-steward in #24
- Rudimentary XML generator and round-trip test by @rossabaker in #30
- Update scala3-library to 3.1.3 in series/0.23 by @http4s-steward in #35
- Add README by @rossabaker in #33
- Use scalacheck-xml generators by @rossabaker in #37
New Contributors
- @armanbilge made their first contribution in #29
Full Changelog: https://github.com/http4s/http4s-scala-xml/commits/v0.23.12