Skip to content

Releases: openzipkin-contrib/brave-ratpack

Brave Ratpack 2.6.3

13 Oct 05:31
Compare
Choose a tag to compare

Brave Ratpack 2.6.3 updates build to use Ratpack 1.8 and JDK 15

Brave Ratpack 2.6.2

20 May 02:03
Compare
Choose a tag to compare

Brave Ratpack 2.6.2 updates to the latest version of Brave (5.12)

release-2.6.1

03 Sep 18:53
Compare
Choose a tag to compare
make http client configurable, closes #30 (#31)

release-2.6.0: Use client interceptors added in Ratpack 1.6 (#29)

25 Jul 19:34
a6ba895
Compare
Choose a tag to compare
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

13 Apr 17:43
8d33ae7
Compare
Choose a tag to compare
Upgrades to latest Brave version, closes #26

release-2.4.2: Merge pull request #24 from llinder/drmaas-21

11 Mar 16:26
47387d8
Compare
Choose a tag to compare

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

24 Feb 23:08
5f6cdde
Compare
Choose a tag to compare
issue-19: ensure only one trace context is in the registry.

release-2.4.0: Merge pull request #9 from beckje01/execInit

13 Feb 18:25
dac656e
Compare
Choose a tag to compare

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

02 Jan 16:38
92954e1
Compare
Choose a tag to compare
Adds POM project url required by Maven Central