Skip to content

Commit cbf1ce6

Browse files
chore: release v13.6.4 (#3506)
1 parent 0b1a9a8 commit cbf1ce6

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

NEWS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### v13.6.4 (2025-11-13)
2+
3+
#### Bug fixes
4+
5+
* Updated `MessageConsumerSubscriber` to end transaction created for a given message consumption ([#3503](https://github.com/newrelic/node-newrelic/pull/3503)) ([ba30818](https://github.com/newrelic/node-newrelic/commit/ba308184e5cb4f916aec53963cce0caa9149efbe))
6+
* Updated `MessageProducerSubscriber` to properly set the sampled flag on `traceparent` ([#3505](https://github.com/newrelic/node-newrelic/pull/3505)) ([0b1a9a8](https://github.com/newrelic/node-newrelic/commit/0b1a9a80b81e0f4388d421f17176eab386d04cbc))
7+
* Updated the bedrock middleware to be registered with a `high` priority to ensure payload is properly deserialized ([#3500](https://github.com/newrelic/node-newrelic/pull/3500)) ([63e531b](https://github.com/newrelic/node-newrelic/commit/63e531bf50d600d92556b3785725dd38145f3491))
8+
19
### v13.6.3 (2025-11-11)
210

311
#### Bug fixes

changelog.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"repository": "newrelic/node-newrelic",
33
"entries": [
4+
{
5+
"version": "13.6.4",
6+
"changes": {
7+
"security": [],
8+
"bugfixes": [
9+
"Updated MessageProducerSubscriber to properly set the sampled flag on traceparent",
10+
"Updated `MessageConsumerSubscriber` to end transaction created for a given message consumption",
11+
"Updated the bedrock middleware to be registered with a `high` priority to ensure payload is properly deserialized"
12+
],
13+
"features": []
14+
}
15+
},
416
{
517
"version": "13.6.3",
618
"changes": {
@@ -1153,4 +1165,4 @@
11531165
}
11541166
}
11551167
]
1156-
}
1168+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "newrelic",
3-
"version": "13.6.3",
3+
"version": "13.6.4",
44
"author": "New Relic Node.js agent team <nodejs@newrelic.com>",
55
"license": "Apache-2.0",
66
"contributors": [

0 commit comments

Comments
 (0)