Skip to content

Commit

Permalink
chore: release v12.14.0 (#2952)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Feb 18, 2025
1 parent bc714cf commit 90fdb78
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 3 deletions.
19 changes: 19 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
### v12.14.0 (2025-02-18)

#### Features

* 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))
* 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))
* 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))

#### Bug fixes

* 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))
* 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))
* 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))
* Thanks for your contribution @rChaoz 🎉

#### Documentation

* Updated compatibility report ([#2948](https://github.com/newrelic/node-newrelic/pull/2948)) ([8e32ed7](https://github.com/newrelic/node-newrelic/commit/8e32ed7d7bc456a0693485e7bdef955c25ead29a))

### v12.13.0 (2025-02-12)

#### Features
Expand Down
20 changes: 18 additions & 2 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
{
"repository": "newrelic/node-newrelic",
"entries": [
{
"version": "12.14.0",
"changes": {
"security": [],
"bugfixes": [
"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",
"Updated `api.recordLogEvent` to no longer truncate the message key in log event",
"Fixed queueing of logs from child loggers"
],
"features": [
"Added attribute reconciliation for message producer spans",
"Added timeslice metrics for synthesized consumer segments",
"Added support for region-prefixed Bedrock models"
]
}
},
{
"version": "12.13.0",
"changes": {
Expand All @@ -9,7 +25,7 @@
"Fixed `api.getTraceMetadata` to handle when there is an active transaction but not active segment"
],
"features": [
"Propagate agent root context when opentelemetry `ROOT_CONTEXT` is passed in to trace propagator.",
"Propagate agent root context when opentelemetry `ROOT_CONTEXT` is passed in to trace propagator.",
"Added timeslice metrics for synthesized producer segments",
"Added timeslice metrics for synthesized server segments",
"Added timeslice metrics for synthesized database segments",
Expand Down Expand Up @@ -821,4 +837,4 @@
}
}
]
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "newrelic",
"version": "12.13.0",
"version": "12.14.0",
"author": "New Relic Node.js agent team <nodejs@newrelic.com>",
"license": "Apache-2.0",
"contributors": [
Expand Down

0 comments on commit 90fdb78

Please sign in to comment.