Skip to content

Commit 04f77ee

Browse files
chore: release v13.12.0 (#3704)
1 parent f339675 commit 04f77ee

File tree

3 files changed

+36
-1
lines changed

3 files changed

+36
-1
lines changed

NEWS.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
### v13.12.0 (2026-02-02)
2+
3+
#### Features
4+
5+
* Added instrumentation support for `@langchain/langgraph` ([#3645](https://github.com/newrelic/node-newrelic/pull/3645)) ([f339675](https://github.com/newrelic/node-newrelic/commit/f3396754fb182a3f0af09488a8abb1981b6f3e3f))
6+
* Added `timestamp` to `LlmChatCompletionSummary` messages
7+
* Added `timestamp` to AWS Bedrock `LlmChatCompletionSummary` ([#3702](https://github.com/newrelic/node-newrelic/pull/3702)) ([430d1dd](https://github.com/newrelic/node-newrelic/commit/430d1dd5ef847203045486a054142df3a02c7c1c))
8+
* Added `timestamp` to Google Gen AI `LlmChatCompletionSummary` ([#3690](https://github.com/newrelic/node-newrelic/pull/3690)) ([7748e26](https://github.com/newrelic/node-newrelic/commit/7748e26aceb7b050b13dc686c852513026f043ac))
9+
* Added `timestamp` to LangChain `LlmChatCompletionSummary` ([#3701](https://github.com/newrelic/node-newrelic/pull/3701)) ([7472118](https://github.com/newrelic/node-newrelic/commit/747211814396e4bf52dc63d249c0ec045b35457a))
10+
* Added compact mode for span links ([#3681](https://github.com/newrelic/node-newrelic/pull/3681)) ([6ff6961](https://github.com/newrelic/node-newrelic/commit/6ff6961e6b46feb14638da97a95d0891a0d88645))
11+
12+
#### Bug fixes
13+
14+
* Updated langchain tool instrumentation to properly redefine the segment name on every call ([#3691](https://github.com/newrelic/node-newrelic/pull/3691)) ([4df6068](https://github.com/newrelic/node-newrelic/commit/4df6068d23b5da276486bd3d3f0c3af4b748c4a8))
15+
16+
#### Documentation
17+
18+
* Updated compatibility report ([#3699](https://github.com/newrelic/node-newrelic/pull/3699)) ([40b6b81](https://github.com/newrelic/node-newrelic/commit/40b6b813e7b6490c2e866a33cb1a7492b35d2a36))
19+
120
### v13.11.0 (2026-01-29)
221

322
#### Features

changelog.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
{
22
"repository": "newrelic/node-newrelic",
33
"entries": [
4+
{
5+
"version": "13.12.0",
6+
"changes": {
7+
"security": [],
8+
"bugfixes": [
9+
"Updated langchain tool instrumentation to properly redefine the segment name on every call"
10+
],
11+
"features": [
12+
"Added instrumentation support for `@langchain/langgraph`",
13+
"Added compact mode for span links",
14+
"Added `timestamp` to AWS Bedrock `LlmChatCompletionSummary`",
15+
"Added `timestamp` to LangChain `LlmChatCompletionSummary`",
16+
"Added `timestamp` to Google Gen AI `LlmChatCompletionSummary`"
17+
]
18+
}
19+
},
420
{
521
"version": "13.11.0",
622
"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.11.0",
3+
"version": "13.12.0",
44
"author": "New Relic Node.js agent team <nodejs@newrelic.com>",
55
"license": "Apache-2.0",
66
"contributors": [

0 commit comments

Comments
 (0)