From 40ee382781fcfc196b7997a1f40ecf6b5ce38c4b Mon Sep 17 00:00:00 2001 From: svetlanabrennan Date: Thu, 15 Aug 2024 15:59:37 +0000 Subject: [PATCH 1/5] Setting version to v12.1.1. --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e791b9eea3..9b173280f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newrelic", - "version": "12.1.0", + "version": "12.1.1", "author": "New Relic Node.js agent team ", "license": "Apache-2.0", "contributors": [ From a5e1915664bcbb6c6001202bc53ce1be9fb94604 Mon Sep 17 00:00:00 2001 From: svetlanabrennan Date: Thu, 15 Aug 2024 15:59:39 +0000 Subject: [PATCH 2/5] Adds auto-generated release notes. --- NEWS.md | 23 +++++++++++++++++++++++ changelog.json | 16 ++++++++++++++-- 2 files changed, 37 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index b7d6634efc..983dbf4938 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,26 @@ +### v12.1.1 (2024-08-15) + +#### Bug fixes + +* Updated amqplib instrumentation to properly parse host/port from connect ([#2461](https://github.com/newrelic/node-newrelic/pull/2461)) ([91636a8](https://github.com/newrelic/node-newrelic/commit/91636a8e9702ba4ad1bf9b3941432ea65a3920fe)) +* Updated redis instrumentation to parse host/port when a url is not provided ([#2463](https://github.com/newrelic/node-newrelic/pull/2463)) ([2b67623](https://github.com/newrelic/node-newrelic/commit/2b67623afef5fb132105c7f5b1d72e23b6d56dc1)) +* Updated the `kafkajs` node metrics to remove `/Named` from the name ([#2458](https://github.com/newrelic/node-newrelic/pull/2458)) ([37ce113](https://github.com/newrelic/node-newrelic/commit/37ce1137a91c2efa85541cf6ec252a759e5f48ea)) + +#### Code refactoring + +* Updated pino instrumentation to separate the wrapping of asJson into its own function ([#2464](https://github.com/newrelic/node-newrelic/pull/2464)) ([81fdde1](https://github.com/newrelic/node-newrelic/commit/81fdde1e35b5643ff141db1309ca58d7f6176cd5)) + +#### Documentation + +* Updated compatibility report ([#2460](https://github.com/newrelic/node-newrelic/pull/2460)) ([a4570e9](https://github.com/newrelic/node-newrelic/commit/a4570e93298d10f4464570b75867634b95a61e89)) + * Co-authored-by: bizob2828 <1874937+bizob2828@users.noreply.github.com> +* Updated compatibility report ([#2452](https://github.com/newrelic/node-newrelic/pull/2452)) ([41f33c8](https://github.com/newrelic/node-newrelic/commit/41f33c83069c24de5698b669e98bbe2368af632c)) + * Co-authored-by: svetlanabrennan <50715937+svetlanabrennan@users.noreply.github.com> + +#### Miscellaneous chores + +* Removed limit on superagent versioned testing ([#2456](https://github.com/newrelic/node-newrelic/pull/2456)) ([b4b6a6b](https://github.com/newrelic/node-newrelic/commit/b4b6a6b2eca8bd47d17f8b265344b4596c8226b3)) + ### v12.1.0 (2024-08-12) #### Bug fixes diff --git a/changelog.json b/changelog.json index 4829b97099..ae3b6c0f7b 100644 --- a/changelog.json +++ b/changelog.json @@ -1,12 +1,24 @@ { "repository": "newrelic/node-newrelic", "entries": [ + { + "version": "12.1.1", + "changes": { + "security": [], + "bugfixes": [ + "Updated amqplib instrumentation to properly parse host/port from connect", + "Updated redis instrumentation to parse host/port when a url is not provided", + "Updated the `kafkajs` node metrics to remove `/Named` from the name" + ], + "features": [] + } + }, { "version": "12.1.0", "changes": { "security": [], "bugfixes": [ - "Pick log message from merging object in Pino instrumentation", + "Pick log message from merging object in Pino instrumentation", "Added TLS verification for Redis" ], "features": [] @@ -555,4 +567,4 @@ } } ] -} +} \ No newline at end of file From dd3445e40166bb74138a7ce4cb9b64525d2f91d3 Mon Sep 17 00:00:00 2001 From: Svetlana Brennan <50715937+svetlanabrennan@users.noreply.github.com> Date: Thu, 15 Aug 2024 11:11:26 -0500 Subject: [PATCH 3/5] Update NEWS.md --- NEWS.md | 43 ++++++++++++++++++++----------------------- 1 file changed, 20 insertions(+), 23 deletions(-) diff --git a/NEWS.md b/NEWS.md index 983dbf4938..8321575701 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,26 +1,23 @@ -### v12.1.1 (2024-08-15) - -#### Bug fixes - -* Updated amqplib instrumentation to properly parse host/port from connect ([#2461](https://github.com/newrelic/node-newrelic/pull/2461)) ([91636a8](https://github.com/newrelic/node-newrelic/commit/91636a8e9702ba4ad1bf9b3941432ea65a3920fe)) -* Updated redis instrumentation to parse host/port when a url is not provided ([#2463](https://github.com/newrelic/node-newrelic/pull/2463)) ([2b67623](https://github.com/newrelic/node-newrelic/commit/2b67623afef5fb132105c7f5b1d72e23b6d56dc1)) -* Updated the `kafkajs` node metrics to remove `/Named` from the name ([#2458](https://github.com/newrelic/node-newrelic/pull/2458)) ([37ce113](https://github.com/newrelic/node-newrelic/commit/37ce1137a91c2efa85541cf6ec252a759e5f48ea)) - -#### Code refactoring - -* Updated pino instrumentation to separate the wrapping of asJson into its own function ([#2464](https://github.com/newrelic/node-newrelic/pull/2464)) ([81fdde1](https://github.com/newrelic/node-newrelic/commit/81fdde1e35b5643ff141db1309ca58d7f6176cd5)) - -#### Documentation - -* Updated compatibility report ([#2460](https://github.com/newrelic/node-newrelic/pull/2460)) ([a4570e9](https://github.com/newrelic/node-newrelic/commit/a4570e93298d10f4464570b75867634b95a61e89)) - * Co-authored-by: bizob2828 <1874937+bizob2828@users.noreply.github.com> -* Updated compatibility report ([#2452](https://github.com/newrelic/node-newrelic/pull/2452)) ([41f33c8](https://github.com/newrelic/node-newrelic/commit/41f33c83069c24de5698b669e98bbe2368af632c)) - * Co-authored-by: svetlanabrennan <50715937+svetlanabrennan@users.noreply.github.com> - -#### Miscellaneous chores - -* Removed limit on superagent versioned testing ([#2456](https://github.com/newrelic/node-newrelic/pull/2456)) ([b4b6a6b](https://github.com/newrelic/node-newrelic/commit/b4b6a6b2eca8bd47d17f8b265344b4596c8226b3)) - +### v12.1.1 (2024-08-15) + +#### Bug fixes + +* Updated amqplib instrumentation to properly parse host/port from connect ([#2461](https://github.com/newrelic/node-newrelic/pull/2461)) ([91636a8](https://github.com/newrelic/node-newrelic/commit/91636a8e9702ba4ad1bf9b3941432ea65a3920fe)) +* Updated redis instrumentation to parse host/port when a url is not provided ([#2463](https://github.com/newrelic/node-newrelic/pull/2463)) ([2b67623](https://github.com/newrelic/node-newrelic/commit/2b67623afef5fb132105c7f5b1d72e23b6d56dc1)) +* Updated the `kafkajs` node metrics to remove `/Named` from the name ([#2458](https://github.com/newrelic/node-newrelic/pull/2458)) ([37ce113](https://github.com/newrelic/node-newrelic/commit/37ce1137a91c2efa85541cf6ec252a759e5f48ea)) + +#### Code refactoring + +* Updated pino instrumentation to separate the wrapping of asJson into its own function ([#2464](https://github.com/newrelic/node-newrelic/pull/2464)) ([81fdde1](https://github.com/newrelic/node-newrelic/commit/81fdde1e35b5643ff141db1309ca58d7f6176cd5)) + +#### Documentation + +* Updated compatibility report ([#2460](https://github.com/newrelic/node-newrelic/pull/2460)) ([a4570e9](https://github.com/newrelic/node-newrelic/commit/a4570e93298d10f4464570b75867634b95a61e89)) + +#### Miscellaneous chores + +* Removed limit on superagent versioned testing ([#2456](https://github.com/newrelic/node-newrelic/pull/2456)) ([b4b6a6b](https://github.com/newrelic/node-newrelic/commit/b4b6a6b2eca8bd47d17f8b265344b4596c8226b3)) + ### v12.1.0 (2024-08-12) #### Bug fixes From c4e6eb66fd5c9378cdea79950802e8d057677c57 Mon Sep 17 00:00:00 2001 From: Svetlana Brennan <50715937+svetlanabrennan@users.noreply.github.com> Date: Thu, 15 Aug 2024 11:39:33 -0500 Subject: [PATCH 4/5] Apply suggestions from code review Co-authored-by: Bob Evans --- NEWS.md | 6 ++++-- changelog.json | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/NEWS.md b/NEWS.md index 8321575701..525b58e240 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,8 +2,10 @@ #### Bug fixes -* Updated amqplib instrumentation to properly parse host/port from connect ([#2461](https://github.com/newrelic/node-newrelic/pull/2461)) ([91636a8](https://github.com/newrelic/node-newrelic/commit/91636a8e9702ba4ad1bf9b3941432ea65a3920fe)) -* Updated redis instrumentation to parse host/port when a url is not provided ([#2463](https://github.com/newrelic/node-newrelic/pull/2463)) ([2b67623](https://github.com/newrelic/node-newrelic/commit/2b67623afef5fb132105c7f5b1d72e23b6d56dc1)) +* Updated `amqplib` instrumentation to properly parse host/port from connect ([#2461](https://github.com/newrelic/node-newrelic/pull/2461)) ([91636a8](https://github.com/newrelic/node-newrelic/commit/91636a8e9702ba4ad1bf9b3941432ea65a3920fe)) + +* Updated `redis` instrumentation to parse host/port when a url is not provided ([#2463](https://github.com/newrelic/node-newrelic/pull/2463)) ([2b67623](https://github.com/newrelic/node-newrelic/commit/2b67623afef5fb132105c7f5b1d72e23b6d56dc1)) + * Updated the `kafkajs` node metrics to remove `/Named` from the name ([#2458](https://github.com/newrelic/node-newrelic/pull/2458)) ([37ce113](https://github.com/newrelic/node-newrelic/commit/37ce1137a91c2efa85541cf6ec252a759e5f48ea)) #### Code refactoring diff --git a/changelog.json b/changelog.json index ae3b6c0f7b..a5e0d325d0 100644 --- a/changelog.json +++ b/changelog.json @@ -6,8 +6,8 @@ "changes": { "security": [], "bugfixes": [ - "Updated amqplib instrumentation to properly parse host/port from connect", - "Updated redis instrumentation to parse host/port when a url is not provided", + "Updated `amqplib` instrumentation to properly parse host/port from connect", + "Updated `redis` instrumentation to parse host/port when a url is not provided", "Updated the `kafkajs` node metrics to remove `/Named` from the name" ], "features": [] From 24e95be3c355b8827fb799aa41ad7bf727fa6730 Mon Sep 17 00:00:00 2001 From: Svetlana Brennan <50715937+svetlanabrennan@users.noreply.github.com> Date: Thu, 15 Aug 2024 11:41:20 -0500 Subject: [PATCH 5/5] Fix lint --- NEWS.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 525b58e240..7f85b50dad 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,9 +3,7 @@ #### Bug fixes * Updated `amqplib` instrumentation to properly parse host/port from connect ([#2461](https://github.com/newrelic/node-newrelic/pull/2461)) ([91636a8](https://github.com/newrelic/node-newrelic/commit/91636a8e9702ba4ad1bf9b3941432ea65a3920fe)) - * Updated `redis` instrumentation to parse host/port when a url is not provided ([#2463](https://github.com/newrelic/node-newrelic/pull/2463)) ([2b67623](https://github.com/newrelic/node-newrelic/commit/2b67623afef5fb132105c7f5b1d72e23b6d56dc1)) - * Updated the `kafkajs` node metrics to remove `/Named` from the name ([#2458](https://github.com/newrelic/node-newrelic/pull/2458)) ([37ce113](https://github.com/newrelic/node-newrelic/commit/37ce1137a91c2efa85541cf6ec252a759e5f48ea)) #### Code refactoring