Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

Releases: microsoft/ApplicationInsights-aspnetcore

v2.2.0

13 Feb 00:55
c1043e1
Compare
Choose a tag to compare

All changes since 2.1.1 release.
Updated Web/Base SDK version dependency to 2.5.0

v2.2.0-beta3

18 Dec 22:18
bde2dca
Compare
Choose a tag to compare
v2.2.0-beta3 Pre-release
Pre-release
  • 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

14 Dec 20:42
Compare
Choose a tag to compare
v2.2.0-beta2 Pre-release
Pre-release

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

02 Nov 17:28
e091033
Compare
Choose a tag to compare
v2.2.0-beta1 Pre-release
Pre-release

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

12 Jul 16:39
Compare
Choose a tag to compare

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

30 Jun 16:55
Compare
Choose a tag to compare

This release contains the following fixes and improvements:

  • Updated base and web SDK version dependency to 2.4.0.
  • Fixed a minor logging message issue.
  • Fixed unit test reliability issues.

v2.1.0-beta6

30 Jun 16:49
Compare
Choose a tag to compare
v2.1.0-beta6 Pre-release
Pre-release

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

16 Jun 23:24
Compare
Choose a tag to compare

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

01 Jun 21:48
Compare
Choose a tag to compare
v2.1.0-beta5 Pre-release
Pre-release

This release contains the following fixes and improvements:

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

12 May 15:44
Compare
Choose a tag to compare
v2.1.0-beta4 Pre-release
Pre-release

This release contains the following fixes and improvements: