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.13.1-0.20250725105458-049569d0c83425 Jul 2025pre-release

    Nothing published for this version

  2. v0.13.1-0.20250724144837-affc1a235c1a24 Jul 2025pre-release

    Nothing published for this version

  3. v0.13.1-0.20250724005103-d9e9038f076224 Jul 2025pre-release

    Nothing published for this version

  4. v0.13.1-0.20250723074619-2358d8d4903923 Jul 2025pre-release

    Nothing published for this version

  5. v0.13.1-0.20250722222036-70e23753a14c22 Jul 2025pre-release

    Nothing published for this version

  6. v0.13.1-0.20250722093606-186def7c563422 Jul 2025pre-release

    Nothing published for this version

  7. v0.13.1-0.20250722074327-784f6371001f22 Jul 2025pre-release

    Nothing published for this version

  8. v0.13.1-0.20250722071756-de3f18ef0b1322 Jul 2025pre-release

    Nothing published for this version

  9. v0.13.1-0.20250721084548-c23a0667def321 Jul 2025pre-release

    Nothing published for this version

  10. v0.13.1-0.20250719142133-c8de7aa7385119 Jul 2025pre-release

    Nothing published for this version

  11. v0.13.1-0.20250718025816-bf570ac8ce3618 Jul 2025pre-release

    Nothing published for this version

  12. v0.13.1-0.20250715170547-826a8ec2eda215 Jul 2025pre-release

    Nothing published for this version

  13. v0.13.1-0.20250714224542-ca02873ee45414 Jul 2025pre-release

    Nothing published for this version

  14. v0.13.1-0.20250713143027-e6ba1ebfbdc313 Jul 2025pre-release

    Nothing published for this version

  15. v0.13.1-0.20250712110704-96c8fafbe39d12 Jul 2025pre-release

    Nothing published for this version

  16. v0.13.1-0.20250711223845-027836cae15d11 Jul 2025pre-release

    Nothing published for this version

  17. v0.13.1-0.20250710160737-e4c84b9ea67610 Jul 2025pre-release

    Nothing published for this version

  18. v0.13.1-0.20250709223207-73b2cd39b0fb9 Jul 2025pre-release

    Nothing published for this version

  19. v0.13.1-0.20250707233414-bb3878cc64067 Jul 2025pre-release

    Nothing published for this version

  20. v0.13.1-0.20250707102028-9af7382dceee7 Jul 2025pre-release

    Nothing published for this version

  21. v0.13.1-0.20250704174822-bd26298747204 Jul 2025pre-release

    Nothing published for this version

  22. v0.13.1-0.20250704065045-4237e6bd79434 Jul 2025pre-release

    Nothing published for this version

  23. v0.13.1-0.20250702075643-0f7f1d0bad212 Jul 2025pre-release

    Nothing published for this version

  24. v0.13.1-0.20250702074955-04859c727bf02 Jul 2025pre-release

    Nothing published for this version

  25. v0.13.1-0.20250701234658-cf9efc2b99ba1 Jul 2025pre-release

    Nothing published for this version

  26. v0.13.1-0.20250701143833-118298edcfd51 Jul 2025pre-release

    Nothing published for this version

  27. v0.13.1-0.20250701071656-bdebc5f9e0151 Jul 2025pre-release

    Nothing published for this version

  28. v0.13.1-0.20250630073244-1ab60d09115030 Jun 2025pre-release

    Nothing published for this version

  29. v0.13.1-0.20250627220758-20cd7f871fce27 Jun 2025pre-release

    Nothing published for this version

  30. v0.13.1-0.20250627000933-4458a0086be627 Jun 2025pre-release

    Nothing published for this version

  31. v0.13.1-0.20250626045732-957f4417b77126 Jun 2025pre-release

    Nothing published for this version

  32. v0.13.025 Jun 2025
    Release notes

    Added

    • The go.opentelemetry.io/otel/semconv/v1.33.0 package. The package contains semantic conventions from the v1.33.0 version of the OpenTelemetry Semantic Conventions. See the migration documentation for information on how to upgrade from go.opentelemetry.io/otel/semconv/v1.32.0.(#6799)
    • The go.opentelemetry.io/otel/semconv/v1.34.0 package. The package contains semantic conventions from the v1.34.0 version of the OpenTelemetry Semantic Conventions. (#6812)
    • Add metric's schema URL as otel_scope_schema_url label in go.opentelemetry.io/otel/exporters/prometheus. (#5947)
    • Add metric's scope attributes as otel_scope_[attribute] labels in go.opentelemetry.io/otel/exporters/prometheus. (#5947)
    • Add EventName to EnabledParameters in go.opentelemetry.io/otel/log. (#6825)
    • Add EventName to EnabledParameters in go.opentelemetry.io/otel/sdk/log. (#6825)
    • Changed handling of go.opentelemetry.io/otel/exporters/prometheus metric renaming to add unit suffixes when it doesn't match one of the pre-defined values in the unit suffix map. (#6839)

    Changed

    • The semantic conventions have been upgraded from v1.26.0 to v1.34.0 in go.opentelemetry.io/otel/bridge/opentracing. (#6827)
    • The semantic conventions have been upgraded from v1.26.0 to v1.34.0 in go.opentelemetry.io/otel/exporters/zipkin. (#6829)
    • The semantic conventions have been upgraded from v1.26.0 to v1.34.0 in go.opentelemetry.io/otel/metric. (#6832)
    • The semantic conventions have been upgraded from v1.26.0 to v1.34.0 in go.opentelemetry.io/otel/sdk/resource. (#6834)
    • The semantic conventions have been upgraded from v1.26.0 to v1.34.0 in go.opentelemetry.io/otel/sdk/trace. (#6835)
    • The semantic conventions have been upgraded from v1.26.0 to v1.34.0 in go.opentelemetry.io/otel/trace. (#6836)
    • Record.Resource now returns *resource.Resource instead of resource.Resource in go.opentelemetry.io/otel/sdk/log. (#6864)
    • Retry now shows error cause for context timeout in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc, go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc, go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc, go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp, go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp, go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#6898)

    Fixed

    • Stop stripping trailing slashes from configured endpoint URL in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc. (#6710)
    • Stop stripping trailing slashes from configured endpoint URL in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#6710)
    • Stop stripping trailing slashes from configured endpoint URL in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc. (#6710)
    • Stop stripping trailing slashes from configured endpoint URL in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#6710)
    • Validate exponential histogram scale range for Prometheus compatibility in go.opentelemetry.io/otel/exporters/prometheus. (#6822)
    • Context cancellation during metric pipeline produce does not corrupt data in go.opentelemetry.io/otel/sdk/metric. (#6914)

    Removed

    • go.opentelemetry.io/otel/exporters/prometheus no longer exports otel_scope_info metric. (#6770)
    Open source →
  33. v0.12.3-0.20250624222920-67ca271b2c7124 Jun 2025pre-release

    Nothing published for this version

  34. v0.12.3-0.20250624070221-351a51f1ed1824 Jun 2025pre-release

    Nothing published for this version

  35. v0.12.3-0.20250623191231-a365d8505dca23 Jun 2025pre-release

    Nothing published for this version

  36. v0.12.3-0.20250620180422-770617c73a7320 Jun 2025pre-release

    Nothing published for this version

  37. v0.12.3-0.20250620074630-2da77b11955420 Jun 2025pre-release

    Nothing published for this version

  38. v0.12.3-0.20250618142619-0150494ef96918 Jun 2025pre-release

    Nothing published for this version

  39. v0.12.3-0.20250617235333-c91b3fcabede17 Jun 2025pre-release

    Nothing published for this version

  40. v0.12.3-0.20250616193322-2cce1899552716 Jun 2025pre-release

    Nothing published for this version

  41. v0.12.3-0.20250612170235-a4055c21bce312 Jun 2025pre-release

    Nothing published for this version

  42. v0.12.3-0.20250612080751-55c7a70cc7d912 Jun 2025pre-release

    Nothing published for this version

  43. v0.12.3-0.20250610073520-bc531cb3f9ce10 Jun 2025pre-release

    Nothing published for this version

  44. v0.12.3-0.20250609191132-9955f1ba45b69 Jun 2025pre-release

    Nothing published for this version

  45. v0.12.3-0.20250609085713-c544bafdb45a9 Jun 2025pre-release

    Nothing published for this version

  46. v0.12.3-0.20250606085930-0669ee0af5f66 Jun 2025pre-release

    Nothing published for this version

  47. v0.12.3-0.20250605164520-3d02ee78860b5 Jun 2025pre-release

    Nothing published for this version

  48. v0.12.3-0.20250605073931-9fabec1f44325 Jun 2025pre-release

    Nothing published for this version

  49. v0.12.3-0.20250604050517-a99f9b56ce464 Jun 2025pre-release

    Nothing published for this version

  50. v0.12.3-0.20250603051249-1636bcdd1d593 Jun 2025pre-release

    Nothing published for this version

  51. v0.12.3-0.20250602194833-274e939579e82 Jun 2025pre-release

    Nothing published for this version

  52. v0.12.3-0.20250530225831-ceb8daac591930 May 2025pre-release

    Nothing published for this version

  53. v0.12.3-0.20250530070023-dc210e99a46130 May 2025pre-release

    Nothing published for this version

  54. v0.12.3-0.20250530001138-a4afec75977530 May 2025pre-release

    Nothing published for this version

  55. v0.12.3-0.20250529073622-c9c9929a2ae529 May 2025pre-release

    Nothing published for this version

  56. v0.12.3-0.20250528202032-4e08cc32b9c528 May 2025pre-release

    Nothing published for this version

  57. v0.12.3-0.20250528051624-65b8067f18f128 May 2025pre-release

    Nothing published for this version

  58. v0.12.3-0.20250527205545-ff4ec0895a5c27 May 2025pre-release

    Nothing published for this version

  59. v0.12.3-0.20250527062454-e33675716b2127 May 2025pre-release

    Nothing published for this version

  60. v0.12.3-0.20250526142609-aa5bd0e6498926 May 2025pre-release

    Nothing published for this version