Skip to content

Releases: microsoft/ApplicationInsights-dotnet

3.1.2

28 May 23:20
552c520

Choose a tag to compare

3.1.1

08 May 19:16
ff31b12

Choose a tag to compare

Version 3.1.1

  • Update OpenTelemetry and Azure Monitor dependencies to address known security advisories (e.g. GHSA-g94r-2vxg-569j in OpenTelemetry.Api 1.15.1): #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

3.1.0

02 Apr 21:26
f540f0d

Choose a tag to compare

Version 3.1.0

3.0.0

04 Feb 22:22
3845c40

Choose a tag to compare

3.0.0-rc1

30 Jan 21:23
357450a

Choose a tag to compare

3.0.0-beta2

13 Jan 22:37
7bcc6f7

Choose a tag to compare

3.0.0-beta2 Pre-release
Pre-release

Added

  • Automatic configuration binding from "ApplicationInsights" section in appsettings.json for both AspNetCore and WorkerService packages with configuration precedence: environment variables > explicit configuration > appsettings.json
  • Added support for Entra ID (Azure Active Directory) authentication using Azure.Core.TokenCredential
  • Added Self Diagnostics feature
  • Updated the default sampler from Fixed Rate to Rate-Limited Sampling.
  • Update Azure Monitor Exporter to 1.6.0-beta.2
  • Add comprehensive applicationinsights.config support
  • Add properties in TelemetryConfiguration to configure underlying exporter

Bug fix

  • Fix TrackMetric(MetricTelemetry) unsupported telemetry type error

3.0.0-beta1

05 Dec 22:10
4f5d27e

Choose a tag to compare

3.0.0-beta1 Pre-release
Pre-release
  • The following Application Insights packages in this repo now use OpenTelemetry internally. OpenTelemetry is the industry standard for telemetry collection and provides better interoperability with other observability tools.
    • Microsoft.ApplicationInsights
    • Microsoft.ApplicationInsights.AspNetCore
    • Microsoft.ApplicationInsights.WorkerService
    • Microsoft.ApplicationInsights.Web
    • Microsoft.ApplicationInsights.NLogTarget
  • Classic APIs of the above packages are preserved; calls are translated to OpenTelemetry telemetry.
  • Other packages not listed above (such as certain auto-collectors and logging adapters that were published from this repo previously) will not have future versions published. See BreakingChanges.md for details.

2.23.0 (2.23.0.00029)

19 Feb 22:30
2faa7e8

Choose a tag to compare

  • no changes since beta.

2.23.0-beta1 (2.23.0.00002)

05 Feb 21:04
c49b4bb

Choose a tag to compare

2.22.0 (2.22.0.00997)

05 Dec 00:10
43825e0

Choose a tag to compare

  • no changes since beta.