Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

Releases: petabridge/Petabridge.Tracing.Zipkin

Petabridge.Tracing.Zipkin v0.6.2

17 Sep 17:57
89c792b
Compare
Choose a tag to compare

0.6.2 September 17 2021

0.6.1 September 10 2021

0.6.0 March 11 2020

  • Using Akka.NET v1.4.1 internally.

Changes:

  • 89c792b Merge pull request #232 from Arkatufus/master
  • 9476048 Merge branch 'dev'
  • f041368 Merge pull request #231 from Arkatufus/Update_RELEASE_NOTES_for_0.6.2
  • 10432d2 Update RELEASE_NOTES.md for 0.6.2 release
  • 27122ad Merge pull request #230 from Arkatufus/Change_internal_dispatcher_to_use_default_despatcher
  • d4a58f9 Make system internal dispatcher use default executor instead
  • 53b6cb4 Bump Confluent.Kafka from 1.7.0 to 1.8.0 (#229)
  • 479cf34 Merge pull request #228 from Arkatufus/master

This list of changes was auto generated.

Petabridge.Tracing.Zipkin v0.6.1

10 Sep 19:42
Compare
Choose a tag to compare

0.6.1 September 10 2021

0.6.0 March 11 2020

  • Using Akka.NET v1.4.1 internally.

Petabridge.Tracing.Zipkin v0.6.0

11 Mar 17:41
7aa5a71
Compare
Choose a tag to compare

0.6.0 March 11 2020

  • Using Akka.NET v1.4.1 internally.

Changes:

See More

This list of changes was auto generated.

Petabridge.Tracing.Zipkin v0.6.0-rc2

10 Mar 22:29
5472abc
Compare
Choose a tag to compare
Pre-release

0.6.0-rc2 March 10 2020

  • Using Akka.NET v1.4.0-rc3 internally.

Petabridge.Tracing.Zipkin v0.6.0-rc1

03 Mar 02:44
d6de8e3
Compare
Choose a tag to compare
Pre-release

0.6.0-rc1 March 02 2020

  • Using Akka.NET v1.4.0-rc1 internally.

Petabridge.Tracing,Zipkin v0.6.0-beta1 Release

29 Jan 20:53
fd04ffa
Compare
Choose a tag to compare

0.6.0-beta1 January 29 2020

  • Using Akka.NET v1.4.0-beta4 internally.

Petabridge.Tracing.Zipkin v0.5.3 Release

29 Jan 20:52
a2e598b
Compare
Choose a tag to compare

Petabridge.Tracing.Zipkin v0.5.2

19 Nov 00:23
196169a
Compare
Choose a tag to compare

0.5.2 November 11 2019

  • Upgraded all dependencies.

Changes:

  • 196169a Merge branch 'master' into dev
  • 9d3f64d added v0.5.2 release notes (#122)
  • 73f80b7 Bump Newtonsoft.Json from 11.0.2 to 12.0.3 (#115)
  • c132337 Bump Microsoft.IO.RecyclableMemoryStream from 1.2.2 to 1.3.0 (#113)
  • 340eeea fail build upon integration test failures (#121)
  • ddb5c81 updated window release target (#119)
  • 59dd481 fixed HTTP integration tests - trailing slashes were the issue (#120)
  • e2d28bb Bump FluentAssertions from 5.2.0 to 5.9.0 (#107)
  • b9637fb Bump Microsoft.NET.Test.Sdk from 15.9.0 to 16.4.0 (#114)
  • 739a875 Bump FsCheck.Xunit from 2.10.8 to 2.14.0 (#106)
See More
  • 4587ca5 Bump OpenTracing from 0.12.0 to 0.12.1 (#109)
  • 92fc0dd Bump AkkaVersion from 1.3.14 to 1.3.16 (#117)
  • 524f1d1 Update windows-release.yaml for Azure Pipelines
  • a511cd6 modernizing build system (#118)

This list of changes was auto generated.

Petabridge.Tracing.Zipkin v0.5.1

06 Aug 20:19
2a7e796
Compare
Choose a tag to compare

0.5.1 August 06 2019

  • Upgraded to Akka.NET v1.3.14.
  • Disabled strong-naming from Petabridge.Tracing.Zipkin.

Changes:

See more
  • 64d206c Update windows-pr-validation.yaml for Azure Pipelines (#89)
  • 78a6e1a added Azure Pipelines build system (#88)
  • 3fb255d fixed some minor typos in KafkaReportingOptions (#86)

This list of changes was auto generated.

Petabridge.Tracing.Zipkin v0.5.0 Release

02 Jan 15:58
74a4854
Compare
Choose a tag to compare

0.5.0 January 1 2019

Added support for the new B3 "single header" propagation format, among other things.

To use the new B3 "single header" format for outbound writes, you'll want to set the following property on the ZipkinTracerOptions class:

var tracer = new ZipkinTracer(new ZipkinTracerOptions(new Endpoint("AaronsAppKafka"),
                ZipkinKafkaSpanReporter.Create(new ZipkinKafkaReportingOptions(new[] {"localhost:19092"},
                    debugLogging: true))){ Propagator = new B3Propagator(true)  });

The current B3Propagator implementation can automatically read and deserialize inbound single header format propagation by default.

Other Changes
Petabridge.Tracing.Zipkin also introduces the following changes:

Click here to see the full set of changes in Petabridge.Tracing.Zipkin v0.5.0.