|
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 | + |
12 | 29 | ### v13.6.1 (2025-10-28) |
13 | 30 |
|
14 | 31 | #### Bug fixes |
@@ -8022,3 +8039,4 @@ Special thanks to Ryan Copley (@RyanCopley) for the contribution. |
8022 | 8039 |
|
8023 | 8040 |
|
8024 | 8041 |
|
| 8042 | +
|
0 commit comments