Skip to content

Commit 0d9f3da

Browse files
chore: release v12.11.3 (#2913)
1 parent 3ad8c59 commit 0d9f3da

File tree

3 files changed

+32
-2
lines changed

3 files changed

+32
-2
lines changed

NEWS.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
### v12.11.3 (2025-01-29)
2+
3+
#### Bug fixes
4+
5+
* Fixed issue with `bluebird` and `when` instrumentation where checking active context crashed when transaction prematurely ends ([#2909](https://github.com/newrelic/node-newrelic/pull/2909)) ([4a30d5c](https://github.com/newrelic/node-newrelic/commit/4a30d5c5082e963cca3664f2ed152017f6360d21))
6+
* Fixed transaction-shim to properly create new transactions when the existing transaction is not active ([#2912](https://github.com/newrelic/node-newrelic/pull/2912)) ([3ad8c59](https://github.com/newrelic/node-newrelic/commit/3ad8c59e15e037a366ddf6803729b61ecfa701f3))
7+
8+
#### Documentation
9+
10+
* Updated compatibility report ([#2902](https://github.com/newrelic/node-newrelic/pull/2902)) ([cb16516](https://github.com/newrelic/node-newrelic/commit/cb16516e90a3dc2cefb98e6131a7243412aefbfc))
11+
12+
#### Miscellaneous chores
13+
14+
* Updated lint rule suppression comment ([#2895](https://github.com/newrelic/node-newrelic/pull/2895)) ([559dc98](https://github.com/newrelic/node-newrelic/commit/559dc98e18c8ba8280b73779780f3efc1c946ed7))
15+
16+
#### Continuous integration
17+
18+
* Move init container release from lambda to GHA ([#2848](https://github.com/newrelic/node-newrelic/pull/2848)) ([8d8608d](https://github.com/newrelic/node-newrelic/commit/8d8608d1089cafaeb8c17354034c96fe1b49597a))
19+
120
### v12.11.2 (2025-01-23)
221

322
#### Features

changelog.json

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
{
22
"repository": "newrelic/node-newrelic",
33
"entries": [
4+
{
5+
"version": "12.11.3",
6+
"changes": {
7+
"security": [],
8+
"bugfixes": [
9+
"Fixed transaction-shim to properly create new transactions when the existing transaction is not active",
10+
"Fixed issue with `bluebird` and `when` instrumentation where checking active context crashed when transaction prematurely ends"
11+
],
12+
"features": []
13+
}
14+
},
415
{
516
"version": "12.11.2",
617
"changes": {
@@ -781,4 +792,4 @@
781792
}
782793
}
783794
]
784-
}
795+
}

package.json

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

0 commit comments

Comments
 (0)