This release contains three major changes:
-
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
-
one of the overload of the
RequestT.cookies
method now accepts aIterable[Cookie]
instead of aSeq[Cookie]
. -
the
async-http-client-cats
backend now requires an additionalContextShift[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 aftersend()
.