Skip to content

Releases: newrelic/node-test-utilities

v6.5.5

01 Jun 21:20
eadcb14
Compare
Choose a tag to compare
  • Added TEST_CHILD_TIMEOUT environment variable to modify test timeout limits.

v6.5.4

27 May 14:24
af8150e
Compare
Choose a tag to compare
  • Updated version runner to fail if package fails to install and not attempt to clean the npm cache.

v6.5.3

20 Apr 17:56
fe06bf8
Compare
Choose a tag to compare
  • 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

24 Mar 19:59
acecea3
Compare
Choose a tag to compare
  • Fixed util.maxVersionPerMode sorting by handling numbers as semver versions and not floats.

v6.5.1

24 Mar 17:56
ab15019
Compare
Choose a tag to compare
  • Fixed util.maxVersionPerMode by sorting versions to ensure the last package is the latest.

v6.5.0

21 Mar 17:36
7cbdc81
Compare
Choose a tag to compare
  • 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

23 Feb 17:49
ac850be
Compare
Choose a tag to compare
  • Fixed link to discuss.newrelic.com in README.

  • Resolved several dev-dependency audit warnings.

  • Bumped glob to ^7.2.0.

v6.4.0

31 Jan 19:25
0a6662c
Compare
Choose a tag to compare
  • 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 level NODE_AGENT_GH_TOKEN

v6.3.0

10 Jan 21:23
00f8ad1
Compare
Choose a tag to compare
  • 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

19 Nov 21:45
Compare
Choose a tag to compare
  • 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.