1.1.0 (2020-03-31)
-
A new interface
WebResourceLike
was introduced to avoid a direct dependency on the classWebResource
in public interfaces.HttpHeadersLike
was also added to replace references toHttpHeaders
. This should improve cross-version compatibility for core-http. PR #7873 -
Add support to disable response decompression in
node-fetch
Http client. PR #7878