From 16f8cf284d49e2850ad53e43f2ab055f57c9a325 Mon Sep 17 00:00:00 2001 From: jsumners-nr Date: Thu, 15 May 2025 14:16:20 +0000 Subject: [PATCH 1/3] Setting version to v11.1.0. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bf8f64a..3f1d4da 100644 --- a/package.json +++ b/package.json @@ -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": { From b7dba21159f387881076d4b19aa102977aa2586b Mon Sep 17 00:00:00 2001 From: jsumners-nr Date: Thu, 15 May 2025 14:16:22 +0000 Subject: [PATCH 2/3] Adds auto-generated release notes. --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 199c94b..c867a1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +### 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)) +* 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)) + +#### 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)) + ### v11.0.0 (2024-07-31) #### ⚠ BREAKING CHANGES From 4063a21d45e6b3a8b6e71883e29a7bc4ea9e3aa2 Mon Sep 17 00:00:00 2001 From: James Sumners Date: Thu, 15 May 2025 10:17:46 -0400 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 106 +++++++++++++++++++++++++-------------------------- 1 file changed, 53 insertions(+), 53 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c867a1c..e5a621a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,56 +1,56 @@ -### 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)) -* 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)) - -#### 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)) - -### 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.