Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
91 changes: 53 additions & 38 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,41 +1,56 @@
### v11.0.0 (2024-07-31)
#### ⚠ BREAKING CHANGES

* Removed support for Node.js 16 (#273)

#### Features

* Removed support for Node.js 16 ([#273](https://github.com/newrelic/node-native-metrics/issues/273)) ([#274](https://github.com/newrelic/node-native-metrics/pull/274)) ([9f2d5c3](https://github.com/newrelic/node-native-metrics/commit/9f2d5c3dca1e4d3effcef2531d027d13bec39c0c))

#### Miscellaneous chores

* Updated CI to use native arm64 runner ([#264](https://github.com/newrelic/node-native-metrics/pull/264)) ([de17116](https://github.com/newrelic/node-native-metrics/commit/de171164cdb63a62b7c59754d0a412de635eb39b))

### v10.2.0 (2024-06-28)

#### Features

* Added support for Node 22.

#### Miscellaneous chores

* Added Node 22 to CI ([#250](https://github.com/newrelic/node-native-metrics/pull/250)) ([523426f](https://github.com/newrelic/node-native-metrics/commit/523426fa70cecbf99820c04e0495a7d4f6f62d26))
* **deps-dev:** bump braces from 3.0.2 to 3.0.3 ([#257](https://github.com/newrelic/node-native-metrics/pull/257)) ([38b36a6](https://github.com/newrelic/node-native-metrics/commit/38b36a6f06d1750b2b45cf318dad6d036559a37c))
* Made pre-commit hook require dep updates before running update third party deps ([#251](https://github.com/newrelic/node-native-metrics/pull/251)) ([bfab44d](https://github.com/newrelic/node-native-metrics/commit/bfab44d54add9549145cbaebd73223387b150f58))
* Removed copying package-lock.json to linux arm docker container ([#261](https://github.com/newrelic/node-native-metrics/pull/261)) ([da2d7c1](https://github.com/newrelic/node-native-metrics/commit/da2d7c16f7e4c4bb9e21ba03f4b1260bfec2404f))
* Removed outdated Slack reference ([#253](https://github.com/newrelic/node-native-metrics/pull/253)) ([d76afb4](https://github.com/newrelic/node-native-metrics/commit/d76afb40f0ef17030134213971d4239189dd63f8))

### v10.1.1 (2024-04-09)

#### Miscellaneous chores

* Skipped macOS integration tests in CI ([#245](https://github.com/newrelic/node-native-metrics/pull/245)) ([20b096f](https://github.com/newrelic/node-native-metrics/commit/20b096ffbc615a34a87e6818222ab44925341b79))

#### Continuous integration

* Removed `use_new_release` input from prepare release workflow ([#247](https://github.com/newrelic/node-native-metrics/pull/247)) ([6cadc52](https://github.com/newrelic/node-native-metrics/commit/6cadc5289596fc98942274a614d6e4cfcc7af26c))
* Updated CI process for releases ([#246](https://github.com/newrelic/node-native-metrics/pull/246)) ([aa63ee8](https://github.com/newrelic/node-native-metrics/commit/aa63ee830288b096b48c6064bf19456eb9f9c635))

### v11.1.0 (2025-05-15)

#### Features

* Added Node.js 24 support ([#285](https://github.com/newrelic/node-native-metrics/pull/285)) ([e465db5](https://github.com/newrelic/node-native-metrics/commit/e465db58879dc8bc006c4d9575c1109ea50c9cf1))

#### Miscellaneous chores

* Added documentation for musl libc systems ([#277](https://github.com/newrelic/node-native-metrics/pull/277)) ([869e524](https://github.com/newrelic/node-native-metrics/commit/869e524786681fd024325bb0a8ce4972dbdb6082))

#### Tests

* Updated unit tests to use `node:test` ([#282](https://github.com/newrelic/node-native-metrics/pull/282)) ([7a53a19](https://github.com/newrelic/node-native-metrics/commit/7a53a192103163920e236c247216f71ba302a4ce))
* Updated integration tests to node:test ([#283](https://github.com/newrelic/node-native-metrics/pull/283)) ([a28342c](https://github.com/newrelic/node-native-metrics/commit/a28342ce6d1bda891ffc1230209268c932af3113))

### v11.0.0 (2024-07-31)
#### ⚠ BREAKING CHANGES

* Removed support for Node.js 16 (#273)

#### Features

* Removed support for Node.js 16 ([#273](https://github.com/newrelic/node-native-metrics/issues/273)) ([#274](https://github.com/newrelic/node-native-metrics/pull/274)) ([9f2d5c3](https://github.com/newrelic/node-native-metrics/commit/9f2d5c3dca1e4d3effcef2531d027d13bec39c0c))

#### Miscellaneous chores

* Updated CI to use native arm64 runner ([#264](https://github.com/newrelic/node-native-metrics/pull/264)) ([de17116](https://github.com/newrelic/node-native-metrics/commit/de171164cdb63a62b7c59754d0a412de635eb39b))

### v10.2.0 (2024-06-28)

#### Features

* Added support for Node 22.

#### Miscellaneous chores

* Added Node 22 to CI ([#250](https://github.com/newrelic/node-native-metrics/pull/250)) ([523426f](https://github.com/newrelic/node-native-metrics/commit/523426fa70cecbf99820c04e0495a7d4f6f62d26))
* **deps-dev:** bump braces from 3.0.2 to 3.0.3 ([#257](https://github.com/newrelic/node-native-metrics/pull/257)) ([38b36a6](https://github.com/newrelic/node-native-metrics/commit/38b36a6f06d1750b2b45cf318dad6d036559a37c))
* Made pre-commit hook require dep updates before running update third party deps ([#251](https://github.com/newrelic/node-native-metrics/pull/251)) ([bfab44d](https://github.com/newrelic/node-native-metrics/commit/bfab44d54add9549145cbaebd73223387b150f58))
* Removed copying package-lock.json to linux arm docker container ([#261](https://github.com/newrelic/node-native-metrics/pull/261)) ([da2d7c1](https://github.com/newrelic/node-native-metrics/commit/da2d7c16f7e4c4bb9e21ba03f4b1260bfec2404f))
* Removed outdated Slack reference ([#253](https://github.com/newrelic/node-native-metrics/pull/253)) ([d76afb4](https://github.com/newrelic/node-native-metrics/commit/d76afb40f0ef17030134213971d4239189dd63f8))

### v10.1.1 (2024-04-09)

#### Miscellaneous chores

* Skipped macOS integration tests in CI ([#245](https://github.com/newrelic/node-native-metrics/pull/245)) ([20b096f](https://github.com/newrelic/node-native-metrics/commit/20b096ffbc615a34a87e6818222ab44925341b79))

#### Continuous integration

* Removed `use_new_release` input from prepare release workflow ([#247](https://github.com/newrelic/node-native-metrics/pull/247)) ([6cadc52](https://github.com/newrelic/node-native-metrics/commit/6cadc5289596fc98942274a614d6e4cfcc7af26c))
* Updated CI process for releases ([#246](https://github.com/newrelic/node-native-metrics/pull/246)) ([aa63ee8](https://github.com/newrelic/node-native-metrics/commit/aa63ee830288b096b48c6064bf19456eb9f9c635))

### v10.1.0 (2024-03-05)

* Migrated to using prebuildify and node-gyp-install.
Expand Down
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": "11.0.0",
"version": "11.1.0",
"description": "A module for generating metrics from V8.",
"main": "index.js",
"scripts": {
Expand Down
Loading