Skip to content

Commit 772f007

Browse files
chore: release v12.13.0 (#2946)
1 parent 6db3b4d commit 772f007

File tree

3 files changed

+42
-2
lines changed

3 files changed

+42
-2
lines changed

NEWS.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
### v12.13.0 (2025-02-12)
2+
3+
#### Features
4+
5+
* Added timeslice metrics for synthesized server segments ([#2924](https://github.com/newrelic/node-newrelic/pull/2924)) ([f404585](https://github.com/newrelic/node-newrelic/commit/f4045855a1cdbfb74e3217daf8bfa125aa6fe2e4))
6+
* Added timeslice metrics for synthesized producer segments ([#2939](https://github.com/newrelic/node-newrelic/pull/2939)) ([6832637](https://github.com/newrelic/node-newrelic/commit/68326377dcd23b574abae7c323ff93bc05c525ed))
7+
* Added timeslice metrics for synthesized database segments ([#2922](https://github.com/newrelic/node-newrelic/pull/2922)) ([8606f78](https://github.com/newrelic/node-newrelic/commit/8606f789772b7651d0c46ad50dad3a1da74e5e9c))
8+
* Propagate agent root context when opentelemetry `ROOT_CONTEXT` is passed in to trace propagator.([#2940](https://github.com/newrelic/node-newrelic/pull/2940)) ([b85111c](https://github.com/newrelic/node-newrelic/commit/b85111c46797dfbf399faf973e7a3e0ea6bbdc28))
9+
* Added logic to handle properly naming and ending transactions for server spans.
10+
* Provided ability to disable instrumentation for core Node.js libraries ([#2927](https://github.com/newrelic/node-newrelic/pull/2927)) ([2d232f1](https://github.com/newrelic/node-newrelic/commit/2d232f16c167e5f84b7b7898a6c5410d9cece55e))
11+
12+
#### Bug fixes
13+
14+
* Fixed `api.getTraceMetadata` to handle when there is an active transaction but not active segment ([#2944](https://github.com/newrelic/node-newrelic/pull/2944)) ([6db3b4d](https://github.com/newrelic/node-newrelic/commit/6db3b4d53a077a9738dd72d46e1ba1cee0d6af3f))
15+
16+
#### Documentation
17+
18+
* Updated compatibility report ([#2920](https://github.com/newrelic/node-newrelic/pull/2920)) ([c7ae8be](https://github.com/newrelic/node-newrelic/commit/c7ae8befafa4c91fab6804cd95e20f5a93546ea4))
19+
20+
#### Miscellaneous chores
21+
22+
* Localized OTEL attribute constants ([#2928](https://github.com/newrelic/node-newrelic/pull/2928)) ([965c41b](https://github.com/newrelic/node-newrelic/commit/965c41b3e64805ac14ae4dd36120b018ec5899f4))
23+
* Updated import-in-the-middle version ([#2923](https://github.com/newrelic/node-newrelic/pull/2923)) ([aa2781f](https://github.com/newrelic/node-newrelic/commit/aa2781fd9c7bed08d590e33682729a92f21f43a5))
24+
125
### v12.12.0 (2025-02-05)
226

327
#### Features

changelog.json

+17-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
{
22
"repository": "newrelic/node-newrelic",
33
"entries": [
4+
{
5+
"version": "12.13.0",
6+
"changes": {
7+
"security": [],
8+
"bugfixes": [
9+
"Fixed `api.getTraceMetadata` to handle when there is an active transaction but not active segment"
10+
],
11+
"features": [
12+
"Propagate agent root context when opentelemetry `ROOT_CONTEXT` is passed in to trace propagator.",
13+
"Added timeslice metrics for synthesized producer segments",
14+
"Added timeslice metrics for synthesized server segments",
15+
"Added timeslice metrics for synthesized database segments",
16+
"Provided ability to disable instrumentation for core Node.js libraries"
17+
]
18+
}
19+
},
420
{
521
"version": "12.12.0",
622
"changes": {
@@ -805,4 +821,4 @@
805821
}
806822
}
807823
]
808-
}
824+
}

package.json

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

0 commit comments

Comments
 (0)