Releases: microsoft/ApplicationInsights-dotnet
Releases · microsoft/ApplicationInsights-dotnet
2.7.0-beta4 (2.7.0.17164)
Merge pull request #869 from Microsoft/develop merge master to develop (pre 2.7.0-beta4)
2.7.0-beta3 (2.7.0.13435)
- Allow to set flags on event. It will be used in conjunction with the feature that will allow to keep IP addresses.
- Fix: SerializationException resolving Activity in cross app-domain calls
- [Make HttpClient instance static to avoid re-creating with every transmission. This had caused connection/memory leaks in .net core 2.1] (#594)
Related: (microsoft/ApplicationInsights-aspnetcore#690)
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