Socket
Socket
Sign inDemoInstall

@newrelic/aws-sdk

Package Overview
Dependencies
0
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
Previous124Next

4.0.1

Diff

Changelog

Source

4.0.1 (2021-07-20):

  • Added versioned tests to the files list within package.json
newrelic
published 4.0.0 •

Changelog

Source

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.

newrelic
published 3.1.0 •

Changelog

Source

3.1.0 (2021-01-05):

  • Properly instrument dynamodb batchGet, batchWrite, transactGet, and transactWrite calls as database operations instead of External service calls.
newrelic
published 3.0.0 •

Changelog

Source

3.0.0 (2020-11-02):

  • 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.
michaelgoin
published 2.0.0 •

Changelog

Source

2.0.0 (2020-08-03):

  • 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.
newrelic
published 1.1.3 •

Changelog

Source

1.1.3 (2020-06-12):

  • Fixed issue where instrumentation would produce a TypeError: Cannot read property 'lastIndexOf' of undefined error if a program called sqs.receiveMessage without a QueueUrl parameter.
michaelgoin
published 1.1.2 •

Changelog

Source

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.

michaelgoin
published 1.1.1 •

Changelog

Source

1.1.1 (2020-01-27):

  • Bumps DynamoDB tap.test timeout to avoid versioned test terminations when table creates are slow.
michaelgoin
published 1.1.0 •

Changelog

Source

1.1.0 (2020-01-23):

  • Adds official support for API promise calls. For example: await ddb.createTable(params).promise().

    • Fixed issue where external spans/segments would be incorrectly created in addition to more specific types such as datastore spans/segments. This also resulted in missing attributes from the more specific spans/segments.
    • Fixed issue where spans/segments would not have timing update appropriately upon promise resolution. These would show sub-millisecond execution time as the time captured was the execution of the initial function not accounting for async execution.
  • Adds check before applying instrumentation to avoid breaking for very old versions of aws-sdk.

michaelgoin
published 1.0.0 •

Changelog

Source

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.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc