Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.23.0 #3584

Merged
merged 11 commits into from
Jul 12, 2023
41 changes: 33 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,28 @@ release.

### Traces

### Metrics

### Logs

### Resource

### Compatibility

### SDK Configuration

### Common

### Supplemenatary Guidelines

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

### Context

- No changes.

### Traces

- Refine SDK TracerProvider configuration section.
([#3559](https://github.com/open-telemetry/opentelemetry-specification/pull/3559))
- Make SDK Tracer Creation more normative.
Expand All @@ -26,6 +48,8 @@ release.
([#3524](https://github.com/open-telemetry/opentelemetry-specification/pull/3524))
- Make SDK Meter Creation more normative.
([#3529](https://github.com/open-telemetry/opentelemetry-specification/pull/3529))
- Clarify duplicate instrument registration scope to be a MeterProvider.
([#3538](https://github.com/open-telemetry/opentelemetry-specification/pull/3538))

### Logs

Expand All @@ -36,28 +60,29 @@ release.

### Resource

- No changes.

### Compatibility

- NOTICE: Remove the Jaeger Exporter
([#3567](https://github.com/open-telemetry/opentelemetry-specification/pull/3567))
- Prometheus: Do not add `_total` suffix if the metric already ends in `_total`.
([#3581](https://github.com/open-telemetry/opentelemetry-specification/pull/3581))
- Prometheus type and unit suffixes are not trimmed by default. ([#3580](https://github.com/open-telemetry/opentelemetry-specification/pull/3580))

### OpenTelemetry Protocol

### SDK Configuration

- Extract Examplar section and mark it as Experimental.
- Extract Exemplar section and mark it as Experimental.
([#3533](https://github.com/open-telemetry/opentelemetry-specification/pull/3533))

- BREAKING: Remove the Jaeger Exporter
([#3567](https://github.com/open-telemetry/opentelemetry-specification/pull/3567))

### Telemetry Schemas

### Common

- No changes.

### Supplemenatary Guidelines

- No changes.

## v1.22.0 (2023-06-09)

### Context
Expand Down