Skip to content

Commit 014335a

Browse files
github-actions[bot]svetlanabrennansvetlanabrennan
authored
chore: release v13.6.3 (#3497)
Co-authored-by: svetlanabrennan <[email protected]> Co-authored-by: Svetlana Brennan <[email protected]>
1 parent 37c43f5 commit 014335a

File tree

3 files changed

+42
-13
lines changed

3 files changed

+42
-13
lines changed

NEWS.md

Lines changed: 29 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,31 @@
1-
### v13.6.2 (2025-10-29)
2-
3-
#### Bug fixes
4-
5-
* Updated express instrumentation to properly instrument an array of middleware defined on a route ([#3473](https://github.com/newrelic/node-newrelic/pull/3473)) ([e383c4e](https://github.com/newrelic/node-newrelic/commit/e383c4efc7171f02aef41d6c657455338b4b7258))
6-
7-
#### Documentation
8-
9-
* documented how to use the subscriber based instrumentation ([#3432](https://github.com/newrelic/node-newrelic/pull/3432)) ([3b3ab72](https://github.com/newrelic/node-newrelic/commit/3b3ab72eee3b4c1a12592d92eab59da2a48b1f46))
10-
* Updated compatibility report ([#3471](https://github.com/newrelic/node-newrelic/pull/3471)) ([964543b](https://github.com/newrelic/node-newrelic/commit/964543bae1a7c1fd5af32f02ba40d4bf68737d11))
11-
1+
### v13.6.3 (2025-11-11)
2+
3+
#### Bug fixes
4+
5+
* Updated `@google/genai` to properly handle assigning token counts to LlmCompletionSummary message ([#3495](https://github.com/newrelic/node-newrelic/pull/3495)) ([f805d38](https://github.com/newrelic/node-newrelic/commit/f805d382ed0a898f784b053fb9855e9da97dea98))
6+
* Updated AWS Bedrock instrumentation to properly assign token counts ([#3491](https://github.com/newrelic/node-newrelic/pull/3491)) ([b1687f6](https://github.com/newrelic/node-newrelic/commit/b1687f6dcb8782623a92dacee740a537ad791fdc))
7+
* Updated openai instrumentation to properly handle streaming when `stream_options.include_usage` is set ([#3494](https://github.com/newrelic/node-newrelic/pull/3494)) ([37c43f5](https://github.com/newrelic/node-newrelic/commit/37c43f5b448f851b749b95b032c4fb52785f2ab0))
8+
9+
#### Code refactoring
10+
11+
* Update `mysql` and `mysql2` instrumentation to subscribe to events emitted ([#3423](https://github.com/newrelic/node-newrelic/pull/3423)) ([2e38914](https://github.com/newrelic/node-newrelic/commit/2e38914ffd8510dc610bd629a00b61e604dca2db))
12+
13+
#### Documentation
14+
15+
* Cleaned up README links and outdated verbiage ([#3484](https://github.com/newrelic/node-newrelic/pull/3484)) ([51e6d7a](https://github.com/newrelic/node-newrelic/commit/51e6d7ace2fb62b907113ec01f63a8d8e4be4e34))
16+
* Updated compatibility report ([#3477](https://github.com/newrelic/node-newrelic/pull/3477)) ([859f27f](https://github.com/newrelic/node-newrelic/commit/859f27febe4d4afd46bf7d080a2db51ae9acc0cc))
17+
18+
### v13.6.2 (2025-10-29)
19+
20+
#### Bug fixes
21+
22+
* Updated express instrumentation to properly instrument an array of middleware defined on a route ([#3473](https://github.com/newrelic/node-newrelic/pull/3473)) ([e383c4e](https://github.com/newrelic/node-newrelic/commit/e383c4efc7171f02aef41d6c657455338b4b7258))
23+
24+
#### Documentation
25+
26+
* documented how to use the subscriber based instrumentation ([#3432](https://github.com/newrelic/node-newrelic/pull/3432)) ([3b3ab72](https://github.com/newrelic/node-newrelic/commit/3b3ab72eee3b4c1a12592d92eab59da2a48b1f46))
27+
* Updated compatibility report ([#3471](https://github.com/newrelic/node-newrelic/pull/3471)) ([964543b](https://github.com/newrelic/node-newrelic/commit/964543bae1a7c1fd5af32f02ba40d4bf68737d11))
28+
1229
### v13.6.1 (2025-10-28)
1330

1431
#### Bug fixes
@@ -8022,3 +8039,4 @@ Special thanks to Ryan Copley (@RyanCopley) for the contribution.
80228039
80238040
80248041
8042+

changelog.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
{
22
"repository": "newrelic/node-newrelic",
33
"entries": [
4+
{
5+
"version": "13.6.3",
6+
"changes": {
7+
"security": [],
8+
"bugfixes": [
9+
"Updated openai instrumentation to properly handle streaming when `stream_options.include_usage` is set",
10+
"Updated `@google/genai` to properly handle assigning token counts to LlmCompletionSummary message",
11+
"Updated AWS Bedrock instrumentation to properly assign token counts"
12+
]
13+
}
14+
},
415
{
516
"version": "13.6.2",
617
"changes": {
@@ -1142,4 +1153,4 @@
11421153
}
11431154
}
11441155
]
1145-
}
1156+
}

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.2",
3+
"version": "13.6.3",
44
"author": "New Relic Node.js agent team <[email protected]>",
55
"license": "Apache-2.0",
66
"contributors": [

0 commit comments

Comments
 (0)