Skip to content

Commit 3ab626e

Browse files
chore: release v12.11.2 (#2900)
1 parent 751eb96 commit 3ab626e

File tree

3 files changed

+36
-2
lines changed

3 files changed

+36
-2
lines changed

NEWS.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
### v12.11.2 (2025-01-23)
2+
3+
#### Features
4+
5+
* Added support for Claude 3+ Chat API in Bedrock ([#2870](https://github.com/newrelic/node-newrelic/pull/2870)) ([6a83abf](https://github.com/newrelic/node-newrelic/commit/6a83abf8b1a0cb0f993e9d9285566a09677d7d2e))
6+
7+
#### Bug fixes
8+
9+
* Added defensive code in shim to prevent crashing when checking parent segment ([#2898](https://github.com/newrelic/node-newrelic/pull/2898)) ([751eb96](https://github.com/newrelic/node-newrelic/commit/751eb9608d7401d1123a0e810eac9dc554127e4e))
10+
11+
#### Documentation
12+
13+
* Updated compatibility report ([#2888](https://github.com/newrelic/node-newrelic/pull/2888)) ([dce9deb](https://github.com/newrelic/node-newrelic/commit/dce9debeda6c5ed30c0ed6dbc00f73cf11c8f40f))
14+
15+
#### Miscellaneous chores
16+
17+
* Replaced backtracking regex with new algorithm ([#2887](https://github.com/newrelic/node-newrelic/pull/2887)) ([46462d0](https://github.com/newrelic/node-newrelic/commit/46462d00b68c4a4cedd60d46d531b2f31800df98))
18+
19+
#### Tests
20+
21+
* Improved test coverage of normalizing claude 3 messages ([#2893](https://github.com/newrelic/node-newrelic/pull/2893)) ([cc65763](https://github.com/newrelic/node-newrelic/commit/cc657633b81daf4b372e5715e696ed3c23ecb678))
22+
123
### v12.11.1 (2025-01-16)
224

325
#### Bug fixes

changelog.json

+13-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
{
22
"repository": "newrelic/node-newrelic",
33
"entries": [
4+
{
5+
"version": "12.11.2",
6+
"changes": {
7+
"security": [],
8+
"bugfixes": [
9+
"Added defensive code in shim to prevent crashing when checking parent segment"
10+
],
11+
"features": [
12+
"Added support for Claude 3+ Chat API in Bedrock"
13+
]
14+
}
15+
},
416
{
517
"version": "12.11.1",
618
"changes": {
@@ -769,4 +781,4 @@
769781
}
770782
}
771783
]
772-
}
784+
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "newrelic",
3-
"version": "12.11.1",
3+
"version": "12.11.2",
44
"author": "New Relic Node.js agent team <[email protected]>",
55
"license": "Apache-2.0",
66
"contributors": [

0 commit comments

Comments
 (0)