Skip to content

Commit

Permalink
Release 1.29.0 (#3808)
Browse files Browse the repository at this point in the history
January 2024 release.
  • Loading branch information
carlosalberto committed Jan 11, 2024
1 parent 6d1c567 commit c6520a7
Showing 1 changed file with 29 additions and 4 deletions.
33 changes: 29 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,28 @@ release.

## Unreleased

### Context

### Traces

### Metrics

### Logs

### Resource

### OpenTelemetry Protocol

### Compatibility

### SDK Configuration

### Common

### Supplementary Guidelines

## v1.29.0 (2024-01-10)

### Context & Baggage

- Align definition of Baggage with W3C Specification.
Expand All @@ -19,6 +41,10 @@ release.

### Metrics

- Define experimental MetricFilter as a mechanism to filter collected metrics by the MetricReader
([#3566](https://github.com/open-telemetry/opentelemetry-specification/pull/3566))
- Add optional configuration for Prometheus exporters to optionally remove unit and type suffixes.
([#3777](https://github.com/open-telemetry/opentelemetry-specification/pull/3777))
- Add optional configuration for Prometheus exporters to optionally drop `otel_scope_info` metric.
([#3796](https://github.com/open-telemetry/opentelemetry-specification/pull/3796))

Expand All @@ -32,6 +58,9 @@ release.

### SDK Configuration

- Define file configuration file format and env var substitution
([#3744](https://github.com/open-telemetry/opentelemetry-specification/pull/3744))

### Common

- Clarify that attribute keys are case-sensitive.
Expand All @@ -54,14 +83,10 @@ release.

### Metrics

- Define experimental MetricFilter as a mechanism to filter collected metrics by the MetricReader
([#3566](https://github.com/open-telemetry/opentelemetry-specification/pull/3566))
- Add optional configuration for Prometheus exporters to promote resource attributes to metric attributes
([#3761](https://github.com/open-telemetry/opentelemetry-specification/pull/3761))
- Clarifications and flexibility in Exemplar speicification.
([#3760](https://github.com/open-telemetry/opentelemetry-specification/pull/3760))
- Add optional configuration for Prometheus exporters to optionally remove unit and type suffixes.
([#3777](https://github.com/open-telemetry/opentelemetry-specification/pull/3777))

### Logs

Expand Down

0 comments on commit c6520a7

Please sign in to comment.