Skip to content

Commit

Permalink
Release 1.36.0 (#4177)
Browse files Browse the repository at this point in the history
August 2024 Release.
  • Loading branch information
carlosalberto authored Aug 12, 2024
1 parent f426c11 commit 328bbe6
Showing 1 changed file with 33 additions and 8 deletions.
41 changes: 33 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,39 +11,64 @@ release.

### Traces

### Metrics

### Logs

### Events

### Baggage

### Resource

### OpenTelemetry Protocol

### Compatibility

### SDK Configuration

### Common

### Supplementary Guidelines

## v1.36.0 (2024-08-12)

### Traces

- Remove restriction that sampler description is immutable.
([#4137](https://github.com/open-telemetry/opentelemetry-specification/pull/4137))
- Add in-development `OnEnding` callback to SDK `SpanProcessor` interface.
([#4024](https://github.com/open-telemetry/opentelemetry-specification/pull/4024))

### Metrics

- Clarify prometheus exporter should have `host` and `port` configuration options.
([#4147](https://github.com/open-telemetry/opentelemetry-specification/pull/4147))
- Clarify metric reader / metric exporter relationship for temporality
preference and default aggregation. Explicitly define configuration options
for temporality preference and default aggregation of built-in exporters, and
make default values explicit.
([#4142](https://github.com/open-telemetry/opentelemetry-specification/pull/4142))
- Add data point flags to the metric data model.
([#4135](https://github.com/open-telemetry/opentelemetry-specification/pull/4135))

### Logs

- The SDK MAY provide an operation that makes a deep clone of a `ReadWriteLogRecord`.
([#4090](https://github.com/open-telemetry/opentelemetry-specification/pull/4090))

### Events

### Resource
### Baggage

### OpenTelemetry Protocol
- Clarify no empty string allowed in baggage names.
([#4144](https://github.com/open-telemetry/opentelemetry-specification/pull/4144))

### Compatibility

### SDK Configuration
- Clarify prometheus exporter should have `host` and `port` configuration options.
([#4147](https://github.com/open-telemetry/opentelemetry-specification/pull/4147))

### Common

### Supplementary Guidelines
- Require separation of API and SDK artifacts.
([#4125](https://github.com/open-telemetry/opentelemetry-specification/pull/4125))

## v1.35.0 (2024-07-12)

Expand Down

0 comments on commit 328bbe6

Please sign in to comment.