Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Releases: newrelic/node-newrelic-aws-sdk

v4.0.1

20 Jul 20:40
Compare
Choose a tag to compare
  • Added versioned tests to the files list within package.json

v4.0.0

20 Jul 14:35
Compare
Choose a tag to compare

v3.1.0

05 Jan 22:50
Compare
Choose a tag to compare
  • Properly instrument dynamodb batchGet, batchWrite, transactGet, and transactWrite calls as database operations instead of External service calls.

v3.0.0

02 Nov 21:59
Compare
Choose a tag to compare
  • Removed Node v8.x from CI.
  • Added Node v14.x to CI.
  • Update README for consistency with New Relic OSS repositories
  • Remove Code of Conduct doc and link to New Relic org Code of Conduct in
    Contributing doc.

v2.0.0

03 Aug 19:10
Compare
Choose a tag to compare
  • 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

20 Feb 18:10
Compare
Choose a tag to compare
  • 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.