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
39 changes: 31 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-10)
arminru marked this conversation as resolved.
Show resolved Hide resolved

### 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 @@ -36,27 +58,28 @@ 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))

### 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