Skip to content

v0.22.0

Compare
Choose a tag to compare
@kentquirk kentquirk released this 08 Mar 17:35
· 81 commits to main since this release
0ddbf9c

This release fixes an issue where the traceID and spanID in OTLP/JSON data is being misinterpreted by protojson as base64,
rather than hex. We can't fix it in the protobuf, but we can reverse the bad decoding.