This repository has been archived by the owner on Jun 10, 2020. It is now read-only.
Releases: microsoft/ApplicationInsights-aspnetcore
Releases · microsoft/ApplicationInsights-aspnetcore
2.7.0-beta3 (2.7.0.0)
- Enables Microsoft.Extensions.Logging.ApplicationInsights.ApplicationInsightsLoggerProvider by default. If ApplicationInsightsLoggerProvider was enabled previously using ILoggerFactory extension method, please remove it to prevent duplicate logs. Details
- Remove reference to Microsoft.Extensions.DiagnosticAdapter and use DiagnosticSource subscription APIs directly
- Fix: NullReferenceException in ApplicationInsightsLogger.Log when exception contains a Data entry with a null value
2.7.0-beta2 (2.7.0.0)
- Added NetStandard2.0 target.
- Updated Web/Base SDK version dependency to 2.10.0-beta2
2.6.1 (2.6.1.0)
- Updated Web/Base SDK version dependency to 2.9.1
2.6.0 (2.6.0.0)
- Updated Web/Base SDK version dependency to 2.9.0
- Fix: TypeInitializationException when Microsoft.AspNetCore.Hosting and Microsoft.AspNetCore.Hosting.Abstractions versions do not match
2.6.0-beta3 (2.6.0.0)
- Updated Web/Base SDK version dependency to 2.9.0-beta3
- Deprecate ApplicationInsightsLoggerFactoryExtensions.AddApplicationInsights logging extensions in favor of Microsoft.Extensions.Logging.ApplicationInsights package
- Fix: Do not track requests by each host in the process
- Fix: Correlation doesn't work for localhost
2.6.0-beta2 (2.6.0.0)
- Updated Web/Base SDK version dependency to 2.9.0-beta2
2.5.1 (2.5.1.0)
- Update Web/Base SDK version dependency to 2.8.1
2.5.0 (2.5.0.0)
- Traces logged via ILogger is marked with SDK version prefix ilc (.net core) or ilf (.net framework).
- Update Web/Base SDK version dependency to 2.8.0
2.5.0-beta2 (2.5.0.0)
- ComVisible attribute is set to false for the project for compliance reasons.
Applicable if using additional Sinks to forward telemetry to:
-
Update Web/Base SDK version dependency to 2.8.0-beta2