Skip to content

Commit d9ab2ba

Browse files
github-actions[bot]svetlanabrennansvetlanabrennan
authored
chore: release v12.16.1 (#3012)
Co-authored-by: svetlanabrennan <[email protected]> Co-authored-by: Svetlana Brennan <[email protected]>
1 parent ced9e22 commit d9ab2ba

File tree

3 files changed

+31
-1
lines changed

3 files changed

+31
-1
lines changed

NEWS.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
### v12.16.1 (2025-03-24)
2+
3+
#### Features
4+
5+
* Assign all attributes on internal spans to segment ([#3000](https://github.com/newrelic/node-newrelic/pull/3000)) ([5403018](https://github.com/newrelic/node-newrelic/commit/54030185ba5630099b76182a52c629276af4d93e))
6+
7+
#### Bug fixes
8+
9+
* Fixed `tracer.transactionNestProxy` to create a new transaction if there is no transaction or transaction is not active ([#3007](https://github.com/newrelic/node-newrelic/pull/3007)) ([ced9e22](https://github.com/newrelic/node-newrelic/commit/ced9e22a23ddeed860c1fd88f0afb10bb94343cb))
10+
11+
#### Documentation
12+
13+
* Updated compatibility report ([#2993](https://github.com/newrelic/node-newrelic/pull/2993)) ([cdfa042](https://github.com/newrelic/node-newrelic/commit/cdfa042325a7636e84a7b19a34874b20915dac63))
14+
15+
#### Tests
16+
17+
* Fixed handling require esm for >20.19.0+ ([#3002](https://github.com/newrelic/node-newrelic/pull/3002)) ([b808e00](https://github.com/newrelic/node-newrelic/commit/b808e00c399d3c924eeeb19f9c6b9fba4695a720))
18+
119
### v12.16.0 (2025-03-17)
220

321
#### Features

changelog.json

+12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"repository": "newrelic/node-newrelic",
33
"entries": [
4+
{
5+
"version": "12.16.1",
6+
"changes": {
7+
"security": [],
8+
"bugfixes": [
9+
"Fixed `tracer.transactionNestProxy` to create a new transaction if there is no transaction or transaction is not active"
10+
],
11+
"features": [
12+
"Assign all attributes on internal spans to segment"
13+
]
14+
}
15+
},
416
{
517
"version": "12.16.0",
618
"changes": {

package.json

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

0 commit comments

Comments
 (0)