Skip to content
Merged
Changes from 1 commit
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
61 changes: 34 additions & 27 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,31 +7,12 @@ release.

## Unreleased

- Rework contributing guide to reflect current process..
([#5072](https://github.com/open-telemetry/opentelemetry-specification/pull/5072))

### Context

### Traces

### Metrics

- Add in-development `Bind` API to synchronous instruments.
([#5050](https://github.com/open-telemetry/opentelemetry-specification/pull/5050))
- Stabilize sections of Prometheus Metrics Exporter.
- Stabilize temporality.
([#5024](https://github.com/open-telemetry/opentelemetry-specification/issues/5024))
- Stabilize version and format.
([#5083](https://github.com/open-telemetry/opentelemetry-specification/issues/5083))
- Stabilize port configuration.
([#4985](https://github.com/open-telemetry/opentelemetry-specification/issues/4985))
- Stabilize `scope_info_enabled` configuration.
([#5056](https://github.com/open-telemetry/opentelemetry-specification/pull/5056))
- Change Prometheus Metric Exporter config property recommended names
(`without_scope_info` -> `scope_info_enabled`, `without_target_info` -> `target_info_enabled`,
`with_resource_constant_labels` -> `resource_constant_labels`)
([#5071](https://github.com/open-telemetry/opentelemetry-specification/issues/5071))

### Logs

### Baggage
Expand All @@ -44,10 +25,29 @@ release.

### Common

### OpenTelemetry Protocol

### Compatibility

### SDK Configuration

### Supplementary Guidelines

### OTEPs

## v1.57.0 (2025-05-19)
Comment thread
carlosalberto marked this conversation as resolved.
Comment thread
carlosalberto marked this conversation as resolved.

### Metrics

- Add in-development `Bind` API to synchronous instruments.
([#5050](https://github.com/open-telemetry/opentelemetry-specification/pull/5050))

### Common

- Define the Core packages term.
([#5046](https://github.com/open-telemetry/opentelemetry-specification/pull/5046))

### OpenTelemetry Protocol
- Rework contributing guide to reflect current process.
([#5072](https://github.com/open-telemetry/opentelemetry-specification/pull/5072))

### Compatibility

Expand All @@ -58,12 +58,19 @@ release.
([#5034](https://github.com/open-telemetry/opentelemetry-specification/pull/5034))
- Stabilize OpenTelemetry Instrumentation Scope to Prometheus labels transformation.
([#5052](https://github.com/open-telemetry/opentelemetry-specification/pull/5052))

### SDK Configuration

### Supplementary Guidelines

### OTEPs
- Stabilize sections of Prometheus Metrics Exporter.
- Stabilize temporality.
([#5024](https://github.com/open-telemetry/opentelemetry-specification/issues/5024))
Comment thread
carlosalberto marked this conversation as resolved.
Outdated
- Stabilize version and format.
([#5083](https://github.com/open-telemetry/opentelemetry-specification/issues/5083))
Comment thread
carlosalberto marked this conversation as resolved.
Outdated
- Stabilize port configuration.
([#4985](https://github.com/open-telemetry/opentelemetry-specification/issues/4985))
Comment thread
carlosalberto marked this conversation as resolved.
Outdated
- Stabilize `scope_info_enabled` configuration.
([#5056](https://github.com/open-telemetry/opentelemetry-specification/pull/5056))
- Change Prometheus Metric Exporter config property recommended names
(`without_scope_info` -> `scope_info_enabled`, `without_target_info` -> `target_info_enabled`,
`with_resource_constant_labels` -> `resource_constant_labels`)
([#5071](https://github.com/open-telemetry/opentelemetry-specification/issues/5071))

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

Expand Down
Loading