1.0.0-preview.3 - 2019-09-09
- Syncs changes from
@azure/ms-rest-js
to@azure/core-http
.
(PR #4756).- Updates HTTP clients to
fetch
andnode-fetch
for the browser and node.js respectively.
- Updates HTTP clients to
- Reintroduces
ServiceClientCredentials
type tocredentials
parameter ofServiceClient
(PR #4773). - Updates types for better compatibility with TypeScript 3.6.x.
(PR #4928). - Adds
TracingPolicy
to support settingtraceparent
andtracestate
headers
when setting spans in operation as per the trace context HTTP headers format.
(PR #4712). - Adds
text/plain
as an accepted MIME type for JSON output.
(PR #4975). - Exposes
ProxySettings
type. (PR #5043). - Fixes bug where
WebResource.clone
would not copyproxySettings
orkeepAlive
settings.
(PR #5047).