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.12.0-beta1 (2.12.0.0)
- Skipping version numbers to keep in sync with Base SDK.
- Fix Null/Empty Ikey from ApplicationInsightsServiceOptions overrding one from appsettings.json
- Provide ApplicationInsightsServiceOptions for easy disabling of any default TelemetryModules
- Added support for SDK Connection String
- New RoleName initializer for Azure Web App to accurately populate RoleName.
- Update to Base/Web/Logging SDK to 2.12.0-beta1
2.8.2 (2.8.2.0)
- Updated Web SDK to 2.11.2
2.8.1 (2.8.1.0)
Update AI packages and bump version (#1000)
2.8.0 (2.8.0.0)
- Updated Bask SDK/Web SDK/Logging Adaptor SDK to 2.11.0
- Updated System.Diagnostics.DiagnosticSource to 4.6.0
2.8.0-beta3 (2.8.0.0)
-
Make W3C Correlation default and leverage native W3C support from Activity.
-
Make W3C Correlation default and leverage native W3C support from Activity for Asp.Net Core 3.0.
-
Fix: Azure Functions performance degradation when W3C enabled.
-
Support correlation-context in absence of request-id or traceparent.
-
Fix: System.NullReferenceException in WebSessionTelemetryInitializer.
-
Updated Base SDK/Web SDK/Logging Adaptor SDK version dependency to 2.11.0-beta2
-
Updated System.Diagnostics.DiagnosticSource to 4.6.0-preview8.
-
Add new package for .NET Core WorkerServices (Adds GenericHost support)
2.8.0-beta2 (2.8.0.0)
- Fix MVCBeforeAction property fetcher to work with .NET Core 3.0 changes.
- Catch generic exception from DiagnosticSourceListeners and log instead of failing user request.
- Correct names for Asp.Net Core EventCounters.
- Obsolete extension methods on IWebHostBuilder in favor of AddApplicationInsights extension method on IServiceCollection.
- Remove support for deprecated x-ms based correlation headers.
- Uri for multiple hosts headers is set to "Multiple-Host".
- LogLevel changed to Error and stack trace added for generic unknown exception within SDK.
2.8.0-beta1 (2.8.0.0)
- Add EventCounter collection.
- Performance fixes: One DiagSource Listener; Head Sampling Feature; No Concurrent Dictionary; etc...
- Fix: Add
IJavaScriptSnippet
service interface and update theIServiceCollection
extension to register it forJavaScriptSnippet
. - Make JavaScriptEncoder optional and Fallback to JavaScriptEncoder.Default.
2.7.1 (2.7.1.0)
2.7.0 (2.7.0.0)
- Updated Web/Base SDK version dependency to 2.10.0
- Remove unused reference to System.Net.Http
2.7.0-beta4 (2.7.0.0)
- RequestTrackingTelemetryModule is modified to stop tracking exceptions by default, as exceptions are captured by ApplicationInsightsLoggerProvider.
- Updated Web/Base SDK version dependency to 2.10.0-beta4
- Updated Microsoft.Extensions.Logging.ApplicationInsights to 2.10.0-beta4
- Reliability improvements with additional exception handling.