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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,16 @@ The full list of changes can be found in the compare view for the respective rel
10
10
- profiles: add a note about cardinality implications for attribute values. [#713](https://github.com/open-telemetry/opentelemetry-proto/pull/713)
11
11
- profiles: rename line -> lines and sample -> samples since they are repeated fields. [#712](https://github.com/open-telemetry/opentelemetry-proto/pull/712)
12
12
13
+
### Changed
14
+
15
+
- all: drop attribute values restrictions. [#707](https://github.com/open-telemetry/opentelemetry-proto/pull/707)<br>
16
+
⚠️ **IMPORTANT**: OTLP consumers are expected to accept attribute values that were previously considered invalid.
17
+
All attributes can now contain:
18
+
- empty values,
19
+
- bytes values,
20
+
- array values different than array of string values, bool values, int values, double values,
21
+
- kvlist values.
22
+
13
23
### Removed
14
24
15
25
- profiles: remove aggregation temporality enum and field. [#710](https://github.com/open-telemetry/opentelemetry-proto/pull/710)
0 commit comments