Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 94e35b9

Browse files
authored
[core-arm][core-http] updates changelogs for preview.3 (Azure#5069)
* [core-arm][core-http] updates changelogs for preview.3 * adds additional fixes for core-http
1 parent 50d85f5 commit 94e35b9

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

sdk/core/core-arm/Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.0.0-preview.3 - 2019-09-09
4+
5+
- Reintroduces `ServiceClientCredentials` type to `credentials` parameter of
6+
`AzureServiceClient` ([PR #4773](https://github.com/Azure/azure-sdk-for-js/pull/4773)).
7+
38
## 1.0.0-preview.2 - 2019-08-05
49

510
- Removed `ServiceClientCredentials` type from `credentials` parameter of `AzureServiceClient` ([PR #4367](https://github.com/Azure/azure-sdk-for-js/pull/4367)). Credential implementations are now standardized on `@azure/core-auth`'s `TokenCredential` interface and provided by `@azure/identity`.

sdk/core/core-http/Changelog.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## 1.0.0-preview.3 - 2019-09-09
4+
- Syncs changes from `@azure/ms-rest-js` to `@azure/core-http`.
5+
([PR #4756](https://github.com/Azure/azure-sdk-for-js/pull/4756)).
6+
- Updates HTTP clients to `fetch` and `node-fetch` for the browser and node.js respectively.
7+
- Reintroduces `ServiceClientCredentials` type to `credentials` parameter of `ServiceClient`
8+
([PR #4773](https://github.com/Azure/azure-sdk-for-js/pull/4773)).
9+
- Updates types for better compatibility with TypeScript 3.6.x.
10+
([PR #4928](https://github.com/Azure/azure-sdk-for-js/pull/4928)).
11+
- Adds `TracingPolicy` to support setting `traceparent` and `tracestate` headers
12+
when setting spans in operation as per the [trace context HTTP headers format](https://www.w3.org/TR/trace-context/#trace-context-http-headers-format).
13+
([PR #4712](https://github.com/Azure/azure-sdk-for-js/pull/4712)).
14+
- Adds `text/plain` as an accepted MIME type for JSON output.
15+
([PR #4975](https://github.com/Azure/azure-sdk-for-js/pull/4975)).
16+
- Exposes `ProxySettings` type. ([PR #5043](https://github.com/Azure/azure-sdk-for-js/pull/5043)).
17+
- Fixes bug where `WebResource.clone` would not copy `proxySettings` or `keepAlive` settings.
18+
([PR #5047](https://github.com/Azure/azure-sdk-for-js/pull/5047)).
19+
320
## 1.0.0-preview.2 - 2019-08-05
421

522
- Removed `ServiceClientCredentials` type from `credentials` parameter of `ServiceClient` ([PR #4367](https://github.com/Azure/azure-sdk-for-js/pull/4367)). Credential implementations are now standardized on `@azure/core-auth`'s `TokenCredential` interface and provided by `@azure/identity`.

0 commit comments

Comments
 (0)