Releases: albumprinter/CorrelationTracking
4.4
4.3
4.2
4.1.1
4.1.0
4.0.0
This version has moved the correlation tracking to the new underlying driver: System.Diagnostics.Activity.
This class is not available in the older versions of the .NET framework, therefore this version stops supporting previous versions of .NET Framework and .NET Core.
A branch with the old version can be found here: net-framework.
.NET 3.0 has built-in support for correlation that requires 0 configuration to get it up and running. It automatically integrates with both incoming and outgoing requests.
This new standard allows for the usage if W3C trace-context, which we can kind of make backward compatible with our format.
So what this PR does is effectively make our solution connected to the new standardized version of distributed tracing, while keeping the backward compatibility wherever possible.
See #55 for more details