This repository has been archived by the owner on Jun 5, 2024. It is now read-only.
Releases: newrelic/node-newrelic-aws-sdk
Releases · newrelic/node-newrelic-aws-sdk
v4.0.1
v4.0.0
-
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.
v3.1.0
v3.0.0
v2.0.0
- Updated to Apache 2.0 license.
- Bumped minimum peer dependency (and dev dependency) of newrelic (agent) to 6.11 for license matching.
- Added third party notices file and metadata for dependencies.
- Updated README with more detail.
- Added issue templates for bugs and enhancements.
- Added code of conduct file.
- Added contributing guide.
- Added pull request template.
- Migrated CI to GitHub Actions.
- Added copyright headers to all source files.
- Bumped @newrelic/test-utils to 4.0.0
- Added additional items to .npmignore.
- Removed AWS servers as dependency for versioned tests.
Enables versioned test to run successfully for forked repo PRs.
v1.1.2
-
Fixed issue where instrumentation would crash pulling
host
andport
values whenAmazonDaxClient
was used as the service forDocumentClient.
AmazonDaxClient
requests will report 'unknown' forhost
andport
attributes. Other oddities may still exist until DAX officially supported.