Skip to content

Commit cb5df15

Browse files
authored
[opentelemetry] - Update CHANGELOG for release (Azure#20154)
### Packages impacted by this PR @azure/monitor-opentelemetry-exporter @azure/opentelemetry-instrumentation-azure-sdk
1 parent e8b1f93 commit cb5df15

File tree

3 files changed

+5
-25
lines changed

3 files changed

+5
-25
lines changed
Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
# Release History
22

3-
## 1.0.0-beta.1 (Unreleased)
3+
## 1.0.0-beta.1 (2022-02-08)
44

5-
### Features Added
6-
7-
This marks the first beta release of the OpenTelemetry Instrumentation library for the Azure SDK which will enable OpenTelemetry Span creation for Azure SDK client libraries.
8-
9-
### Breaking Changes
10-
11-
### Bugs Fixed
12-
13-
### Other Changes
5+
This marks the first beta release of the OpenTelemetry Instrumentation library for the Azure SDK which will enable OpenTelemetry instrumentation for Azure SDK client libraries.

sdk/instrumentation/opentelemetry-instrumentation-azure-sdk/README.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,6 @@ To use this client library in the browser, first you need to use a bundler. For
3434

3535
- The **createAzureSdkInstrumentation** function is the main hook exported by this library which provides a way to create an Azure SDK Instrumentation object to be registered with OpenTelemetry.
3636

37-
### Compatibility with existing Client Libraries
38-
39-
- TODO, we should describe what versions of core-tracing are compatible here...
40-
4137
## Examples
4238

4339
### Enable OpenTelemetry instrumentation
@@ -74,10 +70,6 @@ setLogLevel("info");
7470

7571
For more detailed instructions on how to enable logs, you can look at the [@azure/logger package docs](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/core/logger).
7672

77-
## Next steps
78-
79-
- TODO: no samples yet, so the link verification fails. Add link to samples...
80-
8173
## Contributing
8274

8375
If you'd like to contribute to this library, please read the [contributing guide](https://github.com/Azure/azure-sdk-for-js/blob/main/CONTRIBUTING.md) to learn more about how to build and test the code.

sdk/monitor/monitor-opentelemetry-exporter/CHANGELOG.md

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

3-
## 1.0.0-beta.6 (Unreleased)
4-
5-
### Features Added
6-
7-
### Breaking Changes
8-
9-
### Bugs Fixed
3+
## 1.0.0-beta.6 (2022-02-08)
104

115
### Other Changes
126

7+
- Updated OpenTelemtry dependencies to their latest available versions.
8+
139
## 1.0.0-beta.5 (2021-10-05)
1410

1511
### Bugs Fixed

0 commit comments

Comments
 (0)