Skip to content

Tags: maoling/brave

Tags

5.5.1

Toggle 5.5.1's commit message
[maven-release-plugin] copy for tag 5.5.1

release-5.5.1

Toggle release-5.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixes where abandoned spans were not reported to zipkin (openzipkin#832)

There was a slight logic glitch found by @tutufool which prevented spans
accidentally abandoned from being reported to zipkin. Nice detective
work!

Fixes openzipkin#831

5.5.0

Toggle 5.5.0's commit message
[maven-release-plugin] copy for tag 5.5.0

5.4.4

Toggle 5.4.4's commit message
[maven-release-plugin] copy for tag 5.4.4

release-5.5.0

Toggle release-5.5.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Kafka Streams Revamp and Publish (openzipkin#800)

release-5.4.4

Toggle release-5.4.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Addresses problems where we didn't subscribe ourselves (openzipkin#814)

As mentioned by @akarnokd
> downstream.onSubscribe(this) is mandatory, even if you don't plan to support fusion. Without this, operators trying to detect the fuseable feature of their immediate upstream would interface with the wrong operator.

This also removes support for fusion until we can better handle it.

Finally, this backfills a bunch of tests

5.4.3

Toggle 5.4.3's commit message
[maven-release-plugin] copy for tag 5.4.3

release-5.4.3

Toggle release-5.4.3's commit message
Fixes length bug in b3 single format

Thanks to @zyfjeff for finding this!

See envoyproxy/envoy#4712 (comment)

5.4.2

Toggle 5.4.2's commit message
[maven-release-plugin] copy for tag 5.4.2

release-5.4.2

Toggle release-5.4.2's commit message
Fixes gRPC tag propagation to local spans