Skip to content

Release v0.2.3

Compare
Choose a tag to compare
@lizthegrey lizthegrey released this 04 Mar 21:16
v0.2.3
ffdbc05

Corrects lack of tags on v0.2.2 modules, and updates dependencies to function with go1.14

Added

  • RecordError method on Spans in the trace API to Simplify adding error events to spans. (#473)
  • Configurable push frequency for exporters setup pipeline. (#504)

Changed

  • Rename the exporter directory to exporters.
    The go.opentelemetry.io/otel/exporter/trace/jaeger package was mistakenly released with a v1.0.0 tag instead of v0.1.0.
    This resulted in all subsequent releases not becoming the default latest.
    A consequence of this was that all go gets pulled in the incompatible v0.1.0 release of that package when pulling in more recent packages from other otel packages.
    Renaming the exporter directory to exporters fixes this issue by renaming the package and therefore clearing any existing dependency tags.
    Consequentially, this action also renames all exporter packages. (#502)

Removed

  • The CorrelationContextHeader constant in the correlation package is no longer exported. (#503)