Skip to content

Commit

Permalink
[AzureMonitorDistro] prep distro release 1.2.0-beta4 (Azure#44159)
Browse files Browse the repository at this point in the history
* prep distro release 1.2.0-beta4

* update changelog
  • Loading branch information
TimothyMothra authored May 20, 2024
1 parent 7ed35ed commit 99bfea3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 16 deletions.
3 changes: 1 addition & 2 deletions eng/Packages.Data.props
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,7 @@
<PackageReference Update="Azure.Messaging.ServiceBus" Version="7.17.5" />
<PackageReference Update="Azure.Messaging.WebPubSub" Version="1.3.0" />
<PackageReference Update="Azure.MixedReality.Authentication" version= "1.2.0" />
<PackageReference Update="Azure.Monitor.OpenTelemetry.Exporter" Version="1.3.0-beta.1" />
<PackageReference Update="Azure.Monitor.OpenTelemetry.LiveMetrics" Version="1.0.0-beta.3" />
<PackageReference Update="Azure.Monitor.OpenTelemetry.Exporter" Version="1.3.0-beta.2" />
<PackageReference Update="Azure.Monitor.Query" Version="1.1.0" />
<PackageReference Update="Azure.Identity" Version="1.11.1" />
<PackageReference Update="Azure.Security.KeyVault.Secrets" Version="4.2.0" />
Expand Down
35 changes: 21 additions & 14 deletions sdk/monitor/Azure.Monitor.OpenTelemetry.AspNetCore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,34 @@
# Release History

## 1.2.0-beta.4 (Unreleased)
## 1.2.0-beta.4 (2024-05-20)

### Features Added

### Breaking Changes
* Added CustomProperties to LiveMetrics Documents
([#43600](https://github.com/Azure/azure-sdk-for-net/pull/43600))

### Bugs Fixed

* Fixed a bug in LiveMetrics Document filtering
([#43546](https://github.com/Azure/azure-sdk-for-net/pull/43546))

### Other Changes

* Update Azure.Monitor.OpenTelemetry.Exporter to 1.3.0-beta.2
([#44159](https://github.com/Azure/azure-sdk-for-net/pull/44159))

## 1.1.1 (2024-04-26)

### Other Changes

* Update OpenTelemetry dependencies.
([#43432](https://github.com/Azure/azure-sdk-for-net/pull/43432))
- OpenTelemetry 1.8.1
- OpenTelemetry.Extensions.Hosting 1.8.1
- OpenTelemetry.Instrumentation.AspNetCore 1.8.1
- OpenTelemetry.Instrumentation.Http 1.8.1
- This update is a response to [CVE-2024-32028](https://nvd.nist.gov/vuln/detail/CVE-2024-32028)

## 1.2.0-beta.3 (2024-04-19)

### Features Added
Expand Down Expand Up @@ -101,18 +120,6 @@
resource detector to include the Azure Container Apps resource detector.
([#41803](https://github.com/Azure/azure-sdk-for-net/pull/41803))

## 1.1.1 (2024-04-26)

### Other Changes

* Update OpenTelemetry dependencies.
([#43432](https://github.com/Azure/azure-sdk-for-net/pull/43432))
- OpenTelemetry 1.8.1
- OpenTelemetry.Extensions.Hosting 1.8.1
- OpenTelemetry.Instrumentation.AspNetCore 1.8.1
- OpenTelemetry.Instrumentation.Http 1.8.1
- This update is a response to [CVE-2024-32028](https://nvd.nist.gov/vuln/detail/CVE-2024-32028)

## 1.1.0 (2024-01-25)

### Other Changes
Expand Down

0 comments on commit 99bfea3

Please sign in to comment.