@azure/core-rest-pipeline 1.2.0-alpha.20210729.2 → 1.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -7
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -1,18 +1,13 @@
1
1
  # Release History
2
2
 
3
- ## 1.2.0 (Unreleased)
3
+ ## 1.2.0 (2021-08-04)
4
4
 
5
5
  ### Features Added
6
6
 
7
+ - Updated to use version 1.0.0-preview.13 of `@azure/core-tracing`.
7
8
  - `tracingPolicy` will no longer inject invalid traceparent headers if an incorrect tracer implementation is used.
8
9
  - `proxyPolicy` now allows passing in a list of no-proxy patterns to override global ones loaded from NO_PROXY environment variable [PR #16414](https://github.com/Azure/azure-sdk-for-js/pull/16414)
9
10
 
10
- ### Breaking Changes
11
-
12
- ### Bugs Fixed
13
-
14
- ### Other Changes
15
-
16
11
  ## 1.1.1 (2021-07-13)
17
12
 
18
13
  ### Key Bugs Fixed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/core-rest-pipeline",
3
- "version": "1.2.0-alpha.20210729.2",
3
+ "version": "1.2.0",
4
4
  "description": "Isomorphic client library for making HTTP requests in node.js and browser.",
5
5
  "sdk-type": "client",
6
6
  "main": "dist/index.js",
@@ -101,8 +101,8 @@
101
101
  "@types/node": "^12.0.0",
102
102
  "@types/sinon": "^9.0.4",
103
103
  "@types/uuid": "^8.0.0",
104
- "@azure/eslint-plugin-azure-sdk": "^3.0.0-alpha",
105
- "@azure/dev-tool": "^1.0.0-alpha",
104
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0",
105
+ "@azure/dev-tool": "^1.0.0",
106
106
  "chai": "^4.2.0",
107
107
  "downlevel-dts": "~0.4.0",
108
108
  "cross-env": "^7.0.2",