Skip to content

Commit

Permalink
chore: release v7.3.0 (newrelic#274)
Browse files Browse the repository at this point in the history
Co-authored-by: svetlanabrennan <gh-actions-svetlanabrennan@github.com>
  • Loading branch information
github-actions[bot] and svetlanabrennan committed Mar 12, 2024
1 parent 1a291f0 commit 6ee83ba
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
### v7.3.0 (2024-03-12)

#### Features

* Added ability to disable capturing of content in LLM events `ai_monitoring.record_content.enabled` ([#268](https://github.com/newrelic/node-newrelic-aws-sdk/pull/268)) ([a36050e](https://github.com/newrelic/node-newrelic-aws-sdk/commit/a36050ed4b7aab0e15da664f33363b4ae4d21eef))
* Added llm.tokenCountCallback support to Bedrock ([#270](https://github.com/newrelic/node-newrelic-aws-sdk/pull/270)) ([d2af144](https://github.com/newrelic/node-newrelic-aws-sdk/commit/d2af144cf5dcfc031a863fe89a30b3465320758a))

#### Bug fixes

* Added override setting to middleware configuration ([#273](https://github.com/newrelic/node-newrelic-aws-sdk/pull/273)) ([1a291f0](https://github.com/newrelic/node-newrelic-aws-sdk/commit/1a291f0fda0b7793fa24a667f32fe287f45b0921))

#### Miscellaneous chores

* Changed token_count to only use tokenCountCallback ([#272](https://github.com/newrelic/node-newrelic-aws-sdk/pull/272)) ([a9dbf26](https://github.com/newrelic/node-newrelic-aws-sdk/commit/a9dbf267c74f3a9ad089579fd5b89a8c366f8dec))
* Updated Bedrock entities with token_count ([#269](https://github.com/newrelic/node-newrelic-aws-sdk/pull/269)) ([f6a86cb](https://github.com/newrelic/node-newrelic-aws-sdk/commit/f6a86cb2143f018f3579262a5c014b587f884a2d))

### v7.2.0 (2024-02-29)

#### Features
Expand Down
13 changes: 13 additions & 0 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
{
"repository": "newrelic/node-newrelic-aws-sdk",
"entries": [
{
"version": "7.3.0",
"changes": {
"security": [],
"bugfixes": [
"Added override setting to middleware configuration"
],
"features": [
"Added llm.tokenCountCallback support to Bedrock",
"Added ability to disable capturing of content in LLM events `ai_monitoring.record_content.enabled`"
]
}
},
{
"version": "7.2.0",
"changes": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@newrelic/aws-sdk",
"version": "7.2.0",
"version": "7.3.0",
"description": "New Relic instrumentation of the aws-sdk package.",
"scripts": {
"test": "npm run unit && npm run versioned",
Expand Down

0 comments on commit 6ee83ba

Please sign in to comment.