From 4de04271ccb8816ff2d329685df80eb9218f5251 Mon Sep 17 00:00:00 2001 From: Yuri Shkuro Date: Tue, 7 Dec 2021 17:19:43 -0500 Subject: [PATCH] Prepare release 2.30.0 (#606) --- CHANGELOG.md | 14 ++++++++++---- constants.go | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 956790ea..964a4049 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,16 @@ Changes by Version ================== -2.29.2 (unreleased) -------------------- -- Nothing yet. - +2.30.0 (2021-12-07) +------------------- +- Add deprecation notice -- Yuri Shkuro +- Use public struct for tracer options to document initialization better (#605) -- Yuri Shkuro +- Remove redundant newline in NewReporter init message (#603) -- wwade +- [zipkin] Encode span IDs as full 16-hex strings #601 -- Nathan +- [docs] Replace godoc.org with pkg.go.dev (#591) -- Aaron Jheng +- Remove outdated reference to Zipkin model. -- Yuri Shkuro +- Move thrift compilation to a script (#590) -- Aaron Jheng +- Document JAEGER_TRACEID_128BIT env var -- Yuri Shkuro 2.29.1 (2021-05-24) ------------------- diff --git a/constants.go b/constants.go index ebbdb5ff..35710cfe 100644 --- a/constants.go +++ b/constants.go @@ -22,7 +22,7 @@ import ( const ( // JaegerClientVersion is the version of the client library reported as Span tag. - JaegerClientVersion = "Go-2.29.2-dev" + JaegerClientVersion = "Go-2.30.0" // JaegerClientVersionTagKey is the name of the tag used to report client version. JaegerClientVersionTagKey = "jaeger.version"