diff --git a/BASE/src/Microsoft.ApplicationInsights/Properties/AssemblyInfo.cs b/BASE/src/Microsoft.ApplicationInsights/Properties/AssemblyInfo.cs index c610abf89..a331458b3 100644 --- a/BASE/src/Microsoft.ApplicationInsights/Properties/AssemblyInfo.cs +++ b/BASE/src/Microsoft.ApplicationInsights/Properties/AssemblyInfo.cs @@ -9,6 +9,9 @@ [assembly: InternalsVisibleTo("Microsoft.ApplicationInsights.AspNetCore, PublicKey=" + AssemblyInfo.PublicKey)] [assembly: InternalsVisibleTo("Microsoft.ApplicationInsights.WorkerService, PublicKey=" + AssemblyInfo.PublicKey)] +// Required so Moq/Castle.DynamicProxy can subclass internal types (e.g. MemoryMappedFileHandler) for unit testing. +[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2, PublicKey=" + AssemblyInfo.MoqPublicKey)] + internal static class AssemblyInfo { #if PUBLIC_RELEASE diff --git a/CHANGELOG.md b/CHANGELOG.md index 19cf528c2..32a4e876e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## Unreleased +- [Update OpenTelemetry and Azure Monitor dependencies to address known security advisories (e.g. [GHSA-g94r-2vxg-569j](https://github.com/advisories/GHSA-g94r-2vxg-569j) in `OpenTelemetry.Api` 1.15.1).](https://github.com/microsoft/ApplicationInsights-dotnet/pull/3174) + - OpenTelemetry 1.15.3 + - OpenTelemetry.Exporter.Console 1.15.3 + - OpenTelemetry.Exporter.InMemory 1.15.3 + - OpenTelemetry.Extensions.Hosting 1.15.3 + - OpenTelemetry.Instrumentation.AspNetCore 1.15.2 + - OpenTelemetry.Instrumentation.AspNet 1.15.2 + - OpenTelemetry.Instrumentation.Http 1.15.1 + - OpenTelemetry.Instrumentation.SqlClient 1.15.2 + - Azure.Monitor.OpenTelemetry.Exporter 1.8.0 + ## Version 3.1.0 - [Make `TelemetryContext` properties public and propagate them via `TelemetryClient`.](https://github.com/microsoft/ApplicationInsights-dotnet/pull/3137) - [Add fallback to `APPLICATIONINSIGHTS_CONNECTION_STRING` environment variable for Base, Web, and NLog packages when connection string is not set via code.](https://github.com/microsoft/ApplicationInsights-dotnet/pull/3134) diff --git a/Directory.Packages.props b/Directory.Packages.props index ee6688fb1..96aa30be6 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -15,22 +15,22 @@ - - - - - + + + + + - - - - + + + + - +