Skip to content
Merged
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
69 changes: 39 additions & 30 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,36 +7,12 @@ release.

## Unreleased

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

### Context

### Traces

### Metrics

- Clarify that View-provided metric stream `name` is not subject to instrument
name syntax validation.
([#5094](https://github.com/open-telemetry/opentelemetry-specification/pull/5094))
- 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))
- Clarify that OTel SDKs should not use unofficial Prometheus clients.
([#4980](https://github.com/open-telemetry/opentelemetry-specification/issues/4980))
- 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 @@ -49,10 +25,32 @@ 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))
- Clarify that View-provided metric stream `name` is not subject to instrument
name syntax validation.
([#5094](https://github.com/open-telemetry/opentelemetry-specification/pull/5094))

### 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 @@ -63,10 +61,21 @@ 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
- Stabilize sections of Prometheus Metrics Exporter.
- Stabilize temporality.
([#5024](https://github.com/open-telemetry/opentelemetry-specification/pull/5024))
- Stabilize version and format.
([#5083](https://github.com/open-telemetry/opentelemetry-specification/pull/5083))
- Stabilize port configuration.
([#5026](https://github.com/open-telemetry/opentelemetry-specification/pull/5026))
- 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/pull/5071))
- Clarify that OTel SDKs should not use unofficial Prometheus clients.
([#5082](https://github.com/open-telemetry/opentelemetry-specification/pull/5082))

### OTEPs

Expand Down
Loading