|
1 | 1 | # Release History: opentelemetry-sdk |
2 | 2 |
|
| 3 | +### v1.3.1 / 2023-11-02 |
| 4 | + |
| 5 | +* FIXED: Spec compliance for span attribute limit |
| 6 | +* FIXED: BatchSpanProcessor#force_flush: purge inherited spans even on shutdown |
| 7 | + |
3 | 8 | ### v1.3.0 / 2023-06-08 |
4 | 9 |
|
5 | | -* BREAKING CHANGE: Remove support for EoL Ruby 2.7 |
| 10 | +* BREAKING CHANGE: Remove support for EoL Ruby 2.7 |
6 | 11 |
|
7 | | -* ADDED: Remove support for EoL Ruby 2.7 |
8 | | -* FIXED: SDK requires opentelemetry-common 0.19.7 |
| 12 | +* ADDED: Remove support for EoL Ruby 2.7 |
| 13 | +* FIXED: SDK requires opentelemetry-common 0.19.7 |
9 | 14 |
|
10 | 15 | ### v1.2.1 / 2023-05-30 |
11 | 16 |
|
12 | | -* FIXED: Untraced only works with parent-based sampler |
13 | | -* DOCS: Improve formatting of usage examples in OpenTelemetry SDK rubydocs |
| 17 | +* FIXED: Untraced only works with parent-based sampler |
| 18 | +* DOCS: Improve formatting of usage examples in OpenTelemetry SDK rubydocs |
14 | 19 |
|
15 | 20 | ### v1.2.0 / 2022-09-14 |
16 | 21 |
|
17 | | -* ADDED: Support OTEL_PROPAGATORS=none |
18 | | -* ADDED: Support OTEL_ATTRIBUTE_{COUNT,VALUE_LENGTH}_LIMIT env vars |
19 | | -* ADDED: Support InstrumentationScope, and update OTLP proto to 0.18.0 |
20 | | -* FIXED: SpanLimits setting event attributes length limit |
| 22 | +* ADDED: Support OTEL_PROPAGATORS=none |
| 23 | +* ADDED: Support OTEL_ATTRIBUTE_{COUNT,VALUE_LENGTH}_LIMIT env vars |
| 24 | +* ADDED: Support InstrumentationScope, and update OTLP proto to 0.18.0 |
| 25 | +* FIXED: SpanLimits setting event attributes length limit |
21 | 26 |
|
22 | 27 | ### v1.1.0 / 2022-05-26 |
23 | 28 |
|
24 | | -* BREAKING CHANGE: This requires upgrading both the SDK and Instrumentation gem in tandem |
| 29 | +* BREAKING CHANGE: This requires upgrading both the SDK and Instrumentation gem in tandem |
25 | 30 |
|
26 | 31 |
|
27 | 32 | ### v1.0.3 / 2022-05-02 |
28 | 33 |
|
29 | 34 | * ADDED: Truncate the strings in an array attribute value if length_limit is configured |
30 | | -* FIXED: Update attribute length limit env var name to match spec |
31 | | -* FIXED: Warning about Struct initialization in Ruby 3.2+ |
32 | | -* FIXED: Warn on unsupported otlp transport protocols |
33 | | -* FIXED: Only allow certain types of Numeric values as attribute values. |
| 35 | +* FIXED: Update attribute length limit env var name to match spec |
| 36 | +* FIXED: Warning about Struct initialization in Ruby 3.2+ |
| 37 | +* FIXED: Warn on unsupported otlp transport protocols |
| 38 | +* FIXED: Only allow certain types of Numeric values as attribute values. |
34 | 39 |
|
35 | 40 | ### v1.0.2 / 2021-12-01 |
36 | 41 |
|
37 | | -* FIXED: Default span kind |
38 | | -* FIXED: Use monotonic clock where possible |
| 42 | +* FIXED: Default span kind |
| 43 | +* FIXED: Use monotonic clock where possible |
39 | 44 |
|
40 | 45 | ### v1.0.1 / 2021-10-29 |
41 | 46 |
|
|
0 commit comments