Skip to content

Commit 5342fef

Browse files
Release 1.48.0 (#4620)
August 2025 release. ### Logs - Improve concurrency safety description of `LogRecordProcessor.OnEmit`. ([#4578](#4578)) - Clarify that `SeverityNumber` values are used when comparing severities. ([#4552](#4552)) ### Entities - Mention entity references in the stability guarantees. ([#4593](#4593)) ### OpenTelemetry Protocol - Clarify protocol defaults on specification. ([#4585](#4585)) ### Compatibility - Flexibilie escaping of characters that are discouraged by Prometheus Conventions in Prometheus exporters. ([#4533](#4533)) - Flexibilize addition of unit/type related suffixes in Prometheus exporters. ([#4533](#4533)) - Define the configuration option "Translation Strategies" for Prometheus exporters. ([#4533](#4533)) - Define conversion of Prometheus native histograms to OpenTelemetry exponential histograms. ([#4561](#4561)) - Clarify what to do when scope attribute conflicts with name, version and schema URL. ([#4599](#4599)) ### SDK Configuration - Enum values provided via environment variables SHOULD be interpreted in a case-insensitive manner. ([#4576](#4576)) Co-authored-by: Armin Ruech <[email protected]>
1 parent 0dedfd8 commit 5342fef

File tree

1 file changed

+38
-19
lines changed

1 file changed

+38
-19
lines changed

CHANGELOG.md

Lines changed: 38 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,8 @@ release.
1313

1414
### Metrics
1515

16-
- Flexibilie escaping of characters that are discouraged by Prometheus Conventions
17-
in Prometheus exporters.
18-
([#4533](https://github.com/open-telemetry/opentelemetry-specification/pull/4533))
19-
- Flexibilize addition of unit/type related suffixes in Prometheus exporters.
20-
([#4533](https://github.com/open-telemetry/opentelemetry-specification/pull/4533))
21-
- Define the configuration option "Translation Strategies" for Prometheus exporters.
22-
([#4533](https://github.com/open-telemetry/opentelemetry-specification/pull/4533))
23-
2416
### Logs
2517

26-
- Improve concurrency safety description of `LogRecordProcessor.OnEmit`.
27-
([#4578](https://github.com/open-telemetry/opentelemetry-specification/pull/4578))
28-
- Clarify that `SeverityNumber` values are used when comparing severities.
29-
([#4552](https://github.com/open-telemetry/opentelemetry-specification/pull/4552))
30-
3118
### Baggage
3219

3320
### Profiles
@@ -40,20 +27,52 @@ release.
4027

4128
### Compatibility
4229

43-
- Define conversion of Prometheus native histograms to OpenTelemetry exponential histograms.
44-
([#4561](https://github.com/open-telemetry/opentelemetry-specification/pull/4561))
45-
4630
### SDK Configuration
4731

48-
- Enum values provided via environment variables SHOULD be interpreted in a case-insensitive manner.
49-
([#4576](https://github.com/open-telemetry/opentelemetry-specification/pull/4576))
50-
5132
### Common
5233

5334
### Supplementary Guidelines
5435

5536
### OTEPs
5637

38+
## v1.48.0 (2025-08-13)
39+
40+
### Logs
41+
42+
- Improve concurrency safety description of `LogRecordProcessor.OnEmit`.
43+
([#4578](https://github.com/open-telemetry/opentelemetry-specification/pull/4578))
44+
- Clarify that `SeverityNumber` values are used when comparing severities.
45+
([#4552](https://github.com/open-telemetry/opentelemetry-specification/pull/4552))
46+
47+
### Entities
48+
49+
- Mention entity references in the stability guarantees.
50+
([#4593](https://github.com/open-telemetry/opentelemetry-specification/pull/4593))
51+
52+
### OpenTelemetry Protocol
53+
54+
- Clarify protocol defaults on specification.
55+
([#4585](https://github.com/open-telemetry/opentelemetry-specification/pull/4585))
56+
57+
### Compatibility
58+
59+
- Flexibilie escaping of characters that are discouraged by Prometheus Conventions
60+
in Prometheus exporters.
61+
([#4533](https://github.com/open-telemetry/opentelemetry-specification/pull/4533))
62+
- Flexibilize addition of unit/type related suffixes in Prometheus exporters.
63+
([#4533](https://github.com/open-telemetry/opentelemetry-specification/pull/4533))
64+
- Define the configuration option "Translation Strategies" for Prometheus exporters.
65+
([#4533](https://github.com/open-telemetry/opentelemetry-specification/pull/4533))
66+
- Define conversion of Prometheus native histograms to OpenTelemetry exponential histograms.
67+
([#4561](https://github.com/open-telemetry/opentelemetry-specification/pull/4561))
68+
- Clarify what to do when scope attribute conflicts with name, version and schema URL.
69+
([#4599](https://github.com/open-telemetry/opentelemetry-specification/pull/4599))
70+
71+
### SDK Configuration
72+
73+
- Enum values provided via environment variables SHOULD be interpreted in a case-insensitive manner.
74+
([#4576](https://github.com/open-telemetry/opentelemetry-specification/pull/4576))
75+
5776
## v1.47.0 (2025-07-18)
5877

5978
### Traces

0 commit comments

Comments
 (0)