Skip to content

Commit

Permalink
chore(deps): updated @newrelic/aws-sdk to latest and removed aws_bedr…
Browse files Browse the repository at this point in the history
…ock_instrumentation feature flag (#1956)
  • Loading branch information
bizob2828 committed Jan 18, 2024
1 parent 60e57a1 commit 9eae28c
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion THIRD_PARTY_NOTICES.md
Expand Up @@ -509,7 +509,7 @@ This product includes source derived from [@grpc/proto-loader](https://github.co

### @newrelic/aws-sdk

This product includes source derived from [@newrelic/aws-sdk](https://github.com/newrelic/node-newrelic-aws-sdk) ([v7.0.3](https://github.com/newrelic/node-newrelic-aws-sdk/tree/v7.0.3)), distributed under the [Apache-2.0 License](https://github.com/newrelic/node-newrelic-aws-sdk/blob/v7.0.3/LICENSE):
This product includes source derived from [@newrelic/aws-sdk](https://github.com/newrelic/node-newrelic-aws-sdk) ([v7.1.0](https://github.com/newrelic/node-newrelic-aws-sdk/tree/v7.1.0)), distributed under the [Apache-2.0 License](https://github.com/newrelic/node-newrelic-aws-sdk/blob/v7.1.0/LICENSE):

```
Apache License
Expand Down
6 changes: 3 additions & 3 deletions lib/feature_flags.js
Expand Up @@ -12,8 +12,7 @@ exports.prerelease = {
reverse_naming_rules: false,
undici_async_tracking: true,
unresolved_promise_cleanup: true,
legacy_context_manager: false,
aws_bedrock_instrumentation: false
legacy_context_manager: false
}

// flags that are no longer used for released features
Expand All @@ -34,7 +33,8 @@ exports.released = [
'await_support',
'certificate_bundle',
'async_local_context',
'undici_instrumentation'
'undici_instrumentation',
'aws_bedrock_instrumentation'
]

// flags that are no longer used for unreleased features
Expand Down
14 changes: 7 additions & 7 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
Expand Up @@ -193,7 +193,7 @@
"dependencies": {
"@grpc/grpc-js": "^1.9.4",
"@grpc/proto-loader": "^0.7.5",
"@newrelic/aws-sdk": "^7.0.3",
"@newrelic/aws-sdk": "^7.1.0",
"@newrelic/koa": "^8.0.1",
"@newrelic/security-agent": "^0.6.0",
"@newrelic/superagent": "^7.0.1",
Expand Down
12 changes: 6 additions & 6 deletions third_party_manifest.json
@@ -1,5 +1,5 @@
{
"lastUpdated": "Fri Jan 12 2024 14:52:55 GMT-0500 (Eastern Standard Time)",
"lastUpdated": "Thu Jan 18 2024 13:20:18 GMT-0500 (Eastern Standard Time)",
"projectName": "New Relic Node Agent",
"projectUrl": "https://github.com/newrelic/node-newrelic",
"includeOptDeps": true,
Expand Down Expand Up @@ -68,15 +68,15 @@
"licenseTextSource": "file",
"publisher": "Google Inc."
},
"@newrelic/aws-sdk@7.0.3": {
"@newrelic/aws-sdk@7.1.0": {
"name": "@newrelic/aws-sdk",
"version": "7.0.3",
"range": "^7.0.3",
"version": "7.1.0",
"range": "^7.1.0",
"licenses": "Apache-2.0",
"repoUrl": "https://github.com/newrelic/node-newrelic-aws-sdk",
"versionedRepoUrl": "https://github.com/newrelic/node-newrelic-aws-sdk/tree/v7.0.3",
"versionedRepoUrl": "https://github.com/newrelic/node-newrelic-aws-sdk/tree/v7.1.0",
"licenseFile": "node_modules/@newrelic/aws-sdk/LICENSE",
"licenseUrl": "https://github.com/newrelic/node-newrelic-aws-sdk/blob/v7.0.3/LICENSE",
"licenseUrl": "https://github.com/newrelic/node-newrelic-aws-sdk/blob/v7.1.0/LICENSE",
"licenseTextSource": "file",
"publisher": "New Relic Node.js agent team",
"email": "nodejs@newrelic.com"
Expand Down

0 comments on commit 9eae28c

Please sign in to comment.