You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+20-2Lines changed: 20 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,28 @@ The full list of changes can be found in the compare view for the respective rel
4
4
5
5
## Unreleased
6
6
7
+
### Added
8
+
7
9
### Changed
8
10
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
+
10
19
- profiles: drop field profile.comment_strindices. [#729](https://github.com/open-telemetry/opentelemetry-proto/pull/729)
11
20
- profiles: clarify the original payload field comments. [#722](https://github.com/open-telemetry/opentelemetry-proto/pull/722)
12
21
- 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)
14
22
15
23
### Changed
16
24
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)
17
29
- all: drop attribute values restrictions. [#707](https://github.com/open-telemetry/opentelemetry-proto/pull/707)<br>
18
30
⚠️ **IMPORTANT**: OTLP consumers are expected to accept attribute values that were previously considered invalid.
19
31
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
22
34
- array values different than array of string values, bool values, int values, double values,
23
35
- kvlist values.
24
36
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
+
25
42
### Removed
26
43
44
+
- profiles: drop field profile.comment_strindices. [#729](https://github.com/open-telemetry/opentelemetry-proto/pull/729)
27
45
- profiles: remove aggregation temporality enum and field. [#710](https://github.com/open-telemetry/opentelemetry-proto/pull/710)
0 commit comments