Skip to content

Commit 4e88dba

Browse files
github-actions[bot]jsumners-nrjsumners-nr
authored
chore: release v13.6.6 (#3523)
Co-authored-by: jsumners-nr <gh-actions-jsumners-nr@github.com> Co-authored-by: James Sumners <jsumners@newrelic.com>
1 parent 47ed964 commit 4e88dba

File tree

3 files changed

+28
-1
lines changed

3 files changed

+28
-1
lines changed

NEWS.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
### v13.6.6 (2025-11-19)
2+
3+
#### Bug fixes
4+
5+
* Updated `app.use` or `router.use` Express instrumentation to properly wrap all middleware defined ([#3520](https://github.com/newrelic/node-newrelic/pull/3520)) ([d3b20d0](https://github.com/newrelic/node-newrelic/commit/d3b20d09a9c3d21bff081771d8c11caff9c6a6e5))
6+
7+
#### Documentation
8+
9+
* Updated compatibility report ([#3522](https://github.com/newrelic/node-newrelic/pull/3522)) ([72ec652](https://github.com/newrelic/node-newrelic/commit/72ec65252700ab5f3831dab35d05b607a0723aa6)) ([#3516](https://github.com/newrelic/node-newrelic/pull/3516)) ([35defb0](https://github.com/newrelic/node-newrelic/commit/35defb009b7d3bbec0ffe084b434e368aa1cbc7c))
10+
11+
#### Tests
12+
13+
* Pinned next.js to skip 11.0.10 and 11.0.11 ([#3521](https://github.com/newrelic/node-newrelic/pull/3521)) ([20977ee](https://github.com/newrelic/node-newrelic/commit/20977eeb8552b7a445f5407d8df272aae49ea873))
14+
115
### v13.6.5 (2025-11-17)
216

317
#### Bug fixes
@@ -8064,3 +8078,4 @@ Special thanks to Ryan Copley (@RyanCopley) for the contribution.
80648078
80658079
80668080
8081+

changelog.json

Lines changed: 12 additions & 0 deletions
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.6",
6+
"changes": {
7+
"security": [],
8+
"bugfixes": [
9+
"Updated `app.use` or `router.use` Express instrumentation to properly wrap all middleware defined"
10+
],
11+
"features": [
12+
"Added configurations for `distributed_tracing.samplers.partial_granularity` and `distributed_tracing.samplers.full_granularity`"
13+
]
14+
}
15+
},
416
{
517
"version": "13.6.5",
618
"changes": {

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.5",
3+
"version": "13.6.6",
44
"author": "New Relic Node.js agent team <nodejs@newrelic.com>",
55
"license": "Apache-2.0",
66
"contributors": [

0 commit comments

Comments
 (0)