Skip to content

v0.21.0 and v1.0.0-RC1

Compare
Choose a tag to compare
@punya punya released this 15 Jul 16:02
· 431 commits to main since this release
d9f7562

Breaking changes

  • Trace exporter now expects instances of the ReadOnlySpan interface rather than the SpanContext struct.

New features

Implemented in #173, thanks to contributor @0xc0d!

  • Trace exporter is compatible with v1.0.0-RC1 of opentelemetry-go stable components
  • Metric exporter is compatible with v0.21.0 of opentelemetry-go unstable components

Additional details on the mix of version numbers

Enhancements

  • Map OTel span kind to Cloud Trace (#179, #180)
  • Map OTel span links to Cloud Trace (#176, #178)
  • Add end-to-end tests (#177)