Skip to content

v0.23.6

Compare
Choose a tag to compare
@rossabaker rossabaker released this 12 Oct 19:40
· 3986 commits to series/0.23 since this release
02c3dad

This is a routine maintenance release. It is binary compatible with the v0.23.x series and includes the changes in v0.22.7.

http4s-core

Noteworthy refactorings

  • #5340: Replace our internal decode with FS2's decodeWithCharset. This only affects non-UTF-8 encodings.

http4s-client

Breaking changes

  • #5348: Scala.js only: remove JavaNetClientBuilder. It already failed to link, and now it will fail to compile.

Bug fixes

  • #5349: Fix deadlocks in Retry and FollowRedirect middlewares. We no longer attempt to acquire a second connection before releasing the first, potentially starving the connection pool.

Dependency updates

  • scalajs-1.7.1