Skip to content

Commit c3c5ed5

Browse files
chore: release v12.25.0 (#3222)
Co-authored-by: Amy Chisholm <achisholm@newrelic.com>
1 parent b4350c7 commit c3c5ed5

File tree

3 files changed

+33
-1
lines changed

3 files changed

+33
-1
lines changed

NEWS.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
### v12.25.0 (2025-07-09)
2+
3+
#### Features
4+
5+
* Instrument AWS Bedrock Converse API ([#3191](https://github.com/newrelic/node-newrelic/pull/3191)) ([16ac684](https://github.com/newrelic/node-newrelic/commit/16ac6845a82506bbdd0e51f3f9a6d05ac8016246))
6+
7+
#### Bug fixes
8+
9+
* `eventSegment.addAttribute` will not crash if null ([#3215](https://github.com/newrelic/node-newrelic/pull/3215)) ([8955f37](https://github.com/newrelic/node-newrelic/commit/8955f3737e686b4bf6beab2d4e53a1f5eb221166))
10+
* `openai` Responses API support changed to >=v4.87.0 ([#3219](https://github.com/newrelic/node-newrelic/pull/3219)) ([19c0c70](https://github.com/newrelic/node-newrelic/commit/19c0c7011c8c877098c5a57063354f01f5f83295))
11+
12+
#### Documentation
13+
14+
* Updated compatibility report ([#3220](https://github.com/newrelic/node-newrelic/pull/3220)) ([b4350c7](https://github.com/newrelic/node-newrelic/commit/b4350c7e3a718e47d066c5c2c1f4f5f20f43e52c))
15+
16+
#### Miscellaneous chores
17+
18+
* Converted .proto to .json for bundling ([#3212](https://github.com/newrelic/node-newrelic/pull/3212)) ([1e208d4](https://github.com/newrelic/node-newrelic/commit/1e208d43acc1811674126b6aa987c895178f4fc3))
19+
120
### v12.24.0 (2025-07-07)
221

322
#### Features

changelog.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
{
22
"repository": "newrelic/node-newrelic",
33
"entries": [
4+
{
5+
"version": "12.25.0",
6+
"changes": {
7+
"security": [],
8+
"bugfixes": [
9+
"`eventSegment.addAttribute` will not crash if null",
10+
"`openai` Responses API support changed to >=v4.87.0"
11+
],
12+
"features": [
13+
"Instrument AWS Bedrock Converse API"
14+
]
15+
}
16+
},
417
{
518
"version": "12.24.0",
619
"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": "12.24.0",
3+
"version": "12.25.0",
44
"author": "New Relic Node.js agent team <nodejs@newrelic.com>",
55
"license": "Apache-2.0",
66
"contributors": [

0 commit comments

Comments
 (0)