Skip to content

Commit c42dcc1

Browse files
chore: release v12.11.1 (#2885)
1 parent 3b7e4bf commit c42dcc1

File tree

3 files changed

+29
-1
lines changed

3 files changed

+29
-1
lines changed

NEWS.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
### v12.11.1 (2025-01-16)
2+
3+
#### Bug fixes
4+
5+
* Updated undici instrumentation to fix crash with trying to calculate exclusive duration on a segment that no longer exists ([#2884](https://github.com/newrelic/node-newrelic/pull/2884)) ([3b7e4bf](https://github.com/newrelic/node-newrelic/commit/3b7e4bf0a40b21f16b11e7761809cbaa83c02515))
6+
7+
#### Documentation
8+
9+
* Updated compatibility report ([#2878](https://github.com/newrelic/node-newrelic/pull/2878)) ([e784f84](https://github.com/newrelic/node-newrelic/commit/e784f8427bd49852f0ed7a15d6025ea8dfc73c72))
10+
11+
#### Miscellaneous chores
12+
13+
* Fixed dns integration tests ([#2883](https://github.com/newrelic/node-newrelic/pull/2883)) ([dd30ad7](https://github.com/newrelic/node-newrelic/commit/dd30ad71f07233682da39ca41f452a55c6798a15))
14+
15+
#### Tests
16+
17+
* Restored the branch to test apollo-server-plugin to main ([#2879](https://github.com/newrelic/node-newrelic/pull/2879)) ([978faab](https://github.com/newrelic/node-newrelic/commit/978faab59f5378e26cb8f5e584a3c9e684e7bbb1))
18+
119
### v12.11.0 (2025-01-14)
220

321
#### Features

changelog.json

+10
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
{
22
"repository": "newrelic/node-newrelic",
33
"entries": [
4+
{
5+
"version": "12.11.1",
6+
"changes": {
7+
"security": [],
8+
"bugfixes": [
9+
"Updated undici instrumentation to fix crash with trying to calculate exclusive duration on a segment that no longer exists"
10+
],
11+
"features": []
12+
}
13+
},
414
{
515
"version": "12.11.0",
616
"changes": {

package.json

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

0 commit comments

Comments
 (0)