Skip to content

Commit

Permalink
[data-tables] - Update data-tables to core-tracing preview.14 (#20399)
Browse files Browse the repository at this point in the history
### Packages impacted by this PR
@azure/data-tables

### Issues associated with this PR
- #20213
- #5607 

### Describe the problem that is addressed by this PR
Now that @azure/core-tracing@preview.14 is out, and hopefully the last version
before GA, we need to upgrade a few packages in order to dogfood both the
upgrade experience and the usage of these packages with the new instrumentation package.

My goal was to upgrade one AMQP package and a few HTTP packages in addition to 
core-rest-pipeline to collect feedback.

Upgrading Data Tables now allows us to start using the new APIs in a client package.

### Provide a list of related PRs _(if any)_
- #20240
  • Loading branch information
maorleger authored Feb 17, 2022
1 parent a0fce69 commit 3029e42
Show file tree
Hide file tree
Showing 19 changed files with 1,462 additions and 281 deletions.
12 changes: 6 additions & 6 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion sdk/tables/data-tables/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 13.0.2 (Unreleased)
## 13.1.0 (Unreleased)

### Features Added

Expand All @@ -12,6 +12,10 @@

### Other Changes

- Updated our `@azure/core-tracing` dependency to the latest version (1.0.0-preview.14)
- Notable changes include Removal of `@opentelemetry/api` as a transitive dependency and ensuring that the active context is properly propagated.
- 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.

## 13.0.1 (2022-01-12)

### Bugs Fixed
Expand Down
8 changes: 6 additions & 2 deletions sdk/tables/data-tables/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure/data-tables",
"version": "13.0.2",
"version": "13.1.0",
"description": "An isomorphic client library for the Azure Tables service.",
"sdk-type": "client",
"main": "dist/index.js",
Expand Down Expand Up @@ -81,7 +81,7 @@
"@azure/core-paging": "^1.1.1",
"@azure/core-xml": "^1.0.0",
"@azure/logger": "^1.0.0",
"@azure/core-tracing": "1.0.0-preview.13",
"@azure/core-tracing": "1.0.0-preview.14",
"tslib": "^2.2.0",
"uuid": "^8.3.0"
},
Expand Down Expand Up @@ -144,6 +144,10 @@
{
"path": "swagger/README.md",
"prefix": "package-version"
},
{
"path": "src/utils/tracing.ts",
"prefix": "packageVersion"
}
]
}
Expand Down
Loading

0 comments on commit 3029e42

Please sign in to comment.