From 759d021c453af6b5e3c27e48c6f3642b85175699 Mon Sep 17 00:00:00 2001 From: svetlanabrennan Date: Mon, 19 Aug 2024 15:38:09 +0000 Subject: [PATCH 1/6] Setting version to v12.2.0. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7917c5f7f2..369fc232ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newrelic", - "version": "12.1.1", + "version": "12.2.0", "author": "New Relic Node.js agent team ", "license": "Apache-2.0", "contributors": [ From 1cdbc11a48b0a7ebcd8f6dfd9cf365a510ab5919 Mon Sep 17 00:00:00 2001 From: svetlanabrennan Date: Mon, 19 Aug 2024 15:38:12 +0000 Subject: [PATCH 2/6] Adds auto-generated release notes. --- NEWS.md | 32 ++++++++++++++++++++++++++++++++ changelog.json | 12 ++++++++++++ 2 files changed, 44 insertions(+) diff --git a/NEWS.md b/NEWS.md index 7f85b50dad..e6da68b2a4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,35 @@ +### v12.2.0 (2024-08-19) + +#### Features + +* Added instrumentation support for Express 5 beta ([#2476](https://github.com/newrelic/node-newrelic/pull/2476)) ([06a4c2f](https://github.com/newrelic/node-newrelic/commit/06a4c2f9d62f7313fd246b4eed7f9f04f8b6345b)) + * This will be experimental until express@5.0.0 is generally available + +#### Bug fixes + +* Updated koa instrumentation to properly get the matched route name and to handle changes in `@koa/router@13.0.0` ([#2486](https://github.com/newrelic/node-newrelic/pull/2486)) ([0c2ee2f](https://github.com/newrelic/node-newrelic/commit/0c2ee2fd1698972de35a0ad2685e626a074125ed)) + +#### Documentation + +* Remove reference to @newrelic/next in README ([#2479](https://github.com/newrelic/node-newrelic/pull/2479)) ([8740539](https://github.com/newrelic/node-newrelic/commit/8740539c4004e421e5f26d0c92216bcffb93c9cc)) +* Updated compatibility report ([#2487](https://github.com/newrelic/node-newrelic/pull/2487)) ([c0a5e64](https://github.com/newrelic/node-newrelic/commit/c0a5e646773c365897a908daf034881703dbd1df)) + * Co-authored-by: bizob2828 <1874937+bizob2828@users.noreply.github.com> +* Updated compatibility report ([#2483](https://github.com/newrelic/node-newrelic/pull/2483)) ([6160ea0](https://github.com/newrelic/node-newrelic/commit/6160ea02fb474c8ad4343bde972e5e3e8441a620)) + * Co-authored-by: bizob2828 <1874937+bizob2828@users.noreply.github.com> +* Updated compatibility report ([#2480](https://github.com/newrelic/node-newrelic/pull/2480)) ([c2b8879](https://github.com/newrelic/node-newrelic/commit/c2b887977ab32f30822320b5501a28fed2696503)) + * Co-authored-by: jsumners-nr <150050532+jsumners-nr@users.noreply.github.com> +* Updated compatibility report ([#2474](https://github.com/newrelic/node-newrelic/pull/2474)) ([1ad8532](https://github.com/newrelic/node-newrelic/commit/1ad85321db048d7fdd29ce7c977ef2a788136706)) + * Co-authored-by: svetlanabrennan <50715937+svetlanabrennan@users.noreply.github.com> + +#### Miscellaneous chores + +* Reverted to upstream require-in-the-middle ([#2473](https://github.com/newrelic/node-newrelic/pull/2473)) ([9bbc41c](https://github.com/newrelic/node-newrelic/commit/9bbc41c5be479af56d5aa0c87291d2fec607e9e4)) +* Updated aggregators unit tests to node:test ([#2481](https://github.com/newrelic/node-newrelic/pull/2481)) ([fd2d76f](https://github.com/newrelic/node-newrelic/commit/fd2d76fb2f6e8debc165700f932d57a02c3d3956)) + +#### Tests + +* Skip `@koa/router@13.0.0` because of failures ([#2478](https://github.com/newrelic/node-newrelic/pull/2478)) ([373cf0d](https://github.com/newrelic/node-newrelic/commit/373cf0d926b03a2a748e8c24ea88e3506e4f4e56)) + ### v12.1.1 (2024-08-15) #### Bug fixes diff --git a/changelog.json b/changelog.json index a5e0d325d0..a55af31a5c 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,18 @@ { "repository": "newrelic/node-newrelic", "entries": [ + { + "version": "12.2.0", + "changes": { + "security": [], + "bugfixes": [ + "Updated koa instrumentation to properly get the matched route name and to handle changes in `@koa/router@13.0.0`" + ], + "features": [ + "Added instrumentation support for Express 5 beta" + ] + } + }, { "version": "12.1.1", "changes": { From 3157a670eebb14484041acac48dfee785f9cb4ea Mon Sep 17 00:00:00 2001 From: Svetlana Brennan <50715937+svetlanabrennan@users.noreply.github.com> Date: Mon, 19 Aug 2024 10:41:24 -0500 Subject: [PATCH 3/6] Update changelog.json --- changelog.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/changelog.json b/changelog.json index a55af31a5c..596a74d3c7 100644 --- a/changelog.json +++ b/changelog.json @@ -6,7 +6,7 @@ "changes": { "security": [], "bugfixes": [ - "Updated koa instrumentation to properly get the matched route name and to handle changes in `@koa/router@13.0.0`" + "Updated `koa` instrumentation to properly get the matched route name and to handle changes in `@koa/router@13.0.0`" ], "features": [ "Added instrumentation support for Express 5 beta" @@ -579,4 +579,4 @@ } } ] -} \ No newline at end of file +} From 9334d068b66031e4b717a944606aadf4f0e108ad Mon Sep 17 00:00:00 2001 From: Svetlana Brennan <50715937+svetlanabrennan@users.noreply.github.com> Date: Mon, 19 Aug 2024 10:42:10 -0500 Subject: [PATCH 4/6] Update NEWS.md --- NEWS.md | 57 +++++++++++++++++++++++++-------------------------------- 1 file changed, 25 insertions(+), 32 deletions(-) diff --git a/NEWS.md b/NEWS.md index e6da68b2a4..51e640e315 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,35 +1,28 @@ -### v12.2.0 (2024-08-19) - -#### Features - -* Added instrumentation support for Express 5 beta ([#2476](https://github.com/newrelic/node-newrelic/pull/2476)) ([06a4c2f](https://github.com/newrelic/node-newrelic/commit/06a4c2f9d62f7313fd246b4eed7f9f04f8b6345b)) - * This will be experimental until express@5.0.0 is generally available - -#### Bug fixes - -* Updated koa instrumentation to properly get the matched route name and to handle changes in `@koa/router@13.0.0` ([#2486](https://github.com/newrelic/node-newrelic/pull/2486)) ([0c2ee2f](https://github.com/newrelic/node-newrelic/commit/0c2ee2fd1698972de35a0ad2685e626a074125ed)) - -#### Documentation - -* Remove reference to @newrelic/next in README ([#2479](https://github.com/newrelic/node-newrelic/pull/2479)) ([8740539](https://github.com/newrelic/node-newrelic/commit/8740539c4004e421e5f26d0c92216bcffb93c9cc)) -* Updated compatibility report ([#2487](https://github.com/newrelic/node-newrelic/pull/2487)) ([c0a5e64](https://github.com/newrelic/node-newrelic/commit/c0a5e646773c365897a908daf034881703dbd1df)) - * Co-authored-by: bizob2828 <1874937+bizob2828@users.noreply.github.com> -* Updated compatibility report ([#2483](https://github.com/newrelic/node-newrelic/pull/2483)) ([6160ea0](https://github.com/newrelic/node-newrelic/commit/6160ea02fb474c8ad4343bde972e5e3e8441a620)) - * Co-authored-by: bizob2828 <1874937+bizob2828@users.noreply.github.com> -* Updated compatibility report ([#2480](https://github.com/newrelic/node-newrelic/pull/2480)) ([c2b8879](https://github.com/newrelic/node-newrelic/commit/c2b887977ab32f30822320b5501a28fed2696503)) - * Co-authored-by: jsumners-nr <150050532+jsumners-nr@users.noreply.github.com> -* Updated compatibility report ([#2474](https://github.com/newrelic/node-newrelic/pull/2474)) ([1ad8532](https://github.com/newrelic/node-newrelic/commit/1ad85321db048d7fdd29ce7c977ef2a788136706)) - * Co-authored-by: svetlanabrennan <50715937+svetlanabrennan@users.noreply.github.com> - -#### Miscellaneous chores - -* Reverted to upstream require-in-the-middle ([#2473](https://github.com/newrelic/node-newrelic/pull/2473)) ([9bbc41c](https://github.com/newrelic/node-newrelic/commit/9bbc41c5be479af56d5aa0c87291d2fec607e9e4)) -* Updated aggregators unit tests to node:test ([#2481](https://github.com/newrelic/node-newrelic/pull/2481)) ([fd2d76f](https://github.com/newrelic/node-newrelic/commit/fd2d76fb2f6e8debc165700f932d57a02c3d3956)) - -#### Tests - -* Skip `@koa/router@13.0.0` because of failures ([#2478](https://github.com/newrelic/node-newrelic/pull/2478)) ([373cf0d](https://github.com/newrelic/node-newrelic/commit/373cf0d926b03a2a748e8c24ea88e3506e4f4e56)) - +### v12.2.0 (2024-08-19) + +#### Features + +* Added instrumentation support for Express 5 beta ([#2476](https://github.com/newrelic/node-newrelic/pull/2476)) ([06a4c2f](https://github.com/newrelic/node-newrelic/commit/06a4c2f9d62f7313fd246b4eed7f9f04f8b6345b)) + * This will be experimental until `express@5.0.0` is generally available + +#### Bug fixes + +* Updated `koa` instrumentation to properly get the matched route name and to handle changes in `@koa/router@13.0.0` ([#2486](https://github.com/newrelic/node-newrelic/pull/2486)) ([0c2ee2f](https://github.com/newrelic/node-newrelic/commit/0c2ee2fd1698972de35a0ad2685e626a074125ed)) + +#### Documentation + +* Remove reference to `@newrelic/next` in README ([#2479](https://github.com/newrelic/node-newrelic/pull/2479)) ([8740539](https://github.com/newrelic/node-newrelic/commit/8740539c4004e421e5f26d0c92216bcffb93c9cc)) +* Updated compatibility report ([#2487](https://github.com/newrelic/node-newrelic/pull/2487)) ([c0a5e64](https://github.com/newrelic/node-newrelic/commit/c0a5e646773c365897a908daf034881703dbd1df)) + +#### Miscellaneous chores + +* Reverted to upstream `require-in-the-middle` ([#2473](https://github.com/newrelic/node-newrelic/pull/2473)) ([9bbc41c](https://github.com/newrelic/node-newrelic/commit/9bbc41c5be479af56d5aa0c87291d2fec607e9e4)) +* Updated aggregators unit tests to node:test ([#2481](https://github.com/newrelic/node-newrelic/pull/2481)) ([fd2d76f](https://github.com/newrelic/node-newrelic/commit/fd2d76fb2f6e8debc165700f932d57a02c3d3956)) + +#### Tests + +* Skip `@koa/router@13.0.0` because of failures ([#2478](https://github.com/newrelic/node-newrelic/pull/2478)) ([373cf0d](https://github.com/newrelic/node-newrelic/commit/373cf0d926b03a2a748e8c24ea88e3506e4f4e56)) + ### v12.1.1 (2024-08-15) #### Bug fixes From 3ac8408681b299d28478e632c19143c2f1152759 Mon Sep 17 00:00:00 2001 From: Svetlana Brennan <50715937+svetlanabrennan@users.noreply.github.com> Date: Mon, 19 Aug 2024 10:42:51 -0500 Subject: [PATCH 5/6] Update NEWS.md --- NEWS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 51e640e315..e30d32ad14 100644 --- a/NEWS.md +++ b/NEWS.md @@ -11,7 +11,7 @@ #### Documentation -* Remove reference to `@newrelic/next` in README ([#2479](https://github.com/newrelic/node-newrelic/pull/2479)) ([8740539](https://github.com/newrelic/node-newrelic/commit/8740539c4004e421e5f26d0c92216bcffb93c9cc)) +* Removed reference to `@newrelic/next` in README ([#2479](https://github.com/newrelic/node-newrelic/pull/2479)) ([8740539](https://github.com/newrelic/node-newrelic/commit/8740539c4004e421e5f26d0c92216bcffb93c9cc)) * Updated compatibility report ([#2487](https://github.com/newrelic/node-newrelic/pull/2487)) ([c0a5e64](https://github.com/newrelic/node-newrelic/commit/c0a5e646773c365897a908daf034881703dbd1df)) #### Miscellaneous chores From 804840e03571948f55ec7072ebb897b102a83134 Mon Sep 17 00:00:00 2001 From: Svetlana Brennan <50715937+svetlanabrennan@users.noreply.github.com> Date: Mon, 19 Aug 2024 11:08:33 -0500 Subject: [PATCH 6/6] Update NEWS.md --- NEWS.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/NEWS.md b/NEWS.md index e30d32ad14..9688ef8c45 100644 --- a/NEWS.md +++ b/NEWS.md @@ -19,10 +19,6 @@ * Reverted to upstream `require-in-the-middle` ([#2473](https://github.com/newrelic/node-newrelic/pull/2473)) ([9bbc41c](https://github.com/newrelic/node-newrelic/commit/9bbc41c5be479af56d5aa0c87291d2fec607e9e4)) * Updated aggregators unit tests to node:test ([#2481](https://github.com/newrelic/node-newrelic/pull/2481)) ([fd2d76f](https://github.com/newrelic/node-newrelic/commit/fd2d76fb2f6e8debc165700f932d57a02c3d3956)) -#### Tests - -* Skip `@koa/router@13.0.0` because of failures ([#2478](https://github.com/newrelic/node-newrelic/pull/2478)) ([373cf0d](https://github.com/newrelic/node-newrelic/commit/373cf0d926b03a2a748e8c24ea88e3506e4f4e56)) - ### v12.1.1 (2024-08-15) #### Bug fixes