v7.0.2
-
Updated code to only check
node-gypversion when the module needs to be built to avoid hanging node and subsequently causing OOM errors. -
Added a pre-commit hook to check if package.json changes and run
oss third-party manifestandoss third-party notices. This will ensure thethird_party_manifest.jsonandTHIRD_PARTY_NOTICES.mdare up to date. -
Fixed intermittent timeout issue with the server smoke integration test.
Excluded native metric install setup time from server soak test timeout.
-
Added
@newrelic/eslint-configto rely on a centralized eslint ruleset. -
Added
husky+lint-stagedto run linting on all staged js files. -
Added integration tests for pre-build and upload tasks.
-
Upgraded setup-node CI job to v2 and changed the linting node version to
lts/*for future proofing.