Skip to content

Commit 301a429

Browse files
github-actions[bot]jsumners-nr
andauthored
chore: release v13.9.1 (#3653)
Co-authored-by: jsumners-nr <gh-actions-jsumners-nr@github.com>
1 parent d395c76 commit 301a429

File tree

3 files changed

+24
-2
lines changed

3 files changed

+24
-2
lines changed

NEWS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
### v13.9.1 (2026-01-12)
2+
3+
#### Bug fixes
4+
5+
* Updated `getHostnameSafe` to invalidate the cache is trying to assign the host based on the gcp cloud run id ([#3650](https://github.com/newrelic/node-newrelic/pull/3650)) ([d395c76](https://github.com/newrelic/node-newrelic/commit/d395c76d5612a7e562efa1a807c35e805a38ab14))
6+
* Updated logic to properly assign content and role in LangChain chat completion messages ([#3638](https://github.com/newrelic/node-newrelic/pull/3638)) ([407bcb6](https://github.com/newrelic/node-newrelic/commit/407bcb66b7e3be1b6f1d28bcf6e3b022a7022c96))
7+
8+
#### Documentation
9+
10+
* Updated compatibility report ([#3643](https://github.com/newrelic/node-newrelic/pull/3643)) ([8929ab3](https://github.com/newrelic/node-newrelic/commit/8929ab3ae6cc28edbef4bee41a2084154361d6e0))
11+
112
### v13.9.0 (2026-01-08)
213

314
#### Features

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.9.1",
6+
"changes": {
7+
"security": [],
8+
"bugfixes": [
9+
"Updated `getHostnameSafe` to invalidate the cache is trying to assign the host based on the gcp cloud run id",
10+
"Updated logic to properly assign content and role in LangChain chat completion messages"
11+
],
12+
"features": []
13+
}
14+
},
415
{
516
"version": "13.9.0",
617
"changes": {
@@ -1241,4 +1252,4 @@
12411252
}
12421253
}
12431254
]
1244-
}
1255+
}

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

0 commit comments

Comments
 (0)