Releases: openzipkin-contrib/brave-ratpack
Releases · openzipkin-contrib/brave-ratpack
Brave Ratpack 2.6.3
Brave Ratpack 2.6.3 updates build to use Ratpack 1.8 and JDK 15
Brave Ratpack 2.6.2
Brave Ratpack 2.6.2 updates to the latest version of Brave (5.12)
release-2.6.1
make http client configurable, closes #30 (#31)
release-2.6.0: Use client interceptors added in Ratpack 1.6 (#29)
Drops the wrapped HttpClient instrumentation and uses HttpClient Interceptors instead. This changes the trace results slightly based on the way the Ratpack Interceptor is invoked. In practice this shouldn't be an issue but if we get complaints we can alway introduce an optional library with the wrapped HttpClient implementation down the road. By using the Ratpack Interceptor we can close out #8 and it should also fix #27 as well.
release-2.5.0: Merge pull request #25 from llinder/upgrade
Upgrades to latest Brave version, closes #26
release-2.4.2: Merge pull request #24 from llinder/drmaas-21
fixes issue-21: span not in scope for ratpack promise during request handling.
release-2.4.1: Merge pull request #20 from llinder/issue-19
issue-19: ensure only one trace context is in the registry.
release-2.4.0: Merge pull request #9 from beckje01/execInit
Changes:
Adds support for Ratpack 1.6 ExecInitializer which makes trace context propagation across executions automatic. As a note this also means that 2.4.x and newer require upgrading to Ratpack 1.6.
release-2.3.2: Merge pull request #7 from llinder/build
Adds POM project url required by Maven Central