Never miss a release that matters

AI-powered summaries of every GitHub release.

AI Summaries

Changelogs condensed into clear, actionable insights.

Always Free

Track up to 5 packages at no cost, forever.

Weekly Digest

A curated summary of every release, delivered weekly.

Get Started Free
open-telemetry/opentelemetry-specificationv1.x
60 releases

TL;DR

Prometheus compatibility is significantly improved with stabilized configurations and transformations, ensuring more reliable data export from OpenTelemetry to Prometheus (observability backend).

Breaking

  • Prometheus Metric Exporter configuration property names have changed (without_scope_info to scope_info_enabled, etc.).
  • OTel SDKs should no longer use unofficial Prometheus clients.

New

  • Semantic Convention Schema v2 introduces support for multiple convention registries and a resolved schema format (data standardization).
  • A new Bind API is available for synchronous instruments (metric creation).

Fixes Worth Knowing

  • Stabilized Prometheus and OpenMetrics compatibility, including label and instrumentation scope translation.
  • Stabilized OpenTelemetry Gauge and Sum to Prometheus transformations.

Before You Upgrade

  • Update your Prometheus Metric Exporter configurations to use the new property names (scope_info_enabled, target_info_enabled, resource_constant_labels).
  • Ensure your OTel SDKs are using official Prometheus clients.
May 20, 2026
Apr 20, 2026
Mar 5, 2026
Feb 13, 2026
v1.53.0v1.53.0
Jan 9, 2026
Dec 12, 2025
Nov 17, 2025
Oct 17, 2025
Sep 16, 2025
Aug 13, 2025
Jul 18, 2025
Jun 12, 2025
May 14, 2025
Apr 15, 2025
Mar 18, 2025
Feb 18, 2025
Jan 22, 2025
Dec 13, 2024
Nov 7, 2024
Oct 10, 2024
Sep 13, 2024
Aug 12, 2024
Jul 12, 2024
Jun 11, 2024
May 9, 2024
Apr 11, 2024
Mar 13, 2024
Feb 15, 2024
Jan 11, 2024
Dec 7, 2023
Nov 8, 2023
Oct 10, 2023
Sep 13, 2023
Aug 10, 2023
Jul 12, 2023
Jun 9, 2023
May 16, 2023
Apr 7, 2023
Mar 6, 2023
Feb 9, 2023
Jan 17, 2023
Dec 8, 2022
Nov 9, 2022
Oct 4, 2022
Sep 19, 2022
Jun 10, 2022
May 4, 2022
Apr 1, 2022
Feb 14, 2022
Nov 12, 2021
Sep 30, 2021
Aug 25, 2021
Aug 7, 2021
Jul 8, 2021
Jun 7, 2021
May 5, 2021
Apr 14, 2021
Mar 11, 2021
Feb 11, 2021
Feb 10, 2021
open-telemetry/opentelemetry-specificationv0.x
7 releases

TL;DR

The OpenTelemetry specification has been significantly updated, freezing the Trace API and introducing extensive semantic conventions and API refinements across tracing, metrics, and baggage management to improve data richness and interoperability.

Breaking

  • Span Context Parent: Only a full Context can now be used to specify a parent Span; SpanContext is no longer accepted.
  • Lazy Span APIs Removed: Implementations should remove any existing lazy Event and Link APIs to avoid future conflicts.
  • HTTP Status Text: The http.status_text attribute has been removed from semantic conventions.
  • Null Values: null is now explicitly invalid for attributes, leading to undefined behavior if attempted.
  • Sampler Decisions: Sampler Decision values have been renamed to DROP, RECORD_ONLY, and RECORD_AND_SAMPLE.
  • Metric Aggregation: "Additive" and "Non-Additive" terms in the Metrics API are now "Adding" and "Grouping" respectively.
  • Baggage Header: The custom header name for baggage has been removed; use the official header instead.

New

  • Exception Events: Added API and
Nov 18, 2020
Jul 1, 2020
Jun 4, 2020
May 12, 2020
Feb 21, 2020
Oct 17, 2019
Jun 21, 2019