* Bumps version to from .
https://github.com/newrelic/node-newrelic-aws-sdk/blob/master/CHANGELOG.md
Notable improvements include:
* Fixed issue where instrumentation would crash pulling and values
when was used as the service for .
* Don't allow in mocha tests
* Removed CI restriction for Node . Node shipped a fix for the
breakage in
- Removes calls to OutgoingMessage.prototype._headers in favor of using public
API (thanks to @adityasabnis for bringing this to our attention)
* Removes engine upper-bound to enable easier experimentation of newer Node versions
with the agent for customers.
Please see
https://docs.newrelic.com/docs/agents/nodejs-agent/getting-started/compatibility-requirements-nodejs-agent
for officially supported versions. Incompatibilities are expected for odd-numbered
releases, which are not supported, and even-numbered releases before "official"
support has been released.
* Reduces "... Aggregator data send." log messages to debug level to reduce noise
of default logs.
* Fixed winston-enricher breaking when agent is disabled
* Reduces logging level of raw or header values
to avoid logging very large values at default logging levels.