Releases: honeycombio/beeline-go
Releases · honeycombio/beeline-go
v1.3.1
Fixed
Maintenance
v1.3.0
Maintenance
- Remove dependency on opentelemetry-go by @paulosman in #267
- [hnysqlx] change db.caller to walk the stack until it finds a non-database function name to allow additional nesting abstractions by @maplebed in #280
- Spruce up CI by @vreynolds in #266
- Provide more context for sampler test failures by @vreynolds in #270
- Add community health files by @vreynolds in #259
- Add OSS lifecycle badge by @vreynolds in #260
- Add issue and PR templates by @vreynolds in #261
- Bump go.opentelemetry.io/otel from 1.0.0-RC1 to 1.0.0-RC2 by @dependabot in #256
- Bump github.com/gin-gonic/gin from 1.7.2 to 1.7.4 by @dependabot in #265
- Bump github.com/labstack/echo/v4 from 4.4.0 to 4.5.0 by @dependabot in #264
- Add NOTICE by @cartermp in #271
- Bump google.golang.org/grpc from 1.38.0 to 1.40.0 by @dependabot in #263
- Adds Stalebot by @JamieDanielson in #275
- Change maintenance badge to maintained by @JamieDanielson in #274
- add min go verison to readme by @vreynolds in #279
New Contributors
- @cartermp made their first contribution in #271
- @JamieDanielson made their first contribution in #275
Full Changelog: v1.2.0...v1.3.0
v1.2.0
v1.1.3
v1.1.2
Release v1.1.2 (2021-06-03)
Dependencies
- Bump github.com/gin-gonic/gin from 1.7.1 to 1.7.2 (#234)
- Bump github.com/felixge/httpsnoop from 1.0.1 to 1.0.2 (#233)
- Bump go.opentelemetry.io/contrib/propagators from 0.19.0 to 0.20.0 (#232)
- Bump go.opentelemetry.io/otel from 0.19.0 to 0.20.0 (#232)
- Bump go.opentelemetry.io/otel/trace from 0.19.0 to 0.20.0 (#232)
v1.1.1
Fixed
- Add missing go.sum entry, which caused issues with go 1.16+ builds (#227) | @vreynolds
v1.1.0
Added
- Add gRPC UnaryClientInterceptor which includes trace context in the outgoing request metadata (#217) | @aarongable
Fixed
- Capture request.host property on http client redirects (#216) | @mccutchen
Dependencies
v1.0.0
Minimum Go version required: 1.14
Changed
- trace.NewTrace now takes *propagation.PropagationContext instead of serialized headers (#209)
- You can still use trace.NewTraceFromSerializedHeaders to ease migration
Removed
- propagation.Propagation: use propagation.PropagationContext (#209)
- propagation.MarshalTraceContext: use propagation.MarshalHoneycombTraceContext (#209)
- propagation.UnmarshalTraceContext: use propagation.UnmarshalHoneycombTraceContext (#209)
- propagation.UnmarshalTraceContextV1: use propagation.UnmarshalHoneycombTraceContext (#209)
Deprecated
- trace.NewTraceFromPropagationContext: use trace.NewTrace instead (#209)
Added
- Set additional response header values in hnygorilla wrapper (#196) | @nathancoleman
Dependencies
- Bump go.opentelemetry.io/otel from 0.15.0 to 0.19.0 (#179) (#208)
- Bump go.opentelemetry.io/contrib/propagators from 0.15.1 to 0.18.0 (#180) (#193) (#200)
- Bump github.com/go-sql-driver/mysql from 1.5.0 to 1.6.0 (#204)
- Bump google.golang.org/grpc from 1.27.0 to 1.36.1 (#178) (#203)
- Bump github.com/labstack/echo/v4 from 4.1.17 to 4.2.1 (#194)
- Bump github.com/jmoiron/sqlx from 1.2.0 to 1.3.1 (#188)
- Bump github.com/google/uuid from 1.1.4 to 1.2.0 (#186)
- Bump github.com/honeycombio/libhoney-go from 1.15.0 to 1.15.2 (#183)