Skip to content

Commit 90fdb78

Browse files
chore: release v12.14.0 (#2952)
1 parent bc714cf commit 90fdb78

File tree

3 files changed

+38
-3
lines changed

3 files changed

+38
-3
lines changed

NEWS.md

+19
Original file line numberDiff line numberDiff 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))
14+
* Thanks for your contribution @rChaoz 🎉
15+
16+
#### Documentation
17+
18+
* Updated compatibility report ([#2948](https://github.com/newrelic/node-newrelic/pull/2948)) ([8e32ed7](https://github.com/newrelic/node-newrelic/commit/8e32ed7d7bc456a0693485e7bdef955c25ead29a))
19+
120
### v12.13.0 (2025-02-12)
221

322
#### Features

changelog.json

+18-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
{
22
"repository": "newrelic/node-newrelic",
33
"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+
},
420
{
521
"version": "12.13.0",
622
"changes": {
@@ -9,7 +25,7 @@
925
"Fixed `api.getTraceMetadata` to handle when there is an active transaction but not active segment"
1026
],
1127
"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.",
1329
"Added timeslice metrics for synthesized producer segments",
1430
"Added timeslice metrics for synthesized server segments",
1531
"Added timeslice metrics for synthesized database segments",
@@ -821,4 +837,4 @@
821837
}
822838
}
823839
]
824-
}
840+
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "newrelic",
3-
"version": "12.13.0",
3+
"version": "12.14.0",
44
"author": "New Relic Node.js agent team <[email protected]>",
55
"license": "Apache-2.0",
66
"contributors": [

0 commit comments

Comments
 (0)