Skip to content

Commit c517f62

Browse files
Release 1.26.0 (#3715)
October release.
1 parent 3b02868 commit c517f62

File tree

1 file changed

+38
-2
lines changed

1 file changed

+38
-2
lines changed

CHANGELOG.md

Lines changed: 38 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,37 @@ release.
1111

1212
### Traces
1313

14+
### Metrics
15+
16+
### Logs
17+
18+
### Resource
19+
20+
### OpenTelemetry Protocol
21+
22+
### Compatibility
23+
24+
### SDK Configuration
25+
26+
### Common
27+
28+
### Supplementary Guidelines
29+
30+
## v1.26.0 (2023-10-10)
31+
32+
### Context
33+
34+
- No changes.
35+
36+
### Traces
37+
1438
- `ParentBased` sampler is a decorator (not a composite).
1539
([#3706](https://github.com/open-telemetry/opentelemetry-specification/pull/3706))
1640

1741
### Metrics
1842

43+
- Consistently use "advisory parameters" instead of "advice parameters".
44+
([#3693](https://github.com/open-telemetry/opentelemetry-specification/pull/3693))
1945
- Stabilize `ExplicitBucketBoundaries` instrument advisory parameter.
2046
([#3694](https://github.com/open-telemetry/opentelemetry-specification/pull/3694))
2147

@@ -26,19 +52,31 @@ release.
2652

2753
### Resource
2854

55+
- No changes.
56+
2957
### OpenTelemetry Protocol
3058

59+
- No changes.
60+
3161
### Compatibility
3262

63+
- Prometheus exporters omit empty resources and scopes without attributes.
64+
([#3660](https://github.com/open-telemetry/opentelemetry-specification/pull/3660))
65+
3366
### SDK Configuration
3467

68+
- Fix description of OTEL_ATTRIBUTE_COUNT_LIMIT
69+
([#3714](https://github.com/open-telemetry/opentelemetry-specification/pull/3714))
70+
3571
### Common
3672

3773
- Add upgrading and version management documentation
3874
([#3695](https://github.com/open-telemetry/opentelemetry-specification/pull/3695))
3975

4076
### Supplementary Guidelines
4177

78+
- No changes.
79+
4280
## v1.25.0 (2023-09-13)
4381

4482
### Context
@@ -95,8 +133,6 @@ release.
95133
([#3471](https://github.com/open-telemetry/opentelemetry-specification/pull/3471))
96134
- Prometheus: Allow changing metric names by default when translating from Prometheus to OpenTelemetry.
97135
([#3679](https://github.com/open-telemetry/opentelemetry-specification/pull/3679))
98-
- Prometheus exporters omit empty resources and scopes without attributes.
99-
([#3660](https://github.com/open-telemetry/opentelemetry-specification/pull/3660))
100136

101137
### SDK Configuration
102138

0 commit comments

Comments
 (0)