v0.23.11
rossabaker
released this
18 Mar 17:58
·
2784 commits
to series/0.23
since this release
This is a maintenance release, binary compatible with the 0.23.x series. It also includes the changes in 0.22.12.
What's Changed
http4s-core
- Update sbt-scalajs, scalajs-compiler, ... to 1.9.0 in series/0.23 by @scala-steward in #6045
- Update http4s-crypto to 0.2.2 in series/0.23 by @scala-steward in #6053
- Update fs2-core, fs2-io, ... to 3.2.5 in series/0.23 by @scala-steward in #6065
- Update cats-effect, cats-effect-laws, ... to 3.3.7 in series/0.23 by @scala-steward in #6093
http4s-server
- Add Additional ErrorHandling Options by @ChristopherDavenport in #6047
http4s-client
- Make
WSClient
and friends public by @armanbilge in #6005 - Add OptionT Based Versions Of expectOption* by @isomarcte in #6135
http4s-ember-core
- Replace npm hpack.js with pure Scala.js hpack by @armanbilge in #6009
http4s-ember-client
- Add scaladocs for EmberClientBuilder by @valencik in #5999
- Fix ember client cancellation bug by @ChristopherDavenport in #6085
http4s-blaze-core
- Optimize CachingChunkWriter for Chunk.empty case by @wjoel in #6092
- Add micro-opts for
CachingChunkWriter
by @danicheg in #6096 - Further reduce ExecutionContexts in blaze by @rossabaker in #6118
http4s-servlet
- Adds the async timeout as a method param by @yuferpegom in #6037
- Use blocking EC in the
BlockingServletIo
by @danicheg in #6133
Behind the scenes
- Merge Jetty forward from 0.22 by @rossabaker in #6020
- Merge 0.22 into 0.23 by @armanbilge in #6004
- Merge 0.22 -> 0.23 by @armanbilge in #6031
- Build tweaks in case there's another 0.21 by @rossabaker in #6034
- Merge 0.22 -> 0.23 by @armanbilge in #6054
- Update cats-effect, cats-effect-laws, ... to 3.3.6 in series/0.23 by @scala-steward in #6073
- Caching Middleware - Small Rewrites by @diesalbla in #6066
- Ignore
sbt-buildinfo
updates by @danicheg in #6084 - Update Scala Steward config by @danicheg in #6089
- Message: add pipeBodyThrough method by @diesalbla in #6011
- Merge 0.22 -> 0.23 by @rossabaker in #6094
- Remove unused ExecutionContexts in blaze-core by @rossabaker in #6100
- Deprecate internal Trampoline by @rossabaker in #6119
- Backport mergify config to 0.23 by @armanbilge in #6126
- Merge 0.22 -> 0.23 by @armanbilge in #6125
- Fix the unidoc artifact by @armanbilge in #6142
New Contributors
- @yuferpegom made their first contribution in #6037
Full Changelog: v0.23.10...v0.23.11