Skip to content

Commit

Permalink
Release 1.26.0 (#3715)
Browse files Browse the repository at this point in the history
October release.
  • Loading branch information
carlosalberto committed Oct 10, 2023
1 parent 3b02868 commit c517f62
Showing 1 changed file with 38 additions and 2 deletions.
40 changes: 38 additions & 2 deletions CHANGELOG.md
Expand Up @@ -11,11 +11,37 @@ release.

### Traces

### Metrics

### Logs

### Resource

### OpenTelemetry Protocol

### Compatibility

### SDK Configuration

### Common

### Supplementary Guidelines

## v1.26.0 (2023-10-10)

### Context

- No changes.

### Traces

- `ParentBased` sampler is a decorator (not a composite).
([#3706](https://github.com/open-telemetry/opentelemetry-specification/pull/3706))

### Metrics

- Consistently use "advisory parameters" instead of "advice parameters".
([#3693](https://github.com/open-telemetry/opentelemetry-specification/pull/3693))
- Stabilize `ExplicitBucketBoundaries` instrument advisory parameter.
([#3694](https://github.com/open-telemetry/opentelemetry-specification/pull/3694))

Expand All @@ -26,19 +52,31 @@ release.

### Resource

- No changes.

### OpenTelemetry Protocol

- No changes.

### Compatibility

- Prometheus exporters omit empty resources and scopes without attributes.
([#3660](https://github.com/open-telemetry/opentelemetry-specification/pull/3660))

### SDK Configuration

- Fix description of OTEL_ATTRIBUTE_COUNT_LIMIT
([#3714](https://github.com/open-telemetry/opentelemetry-specification/pull/3714))

### Common

- Add upgrading and version management documentation
([#3695](https://github.com/open-telemetry/opentelemetry-specification/pull/3695))

### Supplementary Guidelines

- No changes.

## v1.25.0 (2023-09-13)

### Context
Expand Down Expand Up @@ -95,8 +133,6 @@ release.
([#3471](https://github.com/open-telemetry/opentelemetry-specification/pull/3471))
- Prometheus: Allow changing metric names by default when translating from Prometheus to OpenTelemetry.
([#3679](https://github.com/open-telemetry/opentelemetry-specification/pull/3679))
- Prometheus exporters omit empty resources and scopes without attributes.
([#3660](https://github.com/open-telemetry/opentelemetry-specification/pull/3660))

### SDK Configuration

Expand Down

0 comments on commit c517f62

Please sign in to comment.