Releases: barney-ci/go-otel
Releases · barney-ci/go-otel
v0.2.2
v0.2.1
v0.2.0
What's Changed
- build(deps): bump go.opentelemetry.io/otel from 1.28.0 to 1.29.0 by @dependabot in #25
- build(deps): bump go.opentelemetry.io/otel/trace from 1.28.0 to 1.29.0 by @dependabot in #26
- build(deps): bump go.opentelemetry.io/contrib/samplers/jaegerremote from 0.22.0 to 0.23.0 by @dependabot in #27
- build(deps): bump go.opentelemetry.io/otel from 1.29.0 to 1.30.0 by @dependabot in #29
- build(deps): bump go.opentelemetry.io/contrib/samplers/jaegerremote from 0.23.0 to 0.24.0 by @dependabot in #30
- build(deps): bump go.opentelemetry.io/otel/trace from 1.30.0 to 1.31.0 by @dependabot in #33
- build(deps): bump go.opentelemetry.io/otel from 1.30.0 to 1.31.0 by @dependabot in #34
- build(deps): bump go.opentelemetry.io/contrib/samplers/jaegerremote from 0.24.0 to 0.25.0 by @dependabot in #36
- build(deps): bump go.opentelemetry.io/otel from 1.31.0 to 1.32.0 by @dependabot in #37
- build(deps): bump go.opentelemetry.io/otel/trace from 1.31.0 to 1.32.0 by @dependabot in #40
- build(deps): bump go.opentelemetry.io/otel/sdk from 1.31.0 to 1.32.0 by @dependabot in #38
- build(deps): bump go.opentelemetry.io/contrib/samplers/jaegerremote from 0.25.0 to 0.26.0 by @dependabot in #39
- add a TextMapCarrier for kafka headers by @mstory21 in #41
- setup: switch to using otlp instead of jaeger by @travisshivers in #42
Full Changelog: v0.1.2...v0.2.0
v0.1.2
What's Changed
- Update README.md by @mstory21 in #19
- feat: add SDK and host info as tracer provider attrs by @wade-arista in #23
- compat: fix UberTraceContext extraction by @wade-arista in #24
New Contributors
- @travisshivers made their first contribution in #22
- @wade-arista made their first contribution in #23
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- Create go.yml by @mstory21 in #8
- Firmly deprecate
{}
in sampler URL template by @vzxv in #14 - fix:
setup
:JaegerSetup
:closerFunc
: log error only whenerr
is notnil
by @quachtridat in #18
New Contributors
- @vzxv made their first contribution in #14
- @quachtridat made their first contribution in #18
Full Changelog: v0.1.0...v0.1.1