@newrelic/aws-sdk
Advanced tools
Changelog
v6.0.0 (2023-06-30)
BREAKING: Removed ability to run @newrelic/aws-sdk
as a standalone module. This package gets bundled with agent and no longer can run as a standalone in v10 of the newrelic agent.
Fixed instrumentation in AWS 3.363.0.
Updated README links to point to new forum link due to repolinter ruleset change.
Changelog
v5.0.5 (2023-05-01)
Changelog
v5.0.4 (2023-04-04)
@aws-sdk/s3-request-presigner
Changelog
v5.0.3 (2023-03-15)
Updated name of header in NewRelicHeader
middleware to avoid crashing in versions >= 3.290.0
Updated README header image to latest OSS office required images.
Added lockfile checks to CI workflow to prevent malicious changes.
Changelog
v5.0.2 (2022-11-07)
Fixed a crash when using versions >3.192.0 of AWS sdk v3 where a customer would see an error of error: TypeError: config.endpoint is not a function
.
Updated versioned tests to exclude 3.194.0-3.196.0 from tests because they contain breaking changes.
Changelog
v5.0.1 (2022-10-10)
Changelog
v5.0.0 (2022-07-28)
The minimum supported version is now Node v14. For further information on our support policy, see: https://docs.newrelic.com/docs/agents/nodejs-agent/getting-started/compatibility-requirements-nodejs-agent.
Added support for Node 18.x
Updated the minimum version of the newrelic agent peer dependency to be >=8.7.0
.
Removed usage of async
module.
Bumped tap to ^16.0.1.
Resolved several dev-dependency audit warnings.
Changelog
v4.1.2 (2022-03-07)
Removed versioned tests from npm artifact.
Fixed link to discuss.newrelic.com in README
Updated newrelic from 8.7.0 to 8.7.1.
Resolved several dev-dependency audit warnings.
Updated add-to-board
to use org level NODE_AGENT_GH_TOKEN
Changelog
v4.1.1 (2022-01-13)
Changelog
v4.1.0 (2022-01-06)
Added support for AWS SDK v3 🎉
Instrumented the following packages: @aws-sdk/client-sns
, @aws-sdk/client-sqs
, @aws-sdk/client-dynamodb
, @aws-sdk/lib-dynamodb
.
Captured generic AWS requests by instrumenting the @aws-sdk/smithy-client
.
Required agent version to be >=8.7.0
to register the instrumentation to support AWS SDK v3
Added workflow to automate preparing release notes by reusing the newrelic/node-newrelic/.github/workflows/prep-release.yml@main
workflow from agent repository.
Added job to automatically add issues/pr to Node.js Engineering board
Upgraded @newrelic/test-utilities
to enable running 1 file through versioned runner
Added a pre-commit hook to check if package.json changes and run oss third-party manifest and oss third-party notices. This will ensure the third_party_manifest.json and THIRD_PARTY_NOTICES.md are up to date.
Added a pre-commit hook to run linting via husky
Added @newrelic/eslint-config to rely on a centralized eslint ruleset.
Upgraded setup-node CI job to v2 and changed the linting node version to lts/* for future proofing