8000 Releases · honeycombio/beeline-go · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: honeycombio/beeline-go

v0.10.2

23 Dec 17:02
c2e357a
Compare
Choose a tag to compare
  • Updating dependencies. OTel 0.13.0 -> 0.15.1.

v0.10.1

15 Dec 23:11
5fbf49e
Compare
Choose a tag to compare

Release v0.10.1 (2020-12-15)

  • Bump github.com/honeycombio/libhoney-go from 0.14.1 to 0.15.0
  • Write keys / API keys will now be masked in debug / console logs.

v0.10.0

20 Nov 13:33
5dfaa54
Compare
Choose a tag to compare

v0.10.0

Improvements:

  • Add GitHub release publish step (#159)
  • Bump go.opentelemetry.io/contrib/propagators from 0.12.0 to 0.13.0 (#156)
  • Bump github.com/gobuffalo/pop/v5 from 5.2.4 to 5.3.1 (#155)

v0.9.0

06 Nov 16:03
fd0daef
Compare
Choose a tag to compare

Improvements:

v0.8.0

08 Oct 20:17
2e2795d
Compare
Choose a tag to compare

New Features:

v0.7.1

24 Sep 14:08
fc19117
Compare
Choose a tag to compare

Release v0.7.1 (2020-09-24)

  • Add .editorconfig to help provide consistent IDE styling (#143)

v0.7.0

16 Sep 14:00
bb2004d
Compare
Choose a tag to compare
  • Update dependencies
  • Add extra warnings when enabling STDOUT (#134)
  • Add log when event is rejected with invalid api key (#135)

v0.6.2

21 Aug 21:57
6dd3ee3
Compare
Choose a tag to compare

This release has some minor updates including fixes to flaky tests and upgrades to dependencies (grpc, otel). It also includes a fix for a potential data race bug when using the new propagation context generating code.

v0.6.1

01 Aug 16:03
d049d15
Compare
Choose a tag to compare

Bugfixes:

  • Disable IsValid check on Honeycomb header parsing. Was breaking compatibility with manually created Propagation objects.

v0.6.0

31 Jul 15:01
fc8b42c
Compare
Choose a tag to compare

Gingonic auto-instrumentation and OpenTelemetry trace context interoperability!

  • Generated Span and Trace IDs have changed from UUID4 strings to 16 and 32 character hex-encoded strings. These are compatible with the W3C Trace Context specification.
  • Auto-instrumentation support for Gingonic applications (thank you @Nalum!)
  • Marshal / unmarshal functions for Amazon load balancer trace headers and W3C Trace Context headers (used by OpenTelemetry).
  • The hnynethttp package now supports configurable hooks for parsing trace context headers from incoming HTTP requests and injecting trace context headers in outgoing HTTP requests
0