Skip to content

Commit 99d53b6

Browse files
authored
[core] - GA core-rest-pipeline 1.1.0 (#15923)
## What - Update `@azure/core-rest-pipeline` to 1.1.0 from beta - Update dependencies to the latest version - Update everyone to the same version of `@azure/core-tracing` ## Why Now that we used the CAE capabilities added in core-rest-pipeline in both container registry and key vault it's time to GA this version! It also unblocks our efforts to get everyone upgraded to the latest core-tracing (and OTel by extension) versions.
1 parent 65a90e5 commit 99d53b6

File tree

24 files changed

+38
-36
lines changed

24 files changed

+38
-36
lines changed

common/config/rush/common-versions.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,16 +65,14 @@
6565
// @azure/test-utils-perfstress should depend on lowest version of @azure/core-http for maximum compatibility, allowing test
6666
// projects to choose a higher version if desired.
6767
"@azure/core-http": ["^1.0.0"],
68-
// @azure/container-registry and perf test are using the beta version in the repo.
69-
"@azure/core-rest-pipeline": ["1.1.0-beta.4"],
7068
// @azure/event-processor-host is on a much lower major version
7169
"@azure/ms-rest-nodeauth": ["^0.9.2"],
7270
// Idenity is moving from v1 to v2. Moving all packages to v2 is going to take a bit of time, in the mean time we could use v2 on the perf-identity tests.
7371
"@azure/identity": ["^2.0.0-beta.4", "2.0.0-beta.3", "^1.1.0"],
7472
// Issue #14771 tracks updating to these versions
7573
"@microsoft/api-extractor": ["7.13.2"],
7674
"prettier": ["2.2.1"],
77-
// All packages should move to 1.0.0 once core-rest-pipeline 1.1.0 GAs
78-
"@azure/core-tracing": ["1.0.0-preview.11"]
75+
// @azure/cosmos was unable to upgrade due to test failures, Issue #15928 tracks making this upgrade
76+
"@azure/core-rest-pipeline": ["^1.0.3"]
7977
}
8078
}

sdk/agrifood/agrifood-farming-rest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"dependencies": {
8787
"@azure/core-auth": "^1.3.0",
8888
"@azure-rest/core-client": "1.0.0-beta.4",
89-
"@azure/core-rest-pipeline": "^1.0.3",
89+
"@azure/core-rest-pipeline": "^1.1.0",
9090
"@azure/logger": "^1.0.0",
9191
"tslib": "^2.2.0"
9292
},

sdk/attestation/attestation/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@
8989
"dependencies": {
9090
"@azure/core-auth": "^1.3.0",
9191
"@azure/core-client": "^1.0.0",
92-
"@azure/core-rest-pipeline": "^1.0.3",
93-
"@azure/core-tracing": "1.0.0-preview.11",
92+
"@azure/core-rest-pipeline": "^1.1.0",
93+
"@azure/core-tracing": "1.0.0-preview.12",
9494
"@azure/logger": "^1.0.0",
9595
"tslib": "^2.2.0",
9696
"jsrsasign": "^10.3.0"

sdk/confidentialledger/confidential-ledger-rest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"dependencies": {
8787
"@azure/core-auth": "^1.3.0",
8888
"@azure-rest/core-client": "1.0.0-beta.4",
89-
"@azure/core-rest-pipeline": "^1.0.3",
89+
"@azure/core-rest-pipeline": "^1.1.0",
9090
"@azure/logger": "^1.0.0",
9191
"tslib": "^2.2.0"
9292
},

sdk/containerregistry/container-registry/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@
7878
"dependencies": {
7979
"@azure/core-auth": "^1.3.0",
8080
"@azure/core-client": "^1.0.0",
81-
"@azure/core-rest-pipeline": "1.1.0-beta.4",
81+
"@azure/core-rest-pipeline": "^1.1.0",
8282
"@azure/core-paging": "^1.1.1",
83-
"@azure/core-tracing": "1.0.0-preview.11",
83+
"@azure/core-tracing": "1.0.0-preview.12",
8484
"@azure/logger": "^1.0.0",
8585
"tslib": "^2.2.0"
8686
},

sdk/core/core-client-rest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"prettier": "@azure/eslint-plugin-azure-sdk/prettier.json",
6363
"dependencies": {
6464
"@azure/core-auth": "^1.3.0",
65-
"@azure/core-rest-pipeline": "^1.0.3",
65+
"@azure/core-rest-pipeline": "^1.1.0",
6666
"tslib": "^2.2.0"
6767
},
6868
"devDependencies": {

sdk/core/core-client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@
7979
"@azure/abort-controller": "^1.0.0",
8080
"@azure/core-asynciterator-polyfill": "^1.0.0",
8181
"@azure/core-auth": "^1.3.0",
82-
"@azure/core-rest-pipeline": "^1.0.3",
83-
"@azure/core-tracing": "1.0.0-preview.11",
82+
"@azure/core-rest-pipeline": "^1.1.0",
83+
"@azure/core-tracing": "1.0.0-preview.12",
8484
"tslib": "^2.2.0"
8585
},
8686
"devDependencies": {

sdk/core/core-rest-pipeline/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# Release History
22

3-
## 1.1.0-beta.4 (Unreleased)
3+
## 1.1.0 (Unreleased)
44

55
### Fixed
66

77
- Fixed an issue where `proxySettings` does not work when there is username but no password [Issue 15720](https://github.com/Azure/azure-sdk-for-js/issues/15720)
88

9+
### Breaking Changes
10+
11+
- Updated @azure/core-tracing to version `1.0.0-preview.12`. See [@azure/core-tracing CHANGELOG](https://github.com/Azure/azure-sdk-for-js/blob/main/sdk/core/core-tracing/CHANGELOG.md) for details about breaking changes with tracing.
12+
913
## 1.1.0-beta.3 (2021-06-03)
1014

1115
- Merged `bearerTokenChallengeAuthenticationPolicy` into `bearerTokenAuthenticationPolicy`. This will keep the functionality of `bearerTokenAuthenticationPolicy`, but also adds the `challengeCallbacks` feature.

sdk/core/core-rest-pipeline/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/core-rest-pipeline",
3-
"version": "1.1.0-beta.4",
3+
"version": "1.1.0",
44
"description": "Isomorphic client library for making HTTP requests in node.js and browser.",
55
"sdk-type": "client",
66
"main": "dist/index.js",
@@ -93,7 +93,7 @@
9393
"dependencies": {
9494
"@azure/abort-controller": "^1.0.0",
9595
"@azure/core-auth": "^1.3.0",
96-
"@azure/core-tracing": "1.0.0-preview.11",
96+
"@azure/core-tracing": "1.0.0-preview.12",
9797
"@azure/logger": "^1.0.0",
9898
"form-data": "^3.0.0",
9999
"tslib": "^2.2.0",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT license.
33

4-
export const SDK_VERSION: string = "1.1.0-beta.4";
4+
export const SDK_VERSION: string = "1.1.0";

0 commit comments

Comments
 (0)