You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,21 @@
1
+
### v9.0.0 (2024-07-31)
2
+
#### ⚠ BREAKING CHANGES
3
+
4
+
* Dropped support for Node.js 16
5
+
6
+
#### Features
7
+
8
+
* Dropped support for Node.js 16 ([#228](https://github.com/newrelic/node-test-utilities/pull/228)) ([e776e55](https://github.com/newrelic/node-test-utilities/commit/e776e555b960083bec1e6ea482a27c469f164076))
9
+
10
+
#### Code refactoring
11
+
12
+
* Reduced dependency on async library ([#219](https://github.com/newrelic/node-test-utilities/pull/219)) ([582efe6](https://github.com/newrelic/node-test-utilities/commit/582efe6c58c339d8235dfa165c50230209a42d02))
13
+
* Removed install queue from versioned runner. It will install before running a given test and rely on the jobs limit ([#221](https://github.com/newrelic/node-test-utilities/pull/221)) ([d9c6d1b](https://github.com/newrelic/node-test-utilities/commit/d9c6d1b24e6e58c03a0359545003420685f85793))
14
+
15
+
#### Continuous integration
16
+
17
+
* Fixed test script to run all unit tests ([#218](https://github.com/newrelic/node-test-utilities/pull/218)) ([61336d4](https://github.com/newrelic/node-test-utilities/commit/61336d448d1aba16db0bb4bc6fabdd7d080598db))
0 commit comments