From 7b176fa5d59ca08ec3387383eae1e728795f2139 Mon Sep 17 00:00:00 2001 From: jsumners-nr Date: Thu, 12 Sep 2024 19:33:25 +0000 Subject: [PATCH 1/3] Setting version to v12.5.0. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 567ecdb3b7..7258145c94 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newrelic", - "version": "12.4.0", + "version": "12.5.0", "author": "New Relic Node.js agent team ", "license": "Apache-2.0", "contributors": [ From ef771c968ce3f2a5d3457d04059c4bc2f619ceb9 Mon Sep 17 00:00:00 2001 From: jsumners-nr Date: Thu, 12 Sep 2024 19:33:27 +0000 Subject: [PATCH 2/3] Adds auto-generated release notes. --- NEWS.md | 24 ++++++++++++++++++++++++ changelog.json | 14 +++++++++++++- 2 files changed, 37 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 29b6700bb7..5841afdd08 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,27 @@ +### v12.5.0 (2024-09-12) + +#### Features + +* Added utilization info for ECS ([#2565](https://github.com/newrelic/node-newrelic/pull/2565)) ([6f92073](https://github.com/newrelic/node-newrelic/commit/6f92073a6c01124d8ab1b54d06c176a36fbc3441)) + +#### Bug fixes + +* Ensured README displays for Azure site extension ([#2564](https://github.com/newrelic/node-newrelic/pull/2564)) ([a30aed5](https://github.com/newrelic/node-newrelic/commit/a30aed5cf31c0c89678618e51215063562331848)) + * Signed-off-by: mrickard + +#### Documentation + +* Updated compatibility report ([#2562](https://github.com/newrelic/node-newrelic/pull/2562)) ([8f7aebe](https://github.com/newrelic/node-newrelic/commit/8f7aebe7e4274ce45cfe961537a09b34077b3aa0)) + * Co-authored-by: jsumners-nr <150050532+jsumners-nr@users.noreply.github.com> + +#### Miscellaneous chores + +* Updated serverless unit tests to node:test ([#2549](https://github.com/newrelic/node-newrelic/pull/2549)) ([619f23c](https://github.com/newrelic/node-newrelic/commit/619f23c938bf39c360a6da9a307c178986c70902)) + +#### Tests + +* Convert `metric` and `metrics-recorder` tests to `node:test` ([#2552](https://github.com/newrelic/node-newrelic/pull/2552)) ([7ae4af4](https://github.com/newrelic/node-newrelic/commit/7ae4af4c8adfabadd3c865bd2fdd0e8ba5317eef)) + ### v12.4.0 (2024-09-11) #### Features diff --git a/changelog.json b/changelog.json index 5fa54bcd45..b5920c0690 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,18 @@ { "repository": "newrelic/node-newrelic", "entries": [ + { + "version": "12.5.0", + "changes": { + "security": [], + "bugfixes": [ + "Ensured README displays for Azure site extension" + ], + "features": [ + "Added utilization info for ECS" + ] + } + }, { "version": "12.4.0", "changes": { @@ -612,4 +624,4 @@ } } ] -} +} \ No newline at end of file From ba0782ad5982af2a961b3a6b6ccadd9b0e8012e4 Mon Sep 17 00:00:00 2001 From: James Sumners Date: Thu, 12 Sep 2024 15:34:40 -0400 Subject: [PATCH 3/3] Update NEWS.md --- NEWS.md | 43 +++++++++++++++++++------------------------ 1 file changed, 19 insertions(+), 24 deletions(-) diff --git a/NEWS.md b/NEWS.md index 5841afdd08..c65b4ed9eb 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,27 +1,22 @@ -### v12.5.0 (2024-09-12) - -#### Features - -* Added utilization info for ECS ([#2565](https://github.com/newrelic/node-newrelic/pull/2565)) ([6f92073](https://github.com/newrelic/node-newrelic/commit/6f92073a6c01124d8ab1b54d06c176a36fbc3441)) - -#### Bug fixes - -* Ensured README displays for Azure site extension ([#2564](https://github.com/newrelic/node-newrelic/pull/2564)) ([a30aed5](https://github.com/newrelic/node-newrelic/commit/a30aed5cf31c0c89678618e51215063562331848)) - * Signed-off-by: mrickard - -#### Documentation - -* Updated compatibility report ([#2562](https://github.com/newrelic/node-newrelic/pull/2562)) ([8f7aebe](https://github.com/newrelic/node-newrelic/commit/8f7aebe7e4274ce45cfe961537a09b34077b3aa0)) - * Co-authored-by: jsumners-nr <150050532+jsumners-nr@users.noreply.github.com> - -#### Miscellaneous chores - -* Updated serverless unit tests to node:test ([#2549](https://github.com/newrelic/node-newrelic/pull/2549)) ([619f23c](https://github.com/newrelic/node-newrelic/commit/619f23c938bf39c360a6da9a307c178986c70902)) - -#### Tests - -* Convert `metric` and `metrics-recorder` tests to `node:test` ([#2552](https://github.com/newrelic/node-newrelic/pull/2552)) ([7ae4af4](https://github.com/newrelic/node-newrelic/commit/7ae4af4c8adfabadd3c865bd2fdd0e8ba5317eef)) - +### v12.5.0 (2024-09-12) + +#### Features + +* Added utilization info for ECS ([#2565](https://github.com/newrelic/node-newrelic/pull/2565)) ([6f92073](https://github.com/newrelic/node-newrelic/commit/6f92073a6c01124d8ab1b54d06c176a36fbc3441)) + +#### Bug fixes + +* Ensured README displays for Azure site extension ([#2564](https://github.com/newrelic/node-newrelic/pull/2564)) ([a30aed5](https://github.com/newrelic/node-newrelic/commit/a30aed5cf31c0c89678618e51215063562331848)) + +#### Documentation + +* Updated compatibility report ([#2562](https://github.com/newrelic/node-newrelic/pull/2562)) ([8f7aebe](https://github.com/newrelic/node-newrelic/commit/8f7aebe7e4274ce45cfe961537a09b34077b3aa0)) + +#### Tests + +* Convert `metric` and `metrics-recorder` tests to `node:test` ([#2552](https://github.com/newrelic/node-newrelic/pull/2552)) ([7ae4af4](https://github.com/newrelic/node-newrelic/commit/7ae4af4c8adfabadd3c865bd2fdd0e8ba5317eef)) +* Updated `serverless` unit tests to `node:test` ([#2549](https://github.com/newrelic/node-newrelic/pull/2549)) ([619f23c](https://github.com/newrelic/node-newrelic/commit/619f23c938bf39c360a6da9a307c178986c70902)) + ### v12.4.0 (2024-09-11) #### Features