Release v0.13.0
[0.13.0] - 2020-10-09
Added
- A Jaeger propagator. (#375)
Changed
- The
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
package instrumentation no longer accepts aTracer
as an argument to the interceptor function.
Instead, a newWithTracerProvider
option is added to configure theTracerProvider
used when creating theTracer
for the instrumentation. (#373) - The
go.opentelemetry.io/contrib/instrumentation/gopkg.in/macaron.v1/otelmacaron
instrumentation now accepts aTracerProvider
rather than aTracer
. (#374) - Remove
go.opentelemetry.io/otel/sdk
dependency from instrumentation. (#381) - Use
httpsnoop
ingo.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux
to ensurehttp.ResponseWriter
additional interfaces are preserved. (#388)
Fixed
- The
go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho.Middleware
no longer sends duplicate errors to the globalErrorHandler
. (#377, #364) - The import comment in
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
is now correctly quoted. (#379) - The B3 propagator sets the sample bitmask when the sampling decision is
debug
. (#369)
Raw changes made between v0.12.0 and v0.13.0
af2dfc7 Pre release v0.13.0 (#391)
a84ddfe use httpsnoop to ensure http.ResponseWriter additional interfaces are preserved (#388)
bbc03fa [propagator] Add Jaeger propagator (#375)
082e67f Bump github.com/shirou/gopsutil from 2.20.8+incompatible to 2.20.9+incompatible in /instrumentation/host (#384)
97f3114 Update gopkg.in/macaron.v1/otelmacaron instrumentation to use TracerProvider (#374)
a59885b Update google.golang.org/grpc/otelgrpc instrumentation to not accept Tracer (#373)
8244cc7 fix(echo): return nil from middleware to handle error only once (#377)
e3d25a6 Bump cloud.google.com/go from 0.66.0 to 0.67.0 in /detectors/gcp (#383)
7d9570b Bump github.com/aws/aws-sdk-go from 1.34.32 to 1.35.2 in /detectors/aws (#382)
89ae255 Remove go.opentelemetry.io/otel/sdk
dependency from instrumentation (#381)
caffe1d Fix import comment bug (#379)
5ef58e7 Add instrumentation signal table to instrumentation README (#372)
71b6d7f [propagator] Set sample bitmask when sampling decision is debug for B3 Propagator. (#369)
9dc5e0c Bump github.com/aws/aws-sdk-go from 1.34.30 to 1.34.32 in /detectors/aws (#370)