Skip to content

Commit

Permalink
Release 1.24.0 (#3644)
Browse files Browse the repository at this point in the history
August release.
  • Loading branch information
carlosalberto committed Aug 10, 2023
1 parent 2038b78 commit 634b6ae
Showing 1 changed file with 36 additions and 2 deletions.
38 changes: 36 additions & 2 deletions CHANGELOG.md
Expand Up @@ -13,12 +13,38 @@ release.

### Metrics

### Logs

### Resource

### Compatibility

### SDK Configuration

### Common

### Supplemenatary Guidelines

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

### Context

- No changes.

### Traces

- No changes.

### Metrics

- Specify how to handle instrument name conflicts.
([#3626](https://github.com/open-telemetry/opentelemetry-specification/pull/3626))
- Add experimental metric attributes advice API.
([#3546](https://github.com/open-telemetry/opentelemetry-specification/pull/3546))
- Revise the exemplar default reservoirs.
([#3627](https://github.com/open-telemetry/opentelemetry-specification/pull/3627))
- Mark the default aggregation cardinality Experimental in MetricReader.
([#3619](https://github.com/open-telemetry/opentelemetry-specification/pull/3619))
- Mark Metric No-Op API as stable.
([#3642](https://github.com/open-telemetry/opentelemetry-specification/pull/3642))
- MetricProducers are provided as config to MetricReaders instead of through a RegisterProducer operation.
Expand All @@ -28,22 +54,32 @@ release.

### Logs

- Clarify how log appender use Scope name and attributes.
([#3583](https://github.com/open-telemetry/opentelemetry-specification/pull/3583))
- Mark No-Op Logs Bridge API as stable.
([#3642](https://github.com/open-telemetry/opentelemetry-specification/pull/3642))

### Resource

- No changes.

### Compatibility

- Prometheus exporters SHOULD provide configuration to disable the addition of `_total` suffixes.
([#3590](https://github.com/open-telemetry/opentelemetry-specification/pull/3590))

### SDK Configuration

- No changes.

### Common

- No changes.

### Supplemenatary Guidelines

- No changes.

## v1.23.0 (2023-07-12)

### Context
Expand Down Expand Up @@ -78,8 +114,6 @@ release.
([#3559](https://github.com/open-telemetry/opentelemetry-specification/pull/3559))
- Make SDK Logger Creation more normative.
([#3529](https://github.com/open-telemetry/opentelemetry-specification/pull/3529))
- Clarify how log appender use Scope name and attributes.
([#3583](https://github.com/open-telemetry/opentelemetry-specification/pull/3583))

### Resource

Expand Down

0 comments on commit 634b6ae

Please sign in to comment.