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: NEWS.md
+29Lines changed: 29 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,32 @@
1
+
### v12.17.0 (2025-04-02)
2
+
3
+
#### Features
4
+
5
+
* Azure Function utilization ([#3017](https://github.com/newrelic/node-newrelic/pull/3017)) ([80ab93e](https://github.com/newrelic/node-newrelic/commit/80ab93ee5599800a823e3828f9730d5421b460c2))
6
+
* Support honoring W3C `traceparent` sampled flag ([#3009](https://github.com/newrelic/node-newrelic/pull/3009)) ([d903413](https://github.com/newrelic/node-newrelic/commit/d903413a6216dae2cde3e6b6366c3a390d4ed4cd))
7
+
* By default the agent will not honor the `traceparent` sampled flag.
8
+
* To control how sampling works with `traceparent` set the following in config:
9
+
*`distributed_tracing.sampler.remote_parent_sampled`(when the traceparent sampled flag is `01`)
10
+
*`always_on`: the agent will sample spans
11
+
*`always_off`: the agent will not sample spans
12
+
*`default`: the agent will rely on existing priority sampling to make its decisions
13
+
*`distributed_tracing.sampler.remote_parent_not_sampled`(when the traceparent sampled flag is `00`)
14
+
*`always_on`: the agent will sample spans
15
+
*`always_off`: the agent will not sample spans
16
+
*`default`: the agent will rely on existing priority sampling to make its decisions
17
+
18
+
#### Code refactoring
19
+
20
+
* Updated otel bridge to centralize mapping rules for a given span attribute to accomondate semantic convention spec updates ([#3010](https://github.com/newrelic/node-newrelic/pull/3010)) ([c20c36b](https://github.com/newrelic/node-newrelic/commit/c20c36bbe0f63ab18fbbe85ad4bfaa3b80f1475d))
* Pinned `openai@4.90.0` to work with `@langchain/openai` ([#3019](https://github.com/newrelic/node-newrelic/pull/3019)) ([eaa3db0](https://github.com/newrelic/node-newrelic/commit/eaa3db0a556a19c44a05926dc339ea7bcbc9cebd))
0 commit comments