Releases: microsoft/ApplicationInsights-aspnetcore
v2.2.0
All changes since 2.1.1 release.
Updated Web/Base SDK version dependency to 2.5.0
v2.2.0-beta3
- Updated Web/Base SDK version dependency to 2.5.0-beta2.
- This version of Base SDK referred contains fix to a bug in ServerTelemetryChannel which caused application to crash on non-windows platforms. Details on fix and workaround(microsoft/ApplicationInsights-dotnet#654) Original issue (#551)
v2.2.0-beta2
This release contains the exact same binaries as beta1. Only change is the symbols for beta2 is indexed in Microsoft symbol servers, whereas beta1 symbols are not.
If you are using beta1, and want to access symbols for debugging, please update to beta2.
v2.2.0-beta1
This release contains the following fixes and improvements:
- Project is upgraded to work with Visual Studio 2017. Also projects are modified to use csproj instead of project.json.
- Adaptive sampling enabled for both - full framework and .NET Core applications.
ServerTelemetryChannel is enabled and set as default channel for both - full framework and .NET Core applications. - Live metrics collection is enabled by default for .NET Core applications (was already enabled for full .NET applications).
- Updated Web/Base SDK version dependency to 2.5.0-beta1.
- DependencyCollector referred from 2.5.0-beta1 supports collecting SQL dependency calls in .NET Core Applications using EntityFramework.
v2.1.1
This release contains the following fixes and improvements:
Address the issue where DependencyCollection breaks Azure Storage Emulator calls
Support setting request operation name based on executing Razor Page
Fixed ITelemetryProcessor dependency injection failure when using 3rd party IoC Container
Logging exceptions when using ILogger if an exception is present
Syncronize access to HttpContext properties
Updated SDK version dependency to 2.4.1 for DependencyCollector.
v2.1.0
v2.1.0-beta6
This release contains the following fixes and improvements:
- Updated SDK version dependency to 2.4.0-beta5 to get a fixed reference to System.Diagnostics.DiagnosticSource.
v2.0.1
This release contains the following fixes:
- Removed using TraceIdentifier for request operation Id to fix correlation and sampling issues.
- Fixed operation Id propagation to child telemetry items that are part of the same request.
This release builds upon the previous stable release v2.0.0 and does not contain any of the beta functionality from the 2.1.0-beta* releases.
v2.1.0-beta5
This release contains the following fixes and improvements:
- Added support for adding telemetry processors through dependency injection; see #344, #445, #447
- Added support for environment specifc appsettings under default configuration
- Updated SDK version dependency to 2.4.0-beta4.
You should also include an explicit reference to System.Diagnostics.DiagnosticSource 4.4.0-preview2-25330-01 since it contains a critical bug fix this release relies on (you can remove this reference when 2.1.0 stable ships with an updated reference).
v2.1.0-beta4
This release contains the following fixes and improvements:
- Made package meta-data URLs use HTTPS
- Updated SDK version dependency to 2.4.0-beta3.