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
+19
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,22 @@
1
+
### v12.14.0 (2025-02-18)
2
+
3
+
#### Features
4
+
5
+
* Added support for region-prefixed Bedrock models ([#2947](https://github.com/newrelic/node-newrelic/pull/2947)) ([6acf535](https://github.com/newrelic/node-newrelic/commit/6acf5354d1e7f6786da88c0078699e82a714551d))
6
+
* Added attribute reconciliation for message producer spans ([#2942](https://github.com/newrelic/node-newrelic/pull/2942)) ([a9ba396](https://github.com/newrelic/node-newrelic/commit/a9ba39613c78b89c047ca35a218c2eedbb01e3d2))
7
+
* Added timeslice metrics for synthesized consumer segments ([#2938](https://github.com/newrelic/node-newrelic/pull/2938)) ([acfe953](https://github.com/newrelic/node-newrelic/commit/acfe953cf7a656fafb69104384c72f94ddc13000))
8
+
9
+
#### Bug fixes
10
+
11
+
* Fixed queueing of logs from child loggers ([#2945](https://github.com/newrelic/node-newrelic/pull/2945)) ([888cfe8](https://github.com/newrelic/node-newrelic/commit/888cfe84a1ffaf0287682cc9099a2fa762f7a37f))
12
+
* Fixed undici/fetch instrumentation to properly assign the parent-id portion of the `traceparent` header on outgoing requests to the active http external span id ([#2951](https://github.com/newrelic/node-newrelic/pull/2951)) ([bc714cf](https://github.com/newrelic/node-newrelic/commit/bc714cfa8fe6754abf25eb556b8f804c9982f986))
13
+
* Updated `api.recordLogEvent` to no longer truncate the message key in log event ([#2949](https://github.com/newrelic/node-newrelic/pull/2949)) ([8dd557b](https://github.com/newrelic/node-newrelic/commit/8dd557b4dfca2505b7e9f7f030ab094a6ae8019a))
Copy file name to clipboardExpand all lines: changelog.json
+18-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,22 @@
1
1
{
2
2
"repository": "newrelic/node-newrelic",
3
3
"entries": [
4
+
{
5
+
"version": "12.14.0",
6
+
"changes": {
7
+
"security": [],
8
+
"bugfixes": [
9
+
"Fixed undici/fetch instrumentation to properly assign the parent-id portion of the `traceparent` header on outgoing requests to the active http external span id",
10
+
"Updated `api.recordLogEvent` to no longer truncate the message key in log event",
11
+
"Fixed queueing of logs from child loggers"
12
+
],
13
+
"features": [
14
+
"Added attribute reconciliation for message producer spans",
15
+
"Added timeslice metrics for synthesized consumer segments",
16
+
"Added support for region-prefixed Bedrock models"
17
+
]
18
+
}
19
+
},
4
20
{
5
21
"version": "12.13.0",
6
22
"changes": {
@@ -9,7 +25,7 @@
9
25
"Fixed `api.getTraceMetadata` to handle when there is an active transaction but not active segment"
10
26
],
11
27
"features": [
12
-
"Propagate agent root context when opentelemetry `ROOT_CONTEXT` is passed in to trace propagator.",
28
+
"Propagate agent root context when opentelemetry `ROOT_CONTEXT` is passed in to trace propagator.",
13
29
"Added timeslice metrics for synthesized producer segments",
14
30
"Added timeslice metrics for synthesized server segments",
15
31
"Added timeslice metrics for synthesized database segments",
0 commit comments