Releases: microsoft/ApplicationInsights-dotnet
Releases · microsoft/ApplicationInsights-dotnet
2.7.0-beta2 (2.7.0.6760)
- Fix: NullReferenceException if telemtery is tracked after TelemetryConfiguration is disposed
- Move the implementation of the extraction of auto-collected (aka standard) metrics from internal legacy APIs to the recently shipped metric aggregation APIs.
- Fix: NullReferenceException in ExceptionConverter.GetStackFrame if StackFrame.GetMethod() is null
2.7.0-beta1 (2.7.0.4159)
- Extend the Beta period for Metrics Pre-Aggregation features shipped in 2.6.0-beta3.
- New: Added TryGetOperationDetail to DependencyTelemetry to facilitate advanced ITelemetryInitializer scenarios. Allows ITelemetryInitializer implementations to specify fields that would otherwise not be sent automatically to the backend.
2.6.4 (2.6.4.28384)
2.6.1 (2.6.1.23451)
Extend the Beta period for Metrics Pre-Aggregation features shipped in 2.6.0-beta3.
2.6.0-beta4 (2.6.0.18308)
2.6.0-beta3 (2.6.0.15165)
- Report internal errors from Microsoft.AspNet.TelemteryCorrelation module
- Fix: Telemetry tracked with StartOperation is tracked outside of corresponding activity's scope
- Fix: TelemetryProcessor chain building should also initialize Modules.
- Fix: Wrong error message in AutocollectedMetricsExtractor.
- NEW: Interface and Configuration: IApplicationIdProvider.
- NEW: Metrics Pre-Aggregation: New
TelemetryClient.GetMetric(..).TrackValue(..)
and related APIs always locally pre-aggregate metrics before sending. They are replacing the legacyTelemetryClient.TrackMetric(..)
APIs. (More info.)
v2.6.0-beta2 (2.6.0-6229)
v2.5.1 (2.5.1-172)
- Fix for missing TelemetryContext. Thank you to our community for discovering and reporting this issue!
Logic bug within Initialize() in TelemetryContext,
Dependency correlation is broken after upgrade to .NET SDK 2.5,
Lost many context fields in 2.5.0
v2.5.0 (2.5.0-61767)
2.5.0 stable release
v2.5.0-beta2 (2.5.0-44811)
- Remove calculation of sampling-score based on Context.User.Id Issue #625
- New sdk-driven "heartbeat" functionality added which sends health status at pre-configured intervals. See extending heartbeat properties doc for more information
- Fixes a bug in ServerTelemetryChannel which caused application to crash on non-windows platforms.
[Details on fix and workaround #654] (#654)
Original issue (microsoft/ApplicationInsights-aspnetcore#551) - Fixed a bug with the
AdaptiveSamplingTelemetryProcessor
that would cause starvation over time. Issue #756 (dotnet-server) - Updated solution to build on Mac!