summaryrefslogtreecommitdiff
path: root/vendor/github.com/uber/jaeger-client-go/CHANGELOG.md
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-04-30 08:54:05 +0000
committerDaniel J Walsh <dwalsh@redhat.com>2020-05-04 08:24:50 -0400
commit5be55739ccf2435e96b52ca64ce1627506927069 (patch)
treeed2b481085f7cefaac0928928f93096bf92178dc /vendor/github.com/uber/jaeger-client-go/CHANGELOG.md
parent99f8cfc2dc39b11cd315062167f1ffaf85eda946 (diff)
downloadpodman-5be55739ccf2435e96b52ca64ce1627506927069.tar.gz
podman-5be55739ccf2435e96b52ca64ce1627506927069.tar.bz2
podman-5be55739ccf2435e96b52ca64ce1627506927069.zip
build(deps): bump github.com/uber/jaeger-client-go
Bumps [github.com/uber/jaeger-client-go](https://github.com/uber/jaeger-client-go) from 2.22.1+incompatible to 2.23.1+incompatible. - [Release notes](https://github.com/uber/jaeger-client-go/releases) - [Changelog](https://github.com/jaegertracing/jaeger-client-go/blob/master/CHANGELOG.md) - [Commits](https://github.com/uber/jaeger-client-go/compare/v2.22.1...v2.23.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
Diffstat (limited to 'vendor/github.com/uber/jaeger-client-go/CHANGELOG.md')
-rw-r--r--vendor/github.com/uber/jaeger-client-go/CHANGELOG.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/vendor/github.com/uber/jaeger-client-go/CHANGELOG.md b/vendor/github.com/uber/jaeger-client-go/CHANGELOG.md
index 818568b28..944feb2c8 100644
--- a/vendor/github.com/uber/jaeger-client-go/CHANGELOG.md
+++ b/vendor/github.com/uber/jaeger-client-go/CHANGELOG.md
@@ -1,6 +1,18 @@
Changes by Version
==================
+2.23.1 (2020-04-28)
+-------------------
+- Fix regression by handling nil logger correctly ([#507](https://github.com/jaegertracing/jaeger-client-go/pull/507)) -- Prithvi Raj
+
+
+2.23.0 (2020-04-22)
+-------------------
+
+- Add the ability to log all span interactions at a new debug log level([#502](https://github.com/jaegertracing/jaeger-client-go/pull/502), [#503](https://github.com/jaegertracing/jaeger-client-go/pull/503), [#504](https://github.com/jaegertracing/jaeger-client-go/pull/504)) -- Prithvi Raj
+- Chore (docs): fix typos ([#496](https://github.com/jaegertracing/jaeger-client-go/pull/496), [#498](https://github.com/jaegertracing/jaeger-client-go/pull/498)) -- Febrian Setianto and Ivan Babrou
+- Unset highest bit of traceID in probabilistic sampler ([#490](https://github.com/jaegertracing/jaeger-client-go/pull/490)) -- Sokolov Yura
+
2.22.1 (2020-01-16)
-------------------