Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions .github/scripts/triage-helper/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .github/workflows/ossf-scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
# Upload the results to GitHub's code scanning dashboard (optional).
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@c10b8064de6f491fea524254123dbe5e09572f13 # v4.35.1
uses: github/codeql-action/upload-sarif@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # v4.35.2
with:
sarif_file: results.sarif
105 changes: 70 additions & 35 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,45 @@ release.

### Context

### Traces

### Metrics

### Logs

### Baggage

### Profiles

### Resource

### Entities

### Common

### OpenTelemetry Protocol

### Compatibility

### SDK Configuration

### Supplementary Guidelines

### OTEPs

## v1.56.0 (2025-04-20)

### Context

- Align environment variable context propagation name restrictions with POSIX.1-2024
and define normalization behavior.
([#4914](https://github.com/open-telemetry/opentelemetry-specification/issues/4914))
([#4944](https://github.com/open-telemetry/opentelemetry-specification/pull/4944))
- Decouple the responsibilities of the environment variable propagation carrier.
([#4961](https://github.com/open-telemetry/opentelemetry-specification/issues/4961))
([#4961](https://github.com/open-telemetry/opentelemetry-specification/pull/4961))
- Remove misleading implementation approach the environment variable propagation.
([#5003](https://github.com/open-telemetry/opentelemetry-specification/issues/5003))
([#5003](https://github.com/open-telemetry/opentelemetry-specification/pull/5003))
- Change Environment Variables as Context Propagation Carriers document status to Beta.
([#5020](https://github.com/open-telemetry/opentelemetry-specification/pull/5020))

### Traces

Expand All @@ -31,9 +63,8 @@ release.

### Logs

### Baggage

### Profiles
- Add event to span event bridge.
([#5006](https://github.com/open-telemetry/opentelemetry-specification/pull/5006))

### Resource

Expand All @@ -43,49 +74,56 @@ release.

### Entities

### Common

### OpenTelemetry Protocol
- Define merge algorithm.
([4768](https://github.com/open-telemetry/opentelemetry-specification/pull/4768))

### Compatibility

- Deprecate OpenTracing compatibility requirements in the specification.
([#4849](https://github.com/open-telemetry/opentelemetry-specification/issues/4849))
- Stabilize Prometheus Classic Histogram to OTLP Explicit Histogram transformation.
([#4874](https://github.com/open-telemetry/opentelemetry-specification/pull/4874))
- Stabilize Prometheus Timestamp and Start timestamp transformation.
([#4953](https://github.com/open-telemetry/opentelemetry-specification/pull/4953))
- Clarify Prometheus Native Histogram to OTLP Exponential Histogram conversion,
add conversion rules for Native Histograms with Custom Buckets (NHCB) to OTLP
Histogram.
([#4898](https://github.com/open-telemetry/opentelemetry-specification/pull/4898))
- Stabilize Prometheus Dropped Types transformation.
([#4952](https://github.com/open-telemetry/opentelemetry-specification/pull/4952))
- Stabilize OpenTelemetry Attributes to Prometheus labels transformation.
([#4963](https://github.com/open-telemetry/opentelemetry-specification/pull/4963))
- Stabilize Prometheus Exemplar to OpenTelemetry Exemplar transformation.
([#4962](https://github.com/open-telemetry/opentelemetry-specification/pull/4962))
- Stabilize Prometheus Metadata transformation.
([#4954](https://github.com/open-telemetry/opentelemetry-specification/pull/4954))
- Stabilize OpenTelemetry Metric Metadata to Prometheus metric metadata.
([#4966](https://github.com/open-telemetry/opentelemetry-specification/pull/4966))
([#4938](https://github.com/open-telemetry/opentelemetry-specification/pull/4938))
- Stabilize sections of Prometheus and OpenMetrics Compatibility.
- Stabilize Prometheus Classic Histogram to OTLP Explicit Histogram transformation.
([#4874](https://github.com/open-telemetry/opentelemetry-specification/pull/4874))
- Stabilize Prometheus Timestamp and Start timestamp transformation.
([#4953](https://github.com/open-telemetry/opentelemetry-specification/pull/4953))
- Clarify Prometheus Native Histogram to OTLP Exponential Histogram conversion,
add conversion rules for Native Histograms with Custom Buckets (NHCB) to OTLP
Histogram.
([#4898](https://github.com/open-telemetry/opentelemetry-specification/pull/4898))
- Stabilize Prometheus Dropped Types transformation.
([#4952](https://github.com/open-telemetry/opentelemetry-specification/pull/4952))
- Stabilize OpenTelemetry Attributes to Prometheus labels transformation.
([#4963](https://github.com/open-telemetry/opentelemetry-specification/pull/4963))
- Stabilize Prometheus Exemplar to OpenTelemetry Exemplar transformation.
([#4962](https://github.com/open-telemetry/opentelemetry-specification/pull/4962))
- Stabilize Prometheus Metadata transformation.
([#4954](https://github.com/open-telemetry/opentelemetry-specification/pull/4954))
- Stabilize OpenTelemetry Metric Metadata to Prometheus metric metadata.
([#4966](https://github.com/open-telemetry/opentelemetry-specification/pull/4966))
- Stabilize OpenTelemetry Exemplar to Prometheus Exemplar transformation.
([#4964](https://github.com/open-telemetry/opentelemetry-specification/pull/4964))
- Stabilize sections of Prometheus Metrics Exporter.
- Stabilize host configuration.
([#5025](https://github.com/open-telemetry/opentelemetry-specification/pull/5025))

### SDK Configuration

- Declarative configuration: add in-development guidance for exposing the
effective `Resource` returned by `Create`.
([#4948](https://github.com/open-telemetry/opentelemetry-specification/issues/4948))
([#4949](https://github.com/open-telemetry/opentelemetry-specification/pull/4949))
- Require spec changes to consider declarative config schema
([#4916](https://github.com/open-telemetry/opentelemetry-specification/pull/4916))

### Supplementary Guidelines
- Add strict YAML parsing guidance to configuration supplementary guidelines.
([#4878](https://github.com/open-telemetry/opentelemetry-specification/pull/4878))

### OTEPs

- Process Context: Sharing Resource Attributes with External Readers.
([#4719](https://github.com/open-telemetry/opentelemetry-specification/pull/4719))
- Support multiple Resources within an SDK.
([#4665](https://github.com/open-telemetry/opentelemetry-specification/pull/4665))

## v1.55.0 (TODO: update date before merging)
## v1.55.0 (2025-03-05)

### Traces

Expand Down Expand Up @@ -198,9 +236,6 @@ release.
- Stabilize complex `AnyValue` attribute value types and related attribute limits.
([#4794](https://github.com/open-telemetry/opentelemetry-specification/issues/4794))

- Support multiple Resources within an SDK.
([#4665](https://github.com/open-telemetry/opentelemetry-specification/pull/4665))

## v1.52.0 (2025-12-12)

### Context
Expand Down
Loading
Loading