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
+23-2Lines changed: 23 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,15 +13,35 @@ For semantic convention package changes, see the [semconv CHANGELOG](packages/se
13
13
14
14
### :rocket: (Enhancement)
15
15
16
+
* feat(sdk-metrics, sdk-trace): add `mergeResourceWithDefaults` flag, which allows opting-out of resources getting merged with the default resource [#4617](https://github.com/open-telemetry/opentelemetry-js/pull/4617)
17
+
* default: `true` (no change in behavior)
18
+
* note: `false` will become the default behavior in the next major version in order to comply with [specification requirements](https://github.com/open-telemetry/opentelemetry-specification/blob/f3511a5ccda376dfd1de76dfa086fc9b35b54757/specification/resource/sdk.md?plain=1#L31-L36)
19
+
20
+
* feat(sdk-trace-base): add `spanProcessors` property in `TracerConfig` interface. [#5138](https://github.com/open-telemetry/opentelemetry-js/pull/5138)@david-luna
21
+
22
+
### :bug: (Bug Fix)
23
+
24
+
* fix(sdk-metrics): await exports in `PeriodicExportingMetricReader` when async resource attributes have not yet settled [#5119](https://github.com/open-telemetry/opentelemetry-js/pull/5119/)@pichlermarc
25
+
26
+
### :books: (Refine Doc)
27
+
28
+
### :house: (Internal)
29
+
30
+
## 1.27.0
31
+
32
+
### :rocket: (Enhancement)
33
+
16
34
* feat: add processors for adding session.id attribute to spans and logs [#4972](https://github.com/open-telemetry/opentelemetry-js/pull/4972)
17
35
18
36
### :bug: (Bug Fix)
19
37
20
38
* fix(sdk-trace-base): avoid keeping non-string `status.message` on `Span#setStatus()`[#4999](https://github.com/open-telemetry/opentelemetry-js/pull/4999)@pichlermarc
21
39
* fix(sdk-metrics): Add missing catch and handle error in promise of `PeriodicExportingMetricReader`[#5006](https://github.com/open-telemetry/opentelemetry-js/pull/5006)@jj22ee
22
40
* fix(opentelemetry-core): confusing log extract of composite propagator [#5017](https://github.com/open-telemetry/opentelemetry-js/pull/5017)@rv2673
23
-
24
-
### :books: (Refine Doc)
41
+
* fix(propagator-aws-xray-*): move propagators back to contrib repository [#4966](https://github.com/open-telemetry/opentelemetry-js/pull/4966)@pichlermarc
42
+
* The [specification](https://github.com/open-telemetry/opentelemetry-specification/blob/6672dbc97ddeb34f36c020a0f0a30323c8bc4d95/specification/context/api-propagators.md?plain=1#L354-L356) prohibits hosting these packages in the core repository
43
+
*`@opentelemetry/propagator-aws-xray` is now located in [open-telemetry/opentelemetry-js-contrib](https://github.com/open-telemetry/opentelemetry-js-contrib)
44
+
*`@opentelemetry/propagator-aws-xray-lambda` is now located in [open-telemetry/opentelemetry-js-contrib](https://github.com/open-telemetry/opentelemetry-js-contrib)
0 commit comments