Releases: newrelic/node-test-utilities
v6.5.5
- Added TEST_CHILD_TIMEOUT environment variable to modify test timeout limits.
v6.5.4
- Updated version runner to fail if package fails to install and not attempt to clean the npm cache.
v6.5.3
-
Bumped async to ^3.2.3.
Updated usage of
queue.drain
which was a 3.x breaking change. -
Resolved dev-only audit warnings.
-
Bumped moment from 2.29.1 to 2.29.2.
-
Bumped
tap
to ^16.0.1.
v6.5.2
- Fixed
util.maxVersionPerMode
sorting by handling numbers as semver versions and not floats.
v6.5.1
- Fixed
util.maxVersionPerMode
by sorting versions to ensure the last package is the latest.
v6.5.0
-
Fixed how version resolution occurs when semver ranges are not the latest major version.
-
Fixed how
latest
gets resolved by actually using the latest version. -
Added printing list of packages and their versions at the end of a run.
v6.4.1
-
Fixed link to discuss.newrelic.com in README.
-
Resolved several dev-dependency audit warnings.
-
Bumped
glob
to ^7.2.0.
v6.4.0
-
Added a warning and/or error when tests present in testing directory are not included in test specification.
-
Updated
add-to-board
to use org levelNODE_AGENT_GH_TOKEN
v6.3.0
-
Added workflow to automate preparing release notes by reusing the newrelic/node-newrelic/.github/workflows/prep-release.yml@main workflow from agent repository.
-
Added job to automatically add issues/pr to Node.js Engineering board
-
Fixed overeager pattern-filter interpretation.
-
Added
getShim
method for retrieving a test Shim instance.This enables test setup involving instrumentation like scenarios (adding segments, etc.) without reaching into the internal tracer.
v6.2.0
-
Added clearing of registered instrumentation to
unload
. -
Added
getContextManager
to retrieve the active context manager in agent versions 8.6.0+. -
Bumped
newrelic
dev dependency to^8.6.0
.