Skip to content

Commit

Permalink
Release 1.25.0 (#3683)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosalberto committed Sep 13, 2023
1 parent e972a26 commit 4f23dce
Showing 1 changed file with 39 additions and 5 deletions.
44 changes: 39 additions & 5 deletions CHANGELOG.md
Expand Up @@ -13,14 +13,43 @@ release.

### Metrics

### Logs

### Resource

### OpenTelemetry Protocol

### Compatibility

### SDK Configuration

### Common

### Supplementary Guidelines

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

### Context

- No changes.

### Traces

- No changes.

### Metrics

- Increase metric name maximum length from 63 to 255 characters.
([#3648](https://github.com/open-telemetry/opentelemetry-specification/pull/3648))
- MetricReader.Collect ignores Resource from MetricProducer.Produce.
([#3636](https://github.com/open-telemetry/opentelemetry-specification/pull/3636))
- Attribute sets not observed during async callbacks are not exported.
([#3242](https://github.com/open-telemetry/opentelemetry-specification/pull/3242))
- Promote MetricProducer specification to feature-freeze.
([#3600](https://github.com/open-telemetry/opentelemetry-specification/pull/3600))
([#3655](https://github.com/open-telemetry/opentelemetry-specification/pull/3655))
- Add synchronous gauge instrument, clarify temporality selection influence on
metric point persistence.
([#3540](https://github.com/open-telemetry/opentelemetry-specification/pull/3540))
- Clarify that advice is non-identifying.
([#3661](https://github.com/open-telemetry/opentelemetry-specification/pull/3661))
- Define the default size of the `SimpleFixedSizeExemplarReservoir` to be `1`.
Expand All @@ -41,7 +70,9 @@ release.

### Resource

### Protocol
- No changes.

### OpenTelemetry Protocol

- Fix and clarify definition of "transient error" in the OTLP exporter specification.
([#3653](https://github.com/open-telemetry/opentelemetry-specification/pull/3653))
Expand All @@ -55,10 +86,16 @@ release.

### SDK Configuration

- No changes.

### Common

- No changes.

### Supplemenatary Guidelines

- No changes.

## v1.24.0 (2023-08-10)

### Context
Expand All @@ -85,9 +122,6 @@ release.
([#3613](https://github.com/open-telemetry/opentelemetry-specification/pull/3613))
- Refine `MetricProvider.ForceFlush` and define `ForceFlush` for periodic exporting MetricReader.
([#3563](https://github.com/open-telemetry/opentelemetry-specification/pull/3563))
- Add synchronous gauge instrument, clarify temporality selection influence on
metric point persistence.
([#3540](https://github.com/open-telemetry/opentelemetry-specification/pull/3540))

### Logs

Expand Down

0 comments on commit 4f23dce

Please sign in to comment.