Skip to content

Commit a895173

Browse files
lmolkovapellared
andauthored
Prepare release 1.9.0 (#734)
Co-authored-by: Robert Pająk <[email protected]>
1 parent b77e3d9 commit a895173

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,28 @@ The full list of changes can be found in the compare view for the respective rel
44

55
## Unreleased
66

7+
### Added
8+
79
### Changed
810

9-
- profiles: clarify dictionary guidelines: duplicates and other restrictions. [#732](https://github.com/open-telemetry/opentelemetry-proto/pull/732)
11+
### Fixed
12+
13+
### Removed
14+
15+
## 1.9.0 - 2025-10-31
16+
17+
### Added
18+
1019
- profiles: drop field profile.comment_strindices. [#729](https://github.com/open-telemetry/opentelemetry-proto/pull/729)
1120
- profiles: clarify the original payload field comments. [#722](https://github.com/open-telemetry/opentelemetry-proto/pull/722)
1221
- profiles: add a note about cardinality implications for attribute values. [#713](https://github.com/open-telemetry/opentelemetry-proto/pull/713)
13-
- profiles: rename line -> lines and sample -> samples since they are repeated fields. [#712](https://github.com/open-telemetry/opentelemetry-proto/pull/712)
1422

1523
### Changed
1624

25+
- profiles: clarify dictionary guidelines: duplicates and other restrictions. [#732](https://github.com/open-telemetry/opentelemetry-proto/pull/732)
26+
- profiles: clarify the original payload field comments. [#722](https://github.com/open-telemetry/opentelemetry-proto/pull/722)
27+
- profiles: rename line -> lines and sample -> samples since they are repeated fields. [#712](https://github.com/open-telemetry/opentelemetry-proto/pull/712)
28+
- profiles: document more explicitly the dictionary zero element requirement. [#711](https://github.com/open-telemetry/opentelemetry-proto/pull/711)
1729
- all: drop attribute values restrictions. [#707](https://github.com/open-telemetry/opentelemetry-proto/pull/707)<br>
1830
⚠️ **IMPORTANT**: OTLP consumers are expected to accept attribute values that were previously considered invalid.
1931
All attributes can now contain:
@@ -22,8 +34,14 @@ The full list of changes can be found in the compare view for the respective rel
2234
- array values different than array of string values, bool values, int values, double values,
2335
- kvlist values.
2436

37+
### Fixed
38+
39+
- all: fix schema_url comments to include scope field coverage. [#727](https://github.com/open-telemetry/opentelemetry-proto/pull/727)
40+
- all: add missing field comments. [#717](https://github.com/open-telemetry/opentelemetry-proto/pull/717)
41+
2542
### Removed
2643

44+
- profiles: drop field profile.comment_strindices. [#729](https://github.com/open-telemetry/opentelemetry-proto/pull/729)
2745
- profiles: remove aggregation temporality enum and field. [#710](https://github.com/open-telemetry/opentelemetry-proto/pull/710)
2846

2947
## 1.8.0 - 2025-09-02

0 commit comments

Comments
 (0)