Skip to content

Releases: honeycombio/beeline-go

v1.3.1

03 Nov 14:47
7671172
Compare
Choose a tag to compare

Fixed

  • [sql instrumentation] set name field to db call, not caller (#282) | @maplebed

Maintenance

  • update libhoney-go to v1.15.6 (#284)
  • empower apply-labels action to apply labels (#283)
  • Bump github.com/labstack/echo/v4 from 4.5.0 to 4.6.1 (#276)
  • Bump github.com/honeycombio/libhoney-go from 1.15.4 to 1.15.5 (#278)

v1.3.0

15 Oct 17:41
02d180f
Compare
Choose a tag to compare

Maintenance

New Contributors

Full Changelog: v1.2.0...v1.3.0

v1.2.0

21 Jul 22:19
4b03f69
Compare
Choose a tag to compare

Release v1.2.0 (2021-07-21)

Dependencies

  • Update libhoney from 1.15.3 to 1.15.4 (#253)
  • Bump github.com/labstack/echo/v4 from 4.3.0 to 4.4.0 (#251)
  • Bump github.com/google/uuid from 1.2.0 to 1.3.0 (#250)

Added

  • feat: span.AddField() support adding error (#246)

Fixed

  • Avoid hnynethttp.WrapHandler panic with non-pointer handlers (#92)
  • fix(echo): this change ensures honeycomb captures errors correctly (#249)
  • Use PingContext in the wrapped PingContext method (#245)

v1.1.3

13 Jul 20:47
9de4031
Compare
Choose a tag to compare

Dependencies

  • Bump go.opentelemetry.io/contrib/propagators from 0.20.0 to 0.21.0 (#237)
  • Bump github.com/honeycombio/libhoney-go from 1.15.2 to 1.15.3 (#236)

Maintenance

  • Updates Github Action Workflows (#243)
  • Updates Dependabot Config (#240)
  • Switches CODEOWNERS to telemetry-team (#239)

v1.1.2

03 Jun 17:24
cc371b7
Compare
Choose a tag to compare

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

24 May 15:19
v1.1.1
2df5166
Compare
Choose a tag to compare

Fixed

  • Add missing go.sum entry, which caused issues with go 1.16+ builds (#227) | @vreynolds

v1.1.0

18 May 16:25
v1.1.0
d0b5e73
Compare
Choose a tag to compare

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

  • Bump github.com/labstack/echo/v4 from 4.2.1 to 4.3.0 (#218)
  • Bump github.com/gin-gonic/gin from 1.6.3 to 1.7.1 (#213)
  • Bump github.com/jmoiron/sqlx from 1.3.1 to 1.3.4 (#221)

v1.0.0

12 Apr 16:40
v1.0.0
8cdd40a
Compare
Choose a tag to compare

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

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)

v0.11.1

22 Jan 13:46
ef94470
Compare
Choose a tag to compare

Maintenance

  • Bump github.com/google/uuid from 1.1.2 to 1.1.4 (#171, #174)

Fixed

  • Ensure rollup fields are included on subroot spans (#173) | @BRMatt
  • Default the w3c propagation header sampled flag to 01 (#176)

v0.11.0

29 Dec 21:28
a7ced3c
Compare
Choose a tag to compare

Release v0.11.0 (2020-12-29)

  • Introducing support for gRPC. This release includes the hnygrpc package which contains a gRPC unary interceptor wrapper. (#169)