Skip to content
This repository has been archived by the owner on Feb 12, 2021. It is now read-only.

Releases: albumprinter/CorrelationTracking

4.4

05 Feb 12:17
58132a6
Compare
Choose a tag to compare

4.3

13 Jan 13:34
8ce8fb3
Compare
Choose a tag to compare

4.2

15 May 10:49
f67c68a
Compare
Choose a tag to compare

4.1.1

04 May 12:06
c01b992
Compare
Choose a tag to compare

Correcting several scenarios on which the scope might be undefined breaking the usage of the SQS and SNS correlation modules

4.1.0

04 May 10:11
5d5b523
Compare
Choose a tag to compare

This version fixes an issue when the current scope has not been defined for the SQS and SNS header handlers

4.0.0

14 Apr 13:19
64fcb68
Compare
Choose a tag to compare

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

3.6.8

01 Dec 20:21
471c0ff
Compare
Choose a tag to compare

3.6.7

01 Dec 14:24
Compare
Choose a tag to compare

3.6.6

14 Oct 13:43
997f366
Compare
Choose a tag to compare

3.6.5

14 Oct 13:03
12e2033
Compare
Choose a tag to compare