PackageTrack

Go modules

go.opentelemetry.io/otel/log

v0.22.0open-telemetry/opentelemetry-go

Release timeline

714 releases since 2024
20242026

One column per month.

Releases

  1. v0.14.1-0.20250919111134-a189c6bbf96519 Sept 2025pre-release

    Nothing published for this version

  2. v0.14.1-0.20250918200825-6180f833bc7418 Sept 2025pre-release

    Nothing published for this version

  3. v0.14.1-0.20250916200450-9d52bde6d64f16 Sept 2025pre-release

    Nothing published for this version

  4. v0.14.1-0.20250915072152-01611d3f59e215 Sept 2025pre-release

    Nothing published for this version

  5. v0.14.1-0.20250912133308-0d5aa14d7bb712 Sept 2025pre-release

    Nothing published for this version

  6. v0.14.1-0.20250911162359-285cbe91027211 Sept 2025pre-release

    Nothing published for this version

  7. v0.14.1-0.20250911100202-b16855014e9411 Sept 2025pre-release

    Nothing published for this version

  8. v0.14.1-0.20250911074238-b06d2739a73511 Sept 2025pre-release

    Nothing published for this version

  9. v0.14.1-0.20250909192148-3baabce4c6819 Sept 2025pre-release

    Nothing published for this version

  10. v0.14.1-0.20250907145331-8ac554a28b7e7 Sept 2025pre-release

    Nothing published for this version

  11. v0.14.1-0.20250906154600-b218e4bb5a936 Sept 2025pre-release

    Nothing published for this version

  12. v0.14.1-0.20250904160912-a5dcd68ebb2f4 Sept 2025pre-release

    Nothing published for this version

  13. v0.14.1-0.20250904070455-e54519af98e94 Sept 2025pre-release

    Nothing published for this version

  14. v0.14.1-0.20250903094231-8c8cd0a9caa03 Sept 2025pre-release

    Nothing published for this version

  15. v0.14.1-0.20250903081812-83c041a6cd633 Sept 2025pre-release

    Nothing published for this version

  16. v0.14.1-0.20250902235443-295fbdc5f1462 Sept 2025pre-release

    Nothing published for this version

  17. v0.14.1-0.20250901201517-5e3b939f4bc51 Sept 2025pre-release

    Nothing published for this version

  18. v0.14.1-0.20250831155526-c8632bc29ab031 Aug 2025pre-release

    Nothing published for this version

  19. v0.14.1-0.20250831152030-c2fea5fb4de531 Aug 2025pre-release

    Nothing published for this version

  20. v0.14.029 Aug 2025
    Release notes

    Added

    • An EventOption and the related NewEventConfig function are added to the go.opentelemetry.io/otel package to configure Span events. (#1254)
    • A TextMapPropagator and associated TextMapCarrier are added to the go.opentelemetry.io/otel/oteltest package to test TextMap type propagators and their use. (#1259)
    • SpanContextFromContext returns SpanContext from context. (#1255)
    • TraceState has been added to SpanContext. (#1340)
    • DeploymentEnvironmentKey added to go.opentelemetry.io/otel/semconv package. (#1323)
    • Add an OpenCensus to OpenTelemetry tracing bridge. (#1305)
    • Add a parent context argument to SpanProcessor.OnStart to follow the specification. (#1333)
    • Add missing tests for sdk/trace/attributes_map.go. (#1337)

    Changed

    • Move the go.opentelemetry.io/otel/api/trace package into go.opentelemetry.io/otel/trace with the following changes. (#1229) (#1307)
      • ID has been renamed to TraceID.
      • IDFromHex has been renamed to TraceIDFromHex.
      • EmptySpanContext is removed.
    • Move the go.opentelemetry.io/otel/api/trace/tracetest package into go.opentelemetry.io/otel/oteltest. (#1229)
    • OTLP Exporter updates:
      • supports OTLP v0.6.0 (#1230, #1354)
      • supports configurable aggregation temporality (default: Cumulative, optional: Stateless). (#1296)
    • The Sampler is now called on local child spans. (#1233)
    • The Kind type from the go.opentelemetry.io/otel/api/metric package was renamed to InstrumentKind to more specifically describe what it is and avoid semantic ambiguity. (#1240)
    • The MetricKind method of the Descriptor type in the go.opentelemetry.io/otel/api/metric package was renamed to Descriptor.InstrumentKind. This matches the returned type and fixes misuse of the term metric. (#1240)
    • Move test harness from the go.opentelemetry.io/otel/api/apitest package into go.opentelemetry.io/otel/oteltest. (#1241)
    • Move the go.opentelemetry.io/otel/api/metric/metrictest package into go.opentelemetry.io/oteltest as part of #964. (#1252)
    • Move the go.opentelemetry.io/otel/api/metric package into go.opentelemetry.io/otel/metric as part of #1303. (#1321)
    • Move the go.opentelemetry.io/otel/api/metric/registry package into go.opentelemetry.io/otel/metric/registry as a part of #1303. (#1316)
    • Move the Number type (together with related functions) from go.opentelemetry.io/otel/api/metric package into go.opentelemetry.io/otel/metric/number as a part of #1303. (#1316)
    • The function signature of the Span AddEvent method in go.opentelemetry.io/otel is updated to no longer take an unused context and instead take a required name and a variable number of EventOptions. (#1254)
    • The function signature of the Span RecordError method in go.opentelemetry.io/otel is updated to no longer take an unused context and instead take a required error value and a variable number of EventOptions. (#1254)
    • Move the go.opentelemetry.io/otel/api/global package to go.opentelemetry.io/otel. (#1262) (#1330)
    • Move the Version function from go.opentelemetry.io/otel/sdk to go.opentelemetry.io/otel. (#1330)
    • Rename correlation context header from "otcorrelations" to "baggage" to match the OpenTelemetry specification. (#1267)
    • Fix Code.UnmarshalJSON to work with valid JSON only. (#1276)
    • The resource.New() method changes signature to support builtin attributes and functional options, including telemetry.sdk.* and host.name semantic conventions; the former method is renamed resource.NewWithAttributes. (#1235)
    • The Prometheus exporter now exports non-monotonic counters (i.e. UpDownCounters) as gauges. (#1210)
    • Correct the Span.End method documentation in the otel API to state updates are not allowed on a span after it has ended. (#1310)
    • Updated span collection limits for attribute, event and link counts to 1000 (#1318)
    • Renamed semconv.HTTPUrlKey to semconv.HTTPURLKey. (#1338)

    Removed

    • The ErrInvalidHexID, ErrInvalidTraceIDLength, ErrInvalidSpanIDLength, ErrInvalidSpanIDLength, or ErrNilSpanID from the go.opentelemetry.io/otel package are unexported now. (#1243)
    • The AddEventWithTimestamp method on the Span interface in go.opentelemetry.io/otel is removed due to its redundancy. It is replaced by using the AddEvent method with a WithTimestamp option. (#1254)
    • The MockSpan and MockTracer types are removed from go.opentelemetry.io/otel/oteltest. Tracer and Span from the same module should be used in their place instead. (#1306)
    • WorkerCount option is removed from go.opentelemetry.io/otel/exporters/otlp. (#1350)
    • Remove the following labels types: INT32, UINT32, UINT64 and FLOAT32. (#1314)

    Fixed

    • Rename MergeItererator to MergeIterator in the go.opentelemetry.io/otel/label package. (#1244)
    • The go.opentelemetry.io/otel/api/global packages global TextMapPropagator now delegates functionality to a globally set delegate for all previously returned propagators. (#1258)
    • Fix condition in label.Any. (#1299)
    • Fix global TracerProvider to pass options to its configured provider. (#1329)
    • Fix missing handler for ExactKind aggregator in OTLP metrics transformer (#1309)
    Open source →
  21. v0.13.1-0.20250828230916-d99c68cb21b228 Aug 2025pre-release

    Nothing published for this version

  22. v0.13.1-0.20250828181355-0724539e717228 Aug 2025pre-release

    Nothing published for this version

  23. v0.13.1-0.20250828092952-5358fd737d0c28 Aug 2025pre-release

    Nothing published for this version

  24. v0.13.1-0.20250827182020-25d02741f76427 Aug 2025pre-release

    Nothing published for this version

  25. v0.13.1-0.20250827175614-d0cab8666b7427 Aug 2025pre-release

    Nothing published for this version

  26. v0.13.1-0.20250827112407-3342341f150827 Aug 2025pre-release

    Nothing published for this version

  27. v0.13.1-0.20250827075336-37320e732f6027 Aug 2025pre-release

    Nothing published for this version

  28. v0.13.1-0.20250826090411-2512a6b0875826 Aug 2025pre-release

    Nothing published for this version

  29. v0.13.1-0.20250825230518-d07af7c027df25 Aug 2025pre-release

    Nothing published for this version

  30. v0.13.1-0.20250825164810-e6c8bdcd86f425 Aug 2025pre-release

    Nothing published for this version

  31. v0.13.1-0.20250825143334-4b2bef6dd97225 Aug 2025pre-release

    Nothing published for this version

  32. v0.13.1-0.20250824192855-9818ea8b0d7024 Aug 2025pre-release

    Nothing published for this version

  33. v0.13.1-0.20250824152954-c2a61727392e24 Aug 2025pre-release

    Nothing published for this version

  34. v0.13.1-0.20250822145358-70e8929a676122 Aug 2025pre-release

    Nothing published for this version

  35. v0.13.1-0.20250821223755-f3b18fc9d9d521 Aug 2025pre-release

    Nothing published for this version

  36. v0.13.1-0.20250821162332-8b17b897d2b921 Aug 2025pre-release

    Nothing published for this version

  37. v0.13.1-0.20250820231817-bd6f16131ef120 Aug 2025pre-release

    Nothing published for this version

  38. v0.13.1-0.20250819231007-cf787f3e3ad019 Aug 2025pre-release

    Nothing published for this version

  39. v0.13.1-0.20250818224630-22c6da03079118 Aug 2025pre-release

    Nothing published for this version

  40. v0.13.1-0.20250818104216-bb5b0a8e61de18 Aug 2025pre-release

    Nothing published for this version

  41. v0.13.1-0.20250818094616-bb8d6f74b05018 Aug 2025pre-release

    Nothing published for this version

  42. v0.13.1-0.20250817161457-cac7421c199517 Aug 2025pre-release

    Nothing published for this version

  43. v0.13.1-0.20250815192246-03d0c5dc477115 Aug 2025pre-release

    Nothing published for this version

  44. v0.13.1-0.20250814105456-c09be189296314 Aug 2025pre-release

    Nothing published for this version

  45. v0.13.1-0.20250812151426-eda888f0c70f12 Aug 2025pre-release

    Nothing published for this version

  46. v0.13.1-0.20250811212610-b3cea33f30b811 Aug 2025pre-release

    Nothing published for this version

  47. v0.13.1-0.20250808223822-68841fa6dbd58 Aug 2025pre-release

    Nothing published for this version

  48. v0.13.1-0.20250807225437-2ce0ab20b0c07 Aug 2025pre-release

    Nothing published for this version

  49. v0.13.1-0.20250807081413-ffa3b4af64f87 Aug 2025pre-release

    Nothing published for this version

  50. v0.13.1-0.20250806213059-97c22e37a4796 Aug 2025pre-release

    Nothing published for this version

  51. v0.13.1-0.20250806184522-eb4f1dc4a13c6 Aug 2025pre-release

    Nothing published for this version

  52. v0.13.1-0.20250806125018-b7610a72a7a36 Aug 2025pre-release

    Nothing published for this version

  53. v0.13.1-0.20250805221210-75bf4b8dbce95 Aug 2025pre-release

    Nothing published for this version

  54. v0.13.1-0.20250804194804-d464abf1f3414 Aug 2025pre-release

    Nothing published for this version

  55. v0.13.1-0.20250803152433-1bae8f73472d3 Aug 2025pre-release

    Nothing published for this version

  56. v0.13.1-0.20250801154034-bf541fe7bd751 Aug 2025pre-release

    Nothing published for this version

  57. v0.13.1-0.20250731123441-271cec4e951431 Jul 2025pre-release

    Nothing published for this version

  58. v0.13.1-0.20250730135106-30a00f21032f30 Jul 2025pre-release

    Nothing published for this version

  59. v0.13.1-0.20250729181231-5002ee39c7b929 Jul 2025pre-release

    Nothing published for this version

  60. v0.13.1-0.20250725204521-d8f358fd5e2025 Jul 2025pre-release

    Nothing published for this version