Skip to content

Commit 8f0a73b

Browse files
authored
[web-pubsub] - Update to core-tracing 1.0 (Azure#21204)
### Packages impacted by this PR @azure/web-pubsub ### Issues associated with this PR Azure#21199 ### Describe the problem that is addressed by this PR Now that core-tracing has GA'd we can start to migrate packages over. In order to help folks on the team with upgrades, I am upgrading a few packages that cover the various scenarios using the new tracing APIs.
1 parent 768fc35 commit 8f0a73b

File tree

9 files changed

+642
-325
lines changed

9 files changed

+642
-325
lines changed

sdk/web-pubsub/web-pubsub/CHANGELOG.md

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

3-
## 1.0.1 (Unreleased)
3+
## 1.1.0 (Unreleased)
44

55
### Features Added
66

@@ -10,6 +10,10 @@
1010

1111
### Other Changes
1212

13+
- Updated our `@azure/core-tracing` dependency to the latest version (1.0.0).
14+
- Notable changes include Removal of `@opentelemetry/api` as a transitive dependency and ensuring that the active context is properly propagated.
15+
- Customers who would like to continue using OpenTelemetry driven tracing should visit our [OpenTelemetry Instrumentation](https://www.npmjs.com/package/@azure/opentelemetry-instrumentation-azure-sdk) package for instructions.
16+
1317
## 1.0.0 (2021-11-11)
1418

1519
No changes.

sdk/web-pubsub/web-pubsub/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure/web-pubsub",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"description": "Azure client library for Azure Web PubSub",
55
"sdk-type": "client",
66
"main": "dist/index.js",
@@ -74,14 +74,15 @@
7474
"@azure/core-auth": "^1.3.0",
7575
"@azure/core-client": "^1.0.0",
7676
"@azure/core-rest-pipeline": "^1.1.0",
77-
"@azure/core-tracing": "1.0.0-preview.13",
77+
"@azure/core-tracing": "^1.0.0",
7878
"@azure/logger": "^1.0.0",
7979
"tslib": "^2.2.0",
8080
"jsonwebtoken": "^8.5.1"
8181
},
8282
"devDependencies": {
8383
"@azure/dev-tool": "^1.0.0",
8484
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
85+
"@azure/test-utils": "^1.0.0",
8586
"@azure-tools/test-credential": "^1.0.0",
8687
"@azure-tools/test-recorder": "^2.0.0",
8788
"@microsoft/api-extractor": "^7.18.11",

sdk/web-pubsub/web-pubsub/recordings/node/hubclient_working_with_a_hub/recording_can_trace_through_the_various_options.json

Lines changed: 316 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/web-pubsub/web-pubsub/src/generated/generatedClientContext.ts

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)