Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prepare to release beta.22
  • Loading branch information
heyams committed May 9, 2024
commit 7e9bd85535ea3311680ec61e44e2f55e949eb627
10 changes: 5 additions & 5 deletions sdk/monitor/azure-monitor-opentelemetry-exporter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Release History

## 1.0.0-beta.22 (Unreleased)

### Features Added

### Breaking Changes
## 1.0.0-beta.22 (2024-05-09)

### Bugs Fixed
- [Fix _OTELRESOURCE_ custom metrics with default resources](https://github.com/Azure/azure-sdk-for-java/pull/39380)

### Other Changes
- [Update OpenTelemetry to 2.3.0](https://github.com/Azure/azure-sdk-for-java/pull/39843)
- [Add attach type to sdkVersion](https://github.com/Azure/azure-sdk-for-java/pull/39883)
- [Emit stable HTTP OTel metrics](https://github.com/Azure/azure-sdk-for-java/pull/39960)

## 1.0.0-beta.21 (2024-03-11)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ For more information, please read [introduction to Application Insights][applica
<dependency>
<groupId>com.azure</groupId>
<artifactId>azure-monitor-opentelemetry-exporter</artifactId>
<version>1.0.0-beta.21/version>
<version>1.0.0-beta.22/version>
</dependency>
```
[//]: # ({x-version-update-end})
Expand Down