This repository has been archived by the owner on Jul 5, 2020. It is now read-only.
Releases: microsoft/ApplicationInsights-dotnet-server
Releases · microsoft/ApplicationInsights-dotnet-server
2.9.1 (2.9.1.26132)
- Updates Base SDK to version 2.9.1
2.9.0 (2.9.0.23612)
2.9.0-beta3 (2.9.0.15425)
- Update Base SDK to version 2.9.0-beta3
- Fix: Correlation doesn't work for localhost. If you are upgrading and have previously opted into legacy header injection via
DependencyTrackingTelemetryModule.EnableLegacyCorrelationHeadersInjection
and run app locally with Azure Storage Emulator, make sure you manually exclude localhost from correlation headers injection in theExcludeComponentCorrelationHttpHeadersOnDomains
underDependencyCollector
<Add>localhost</Add> <Add>127.0.0.1</Add>
- Fix: Non-default port is not included into the target for Http dependencies on .NET Core
- When Activity has root id compatible with W3C trace Id, use it as trace id
2.9.0-beta2 (2.9.0.5387)
Important: The 2.9.0-beta2 has a known issue - Installing this package will create ApplicationInsights.config file, but it'll not set it to be copied to output directory. Users are advised to set this file to 'Copy if newer' so that build output will have the ApplicationInsights.config file.
This is expected to be fixed in next beta.
- Prevent duplicate dependency collection in multi-host apps
- Fix missing transactions Sql dependencies
- Fix: Do not stop Activity in the Stop events, set end time instead
- Fix: Add appSrv_ResourceGroup field to heartbeat properties from App Service
- Add Azure Search dependency telemetry
- Fix: Sql dependency tracking broken in 2.8.0+. Dependency operation is not stopped and becomes parent of subsequent operations
- Fix: Wrong parentId reported on the SqlClient dependency on .NET Core
- Perf Fix - Replace TelemetryClient.Initialize() with TelemetryClient.InitializeInstrumentationKey() to avoid calling initializers more than once.
2.8.1 (2.8.1.19196)
Merge pull request #1052 from Microsoft/tilee/bump_version_2.8.1 bump version 2.8.1 in MASTER
2.8.0 (2.8.0.16333)
- LiveMetrics (QuickPulse) TelemetryProcessor added automatically to the default ApplicationInsights.config are moved under the default telemetry sink.
If you are upgrading, and have added/modified TelemetryProcessors, make sure to copy them to the default sink section. - Microsoft.AspNet.TelemetryCorrelaiton package update to 1.0.4
- Add vmScaleSetName field to heartbeat properties collected by AzureInstanceMetadataTelemetryModule to allow navigation to right Azure VM Scale Set
2.8.0-beta2 (2.8.0.10268)
- LiveMetrics (QuickPulse) TelemetryProcessor added automatically to the default ApplicationInsights.config are moved under the default telemetry sink.
If you are upgrading, and have added/modified TelemetryProcessors, make sure to copy them to the default sink section. - Microsoft.AspNet.TelemetryCorrelaiton package update to 1.0.4
- Add vmScaleSetName field to heartbeat properties collected by AzureInstanceMetadataTelemetryModule to allow navigation to right Azure VM Scale Set
2.8.0-beta1 (2.8.0.241)
- Adds opt-in support for W3C distributed tracing standard
- Update Base SDK to version 2.8.0-beta1
2.7.2 (2.7.2.19477)
2.7.1 (2.7.1.17166)
Merge pull request #967 from Microsoft/develop merge develop to master (prep 2.7.1)