Releases: microsoft/ApplicationInsights-dotnet
Releases · microsoft/ApplicationInsights-dotnet
2.22.0 (2.22.0.00997)
- no changes since beta.
2.22.0-beta4 (2.22.0.00912)
2.22.0-beta3 (2.22.0.00533)
2.22.0-beta2 (2.22.0.00405)
2.22.0-beta1 (2.22.0.00207)
- Update endpoint redirect header name for QuickPulse module to v2
- AzureSdkDiagnosticListener modified to use sdkversion prefix "rdddsaz" instead of "dotnet".
- ILogger logs with LogLevel.None severity are now ignored by ApplicationInsightsLogger. Fixes (#2666)
- Fix ExceptionTelemetry clears all Context when updating Exception property
- Support dependency tracking and diagnostics events for Microsoft.Azure.Cosmos v3
2.21.0 (2.21.0.00429)
- no changes since beta.
2.21.0-beta3 (2.21.0.00401)
- Remove two unnecessary .NET Standard 1.x dependencies.
- Address vulnerability in
Newtonsoft.Json
(GHSA-5crp-9r3c-p9vr).
Mitigation is to upgrade dependencies inMicrosoft.ApplicationInsights.AspNetCore
(#2615)- Upgrade
Microsoft.Extensions.Configuration.Json
from v2.1.0 to v3.1.0. - Upgrade
System.Text.Encodings.Web
from 4.5.1 to 4.7.2.
- Upgrade
2.21.0-beta2 (2.21.0.00365)
- LOGGING: Make TelemetryConfiguration configurable in ApplicationInsightsLoggingBuilderExtensions
- Added support for distributed tracing with Azure.Messaging.ServiceBus
- Move internal type from
Shared
toMicrosoft
namespace - Extension methods to retrive specific operation details.
- Mark Instrumentation Key based APIs as Obsolete.
- Fix: Livelock in MetricValuesBuffer.
Mitigation for TelemetryClient.Flush deadlocks (#1186)
2.21.0-beta1 (2.21.0.00119)
- Support IPv6 in request headers
- Validate exception stack trace line numbers to comply with endpoint restrictions.
- Removed redundant memory allocations and processing in PartialSuccessTransmissionPolicy for ingestion sampling cases
- Validate exception message length to comply with endpoint restrictions.
- Update JavaScript snippet to sv5 which includes the cdn endpoint.
- Make operation detail name constants public.