Releases: honeycombio/beeline-go
Releases · honeycombio/beeline-go
v0.10.2
- Updating dependencies. OTel 0.13.0 -> 0.15.1.
v0.10.1
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
v0.9.0
Improvements:
- Add DB.BindNamed to hnysql wrapper (#157) | @matiasanaya
v0.8.0
v0.7.1
v0.7.0
v0.6.2
v0.6.1
v0.6.0
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