From fb6f91adb13b819ca3e68cb5e92d33a8eaeed9e2 Mon Sep 17 00:00:00 2001 From: Rajkumar Rangaraj Date: Wed, 4 Oct 2023 14:52:18 -0700 Subject: [PATCH] Prepare new release: Distro beta8 --- .../Azure.Monitor.OpenTelemetry.AspNetCore/CHANGELOG.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/sdk/monitor/Azure.Monitor.OpenTelemetry.AspNetCore/CHANGELOG.md b/sdk/monitor/Azure.Monitor.OpenTelemetry.AspNetCore/CHANGELOG.md index 1e860da8a393..c15fccdb3c58 100644 --- a/sdk/monitor/Azure.Monitor.OpenTelemetry.AspNetCore/CHANGELOG.md +++ b/sdk/monitor/Azure.Monitor.OpenTelemetry.AspNetCore/CHANGELOG.md @@ -1,8 +1,6 @@ # Release History -## 1.0.0-beta.8 (Unreleased) - -### Features Added +## 1.0.0-beta.8 (2023-10-05) ### Breaking Changes @@ -12,8 +10,6 @@ Manually adding package references to these instrumentation libraries in an application will cause the internal vendored instrumentation from the distro to be ignored. If users choose to add these references, they must ensure to update their configuration subsequently. This includes incorporating the necessary instrumentation using either TracerProviderBuilder or MeterProviderBuilder. -### Bugs Fixed - ### Other Changes - Vendored the code of instrumentation libraries `OpenTelemetry.Instrumentation.AspNetCore`, `OpenTelemetry.Instrumentation.Http`, and `OpenTelemetry.Instrumentation.SqlClient` from the OpenTelemetry .NET repository.