@newrelic/aws-sdk
Advanced tools
Changelog
4.0.0 (2021-07-20):
BREAKING Removed support for Node 10.
The minimum supported version is now Node v12. 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 16.
Added files list to package.json instead of using .npmignore
for module publishing.
Bumped @newrelic/test-utilities
to ^5.1.0.
Bumped tap
to ^15.0.9.
Changelog
3.1.0 (2021-01-05):
Changelog
3.0.0 (2020-11-02):
Changelog
2.0.0 (2020-08-03):
Changelog
1.1.3 (2020-06-12):
TypeError: Cannot read property 'lastIndexOf' of undefined
error if a program called sqs.receiveMessage
without a QueueUrl
parameter.Changelog
1.1.2 (2020-02-20):
Fixed issue where instrumentation would crash pulling host
and port
values when AmazonDaxClient
was used as the service for DocumentClient.
AmazonDaxClient
requests will report 'unknown' for host
and port
attributes. Other oddities may still exist until DAX officially supported.
Changelog
1.1.1 (2020-01-27):
Changelog
1.1.0 (2020-01-23):
Adds official support for API promise calls.
For example: await ddb.createTable(params).promise()
.
Adds check before applying instrumentation to avoid breaking for very old versions of aws-sdk
.
Changelog
1.0.0 (2019-10-25):
BREAKING Removed support for Node 6, 7, and 9.
The minimum supported version is now Node v8. For further information on our support policy, see: https://docs.newrelic.com/docs/agents/nodejs-agent/getting-started/compatibility-requirements-nodejs-agent.