Update CHANGELOG for 1.7.0-rc.1 (#5100)

This commit is contained in:
Utkarsh Umesan Pillai 2023-11-29 15:45:29 -08:00 committed by GitHub
parent 014d5a1bd5
commit c637263136
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 44 additions and 0 deletions

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.7.0-rc.1
Released 2023-Nov-29
* Updated `Microsoft.Extensions.DependencyInjection.Abstractions` package
version to `8.0.0`.
([#5051](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5051))

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.7.0-rc.1
Released 2023-Nov-29
* Updated `System.Diagnostics.DiagnosticSource` package version to
`8.0.0`.
([#5051](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5051))

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.7.0-rc.1
Released 2023-Nov-29
* Add support for Instrumentation Scope Attributes (i.e [Meter
Tags](https://learn.microsoft.com/dotnet/api/system.diagnostics.metrics.meter.tags)),
fixing issue

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.7.0-rc.1
Released 2023-Nov-29
## 1.7.0-alpha.1
Released 2023-Oct-16

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.7.0-rc.1
Released 2023-Nov-29
* Made `OpenTelemetry.Exporter.OtlpLogExporter` public.
([#4979](https://github.com/open-telemetry/opentelemetry-dotnet/pull/4979))

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.7.0-rc.1
Released 2023-Nov-29
## 1.7.0-alpha.1
Released 2023-Oct-16

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.7.0-rc.1
Released 2023-Nov-29
## 1.7.0-alpha.1
Released 2023-Oct-16

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.7.0-rc.1
Released 2023-Nov-29
## 1.7.0-alpha.1
Released 2023-Oct-16

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.7.0-rc.1
Released 2023-Nov-29
* Updated `Microsoft.Extensions.Hosting.Abstractions` package
version to `8.0.0`.
([#5051](https://github.com/open-telemetry/opentelemetry-dotnet/pull/5051))

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.7.0-rc.1
Released 2023-Nov-29
## 1.7.0-alpha.1
Released 2023-Oct-16

View File

@ -2,6 +2,10 @@
## Unreleased
## 1.7.0-rc.1
Released 2023-Nov-29
* The `AddService` `ResourceBuilder` extension method will now generate the same
`service.instance.id` for the lifetime of a process when
`autoGenerateServiceInstanceId` is `true`.