Skip to content

Commit

Permalink
Merge pull request #189 from newrelic/release/v8.0.0
Browse files Browse the repository at this point in the history
Release v8.0.0
  • Loading branch information
jordigh authored Mar 22, 2022
2 parents 234dcfe + afc4e91 commit 6d3b039
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### v8.0.0 (2022-03-22)

* **BREAKING** Removed RUSageMeter. This was used to get resource usage statistics via `libuv`. It is no longer needed since Node.js version 12 has support via `process.cpuUsage`.

* Fixed spelling in compatibility documentation.

* Added integration tests for downloading with proxy.

* Fixed the download tests to skip when running on branch or unsupported architectures.

### v7.1.2 (2022-02-23)

* Added `windows-latest` run for Node 16 only back to CI.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@newrelic/native-metrics",
"version": "7.1.2",
"version": "8.0.0",
"description": "A module for generating metrics from V8.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 6d3b039

Please sign in to comment.