From 9d6866ab7b657c88454c925897ba589daaad8202 Mon Sep 17 00:00:00 2001 From: Yuri Shkuro Date: Thu, 26 Oct 2017 14:54:50 -0400 Subject: [PATCH] Prepare release 0.22.0-RC2 Signed-off-by: Yuri Shkuro --- CHANGELOG.rst | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 7f1b957e3..36241a2d3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,11 +1,23 @@ Changes by Version ================== -0.22.0-RC1 (2017-10-05) +0.23.0 (unreleased) ------------------- + - Bump OpenTracing version to 0.31.0-RC1 (https://github.com/jaegertracing/jaeger-client-java/pull/246), done on branch `v0.22.0` + + +0.22.0-RC2 (2017-10-26) +------------------- + +- Break apart functionality of TracingRequestInterceptor (https://github.com/jaegertracing/jaeger-client-java/pull/248) +- Split out the jaxrs2 filters (https://github.com/jaegertracing/jaeger-client-java/pull/273) +- Add TraceContext backed by ActiveSpanSource (https://github.com/jaegertracing/jaeger-client-java/pull/266) +- Update to Apache License v. 2 (https://github.com/jaegertracing/jaeger-client-java/pull/262) +- Use io.opentracing.GlobalTracer instead of singleton in Configuration (https://github.com/jaegertracing/jaeger-client-java/pull/255) - Tracer implements Closeable (https://github.com/jaegertracing/jaeger-client-java/pull/242) -- Fix span builder should accept null in asChildOf (https://github.com/jaegertracing/jaeger-client-java/pull/243) +- Fix: span builder should accept null in asChildOf (https://github.com/jaegertracing/jaeger-client-java/pull/243) + 0.21.0 (2017-09-15) ------------------- @@ -13,6 +25,7 @@ Changes by Version - Fix concurrency bug when using multiple senders (https://github.com/uber/jaeger-client-java/pull/233) - Support span log fields in zipkin sender (https://github.com/uber/jaeger-client-java/pull/226) + 0.20.6 (2017-08-01) ------------------- - Use okhttp for HTTP sender (https://github.com/uber/jaeger-client-java/pull/224)