Skip to content

v1.6.0

Compare
Choose a tag to compare
@adamw adamw released this 18 Jun 19:35
· 4799 commits to master since this release

This release contains three major changes:

  1. some modules are now published for 2.13: core (jvm & js), akka-http-backend, scalaz, async-http-client-future-backend, async-http-client-scalaz-backend, okhttp-backend, json-common, circe, json4s, spray-json, play-json, brave-backend, prometheus-backend

  2. one of the overload of the RequestT.cookies method now accepts a Iterable[Cookie] instead of a Seq[Cookie].

  3. the async-http-client-cats backend now requires an additional ContextShift[F]. This is needed to shift to another threadpool after sending a request (see #217). Similarly, the -monix backends now shift to the default threadpool after send().