Commit cadd629
authored
Release 1.54.0 (#4884)
### Context
- Deprecate Jaeger propagator and make propagator implementation
optional.
([#4827](#4827))
- Deprecate OT Trace propagator and make propagator implementation
optional.
([#4851](#4851))
### Metrics
- Add normative language to the Metrics API/SDK spec concurrency
requirements.
([#4868](#4868))
### Logs
- Add optional `Exception` parameter to Emit LogRecord.
([#4824](#4824))
- Add normative language to the Logging API/SDK spec concurrency
requirements.
([#4885](#4885))
### Resource
- Refine the handling of OTEL_RESOURCE_ATTRIBUTES.
([#4856](#4856))
### Common
- Add string representation guidance for complex attribute value types
(byte arrays,
empty values, arrays, and maps) for non-OTLP protocols.
([#4848](#4848))
### Compatibility
- Stabilize Prometheus Counter to OTLP Sum transformation.
([#4862](#4862))
- Stabilize Prometheus Gauge to OTLP Gauge transformation.
([#4871](#4871))
### SDK Configuration
- Swap Tracer/Meter/LoggerConfig `disabled` for `enabled` to avoid
double negatives
([#4823](#4823))
- Declarative configuration: rename `ComponentProvider` to
`PluginComponentProvider`, `CreatePlugin` to `CreateComponent` in effort
to
use consistent vocabulary
([#4806](#4806))
- Declarative configuration: Update instrumentation config behavior to
return
empty object when not set
([#4817](#4817))1 parent 6765cce commit cadd629
1 file changed
+36
-20
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
12 | 42 | | |
13 | 43 | | |
14 | 44 | | |
15 | 45 | | |
16 | 46 | | |
17 | | - | |
18 | | - | |
19 | 47 | | |
20 | 48 | | |
21 | 49 | | |
| |||
28 | 56 | | |
29 | 57 | | |
30 | 58 | | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | 59 | | |
36 | 60 | | |
37 | 61 | | |
38 | 62 | | |
39 | 63 | | |
40 | | - | |
41 | | - | |
42 | 64 | | |
43 | 65 | | |
44 | 66 | | |
45 | 67 | | |
46 | | - | |
47 | | - | |
48 | | - | |
| 68 | + | |
49 | 69 | | |
50 | 70 | | |
51 | 71 | | |
| |||
56 | 76 | | |
57 | 77 | | |
58 | 78 | | |
| 79 | + | |
| 80 | + | |
59 | 81 | | |
60 | 82 | | |
61 | 83 | | |
62 | 84 | | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
67 | 88 | | |
68 | 89 | | |
69 | 90 | | |
| |||
90 | 111 | | |
91 | 112 | | |
92 | 113 | | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | 114 | | |
99 | 115 | | |
100 | 116 | | |
| |||
0 commit comments