@azure/core-rest-pipeline
Advanced tools
Comparing version 1.0.2 to 1.0.3
# Release History | ||
## 1.0.3 (2021-03-30) | ||
### Breaking Changes | ||
- Updated @azure/core-tracing to version `1.0.0-preview.11`. See [@azure/core-tracing CHANGELOG](https://github.com/Azure/azure-sdk-for-js/blob/master/sdk/core/core-tracing/CHANGELOG.md) for details about breaking changes with tracing. | ||
## 1.0.2 (2021-03-25) | ||
@@ -4,0 +10,0 @@ |
// Copyright (c) Microsoft Corporation. | ||
// Licensed under the MIT license. | ||
export const SDK_VERSION = "1.0.2"; | ||
export const SDK_VERSION = "1.0.3"; | ||
//# sourceMappingURL=constants.js.map |
@@ -5,3 +5,3 @@ // Copyright (c) Microsoft Corporation. | ||
import { getTraceParentHeader, createSpanFunction } from "@azure/core-tracing"; | ||
import { SpanKind } from "@opentelemetry/api"; | ||
import { SpanKind } from "@azure/core-tracing"; | ||
import { URL } from "../util/url"; | ||
@@ -28,5 +28,5 @@ import { getUserAgentValue } from "../util/userAgent"; | ||
sendRequest(request, next) { | ||
var _a, _b; | ||
var _a; | ||
return __awaiter(this, void 0, void 0, function* () { | ||
if (!((_a = request.tracingOptions) === null || _a === void 0 ? void 0 : _a.spanOptions) || !((_b = request.tracingOptions.spanOptions) === null || _b === void 0 ? void 0 : _b.parent)) { | ||
if (!((_a = request.tracingOptions) === null || _a === void 0 ? void 0 : _a.tracingContext)) { | ||
return next(request); | ||
@@ -33,0 +33,0 @@ } |
{ | ||
"name": "@azure/core-rest-pipeline", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Isomorphic client library for making HTTP requests in node.js and browser.", | ||
@@ -95,6 +95,5 @@ "sdk-type": "client", | ||
"@azure/abort-controller": "^1.0.0", | ||
"@azure/core-auth": "^1.2.0", | ||
"@azure/core-tracing": "1.0.0-preview.10", | ||
"@azure/core-auth": "^1.3.0", | ||
"@azure/core-tracing": "1.0.0-preview.11", | ||
"@azure/logger": "^1.0.0", | ||
"@opentelemetry/api": "^0.10.2", | ||
"form-data": "^3.0.0", | ||
@@ -119,2 +118,3 @@ "tslib": "^2.0.0", | ||
"@azure/eslint-plugin-azure-sdk": "^3.0.0", | ||
"@azure/dev-tool": "^1.0.0", | ||
"chai": "^4.2.0", | ||
@@ -121,0 +121,0 @@ "downlevel-dts": "~0.4.0", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9
496817
42
5389
+ Added@azure/core-tracing@1.0.0-preview.11(transitive)
+ Added@opentelemetry/api@1.0.0-rc.0(transitive)
- Removed@opentelemetry/api@^0.10.2
- Removed@azure/core-tracing@1.0.0-preview.10(transitive)
- Removed@opentelemetry/api@0.10.2(transitive)
- Removed@opentelemetry/context-base@0.10.2(transitive)
Updated@azure/core-auth@^1.3.0