From d9d0ec21c23d3c8704eff7c80623305ce33c4796 Mon Sep 17 00:00:00 2001 From: jmartin4563 Date: Thu, 13 Jul 2023 13:52:04 +0000 Subject: [PATCH 1/5] Setting version to v10.4.2. --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 852b9a5763..25ac03a264 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newrelic", - "version": "10.4.1", + "version": "10.4.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "newrelic", - "version": "10.4.1", + "version": "10.4.2", "license": "Apache-2.0", "dependencies": { "@grpc/grpc-js": "^1.8.10", diff --git a/package.json b/package.json index 8f9cb309fb..b1c884c445 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newrelic", - "version": "10.4.1", + "version": "10.4.2", "author": "New Relic Node.js agent team ", "license": "Apache-2.0", "contributors": [ From b11110ac538be66bfc9ffe73433704fc76fc18a2 Mon Sep 17 00:00:00 2001 From: jmartin4563 Date: Thu, 13 Jul 2023 13:52:05 +0000 Subject: [PATCH 2/5] Adds auto-generated release notes. --- NEWS.md | 15 +++++++++++++++ changelog.json | 10 ++++++++++ 2 files changed, 25 insertions(+) diff --git a/NEWS.md b/NEWS.md index 82f526a588..1162e40472 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,18 @@ +### v10.4.2 (2023-07-13) + +#### Bug Fixes + +* Dropped query params when obfuscating ([#1719](https://github.com/newrelic/node-newrelic/pull/1719)) ([76112a6](https://github.com/newrelic/node-newrelic/commit/76112a6143e503b21096d569cb81c82d83be4dfa)) + * Signed-off-by: mrickard + +#### Miscellaneous Chores + +* Create story issue template ([#1694](https://github.com/newrelic/node-newrelic/pull/1694)) ([20442c6](https://github.com/newrelic/node-newrelic/commit/20442c6f65c4894aca9e0d9d9da9ade045aca90d)) + +#### Tests + +* pin prisma to < 5 when running on node 14 ([#1717](https://github.com/newrelic/node-newrelic/pull/1717)) ([b000d7b](https://github.com/newrelic/node-newrelic/commit/b000d7b5915b5f6ca571d627ee31e6082ae66ed2)) + ### v10.4.1 (2023-07-10) #### Security Improvements diff --git a/changelog.json b/changelog.json index 52cc669a4b..ea27dc148c 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,16 @@ { "repository": "newrelic/node-newrelic", "entries": [ + { + "version": "10.4.2", + "changes": { + "security": [], + "bugfixes": [ + "Dropped query params when obfuscating" + ], + "features": [] + } + }, { "version": "10.4.1", "changes": { From ba5062f33e925c4c729f30f9d9a7f88b870ad86c Mon Sep 17 00:00:00 2001 From: Jessica Lopatta Date: Thu, 13 Jul 2023 09:57:44 -0400 Subject: [PATCH 3/5] Update 10.4.2 release notes --- NEWS.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 1162e40472..d03e54408c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,8 +2,7 @@ #### Bug Fixes -* Dropped query params when obfuscating ([#1719](https://github.com/newrelic/node-newrelic/pull/1719)) ([76112a6](https://github.com/newrelic/node-newrelic/commit/76112a6143e503b21096d569cb81c82d83be4dfa)) - * Signed-off-by: mrickard +* Dropped query params from `request.uri` attribute when obfuscating ([#1719](https://github.com/newrelic/node-newrelic/pull/1719)) ([76112a6](https://github.com/newrelic/node-newrelic/commit/76112a6143e503b21096d569cb81c82d83be4dfa)) #### Miscellaneous Chores From 9890805d568f042a165843cf6588beeffacecfc0 Mon Sep 17 00:00:00 2001 From: Jessica Lopatta Date: Thu, 13 Jul 2023 10:25:23 -0400 Subject: [PATCH 4/5] Apply suggestions from code review Co-authored-by: Maurice Rickard --- NEWS.md | 82 ++++++++++++++++++++++++++++----------------------------- 1 file changed, 41 insertions(+), 41 deletions(-) diff --git a/NEWS.md b/NEWS.md index d03e54408c..5da348961c 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,44 +1,44 @@ -### v10.4.2 (2023-07-13) - -#### Bug Fixes - -* Dropped query params from `request.uri` attribute when obfuscating ([#1719](https://github.com/newrelic/node-newrelic/pull/1719)) ([76112a6](https://github.com/newrelic/node-newrelic/commit/76112a6143e503b21096d569cb81c82d83be4dfa)) - -#### Miscellaneous Chores - -* Create story issue template ([#1694](https://github.com/newrelic/node-newrelic/pull/1694)) ([20442c6](https://github.com/newrelic/node-newrelic/commit/20442c6f65c4894aca9e0d9d9da9ade045aca90d)) - -#### Tests - -* pin prisma to < 5 when running on node 14 ([#1717](https://github.com/newrelic/node-newrelic/pull/1717)) ([b000d7b](https://github.com/newrelic/node-newrelic/commit/b000d7b5915b5f6ca571d627ee31e6082ae66ed2)) - -### v10.4.1 (2023-07-10) - -#### Security Improvements - -* **deps:** bump protobufjs from 7.2.3 to 7.2.4 ([#1713](https://github.com/newrelic/node-newrelic/pull/1713)) ([5fb4606](https://github.com/newrelic/node-newrelic/commit/5fb4606f04f1317bbb5fa1807d149233bb0b84fd)) - -#### Miscellaneous Chores - -* **test:** Converted adaptive-sampler.test.js to tap ([#1709](https://github.com/newrelic/node-newrelic/pull/1709)) ([bb42249](https://github.com/newrelic/node-newrelic/commit/bb4224926dd0576d57dd233596c12088de099183)) -* **test:** converted environment.test.js to tap ([#1705](https://github.com/newrelic/node-newrelic/pull/1705)) ([53b4376](https://github.com/newrelic/node-newrelic/commit/53b4376863f88b9aaa5e778dcce71cba2fe0ee20)) -* **test:** Replaced t.equals with t.equal ([#1711](https://github.com/newrelic/node-newrelic/pull/1711)) ([a0b255e](https://github.com/newrelic/node-newrelic/commit/a0b255e74ded6c9342a5411446a635b38df9f805)) - -### v10.4.0 (2023-06-30) - -#### Miscellaneous Chores - -* **test:** Converted 'errors/expected.test.js' to tap-style ([#1695](https://github.com/newrelic/node-newrelic/pull/1695)) ([86025de](https://github.com/newrelic/node-newrelic/commit/86025de673b2380561b29ff6a384babb85df7521)) -* **test:** Converted server-config.test.js to tap-style ([#1702](https://github.com/newrelic/node-newrelic/pull/1702)) ([2c6906d](https://github.com/newrelic/node-newrelic/commit/2c6906de3b21068424acb42229d4ad5fdf6c547c)) - -#### Continuous Integration - -* skip running test suite when merging releases ([#1704](https://github.com/newrelic/node-newrelic/pull/1704)) ([f78b981](https://github.com/newrelic/node-newrelic/commit/f78b98146839b8ff594a066764284ac83b9fdfde)) - -#### Build System - -* updated `@newrelic/aws-sdk` to latest to get the instrumentation fixes for 3.363.0 ([#1707](https://github.com/newrelic/node-newrelic/pull/1707)) ([a2cca08](https://github.com/newrelic/node-newrelic/commit/a2cca08bdbdf509701e1d7f056b479e6947ce344)) - +### v10.4.2 (2023-07-13) + +#### Bug Fixes + +* Dropped query params from `request.uri` attribute when obfuscating ([#1719](https://github.com/newrelic/node-newrelic/pull/1719)) ([76112a6](https://github.com/newrelic/node-newrelic/commit/76112a6143e503b21096d569cb81c82d83be4dfa)) + +#### Miscellaneous Chores + +* Created story issue template ([#1694](https://github.com/newrelic/node-newrelic/pull/1694)) ([20442c6](https://github.com/newrelic/node-newrelic/commit/20442c6f65c4894aca9e0d9d9da9ade045aca90d)) + +#### Tests + +* pinned prisma to < 5 when running on node 14 ([#1717](https://github.com/newrelic/node-newrelic/pull/1717)) ([b000d7b](https://github.com/newrelic/node-newrelic/commit/b000d7b5915b5f6ca571d627ee31e6082ae66ed2)) + +### v10.4.1 (2023-07-10) + +#### Security Improvements + +* **deps:** bump protobufjs from 7.2.3 to 7.2.4 ([#1713](https://github.com/newrelic/node-newrelic/pull/1713)) ([5fb4606](https://github.com/newrelic/node-newrelic/commit/5fb4606f04f1317bbb5fa1807d149233bb0b84fd)) + +#### Miscellaneous Chores + +* **test:** Converted adaptive-sampler.test.js to tap ([#1709](https://github.com/newrelic/node-newrelic/pull/1709)) ([bb42249](https://github.com/newrelic/node-newrelic/commit/bb4224926dd0576d57dd233596c12088de099183)) +* **test:** converted environment.test.js to tap ([#1705](https://github.com/newrelic/node-newrelic/pull/1705)) ([53b4376](https://github.com/newrelic/node-newrelic/commit/53b4376863f88b9aaa5e778dcce71cba2fe0ee20)) +* **test:** Replaced t.equals with t.equal ([#1711](https://github.com/newrelic/node-newrelic/pull/1711)) ([a0b255e](https://github.com/newrelic/node-newrelic/commit/a0b255e74ded6c9342a5411446a635b38df9f805)) + +### v10.4.0 (2023-06-30) + +#### Miscellaneous Chores + +* **test:** Converted 'errors/expected.test.js' to tap-style ([#1695](https://github.com/newrelic/node-newrelic/pull/1695)) ([86025de](https://github.com/newrelic/node-newrelic/commit/86025de673b2380561b29ff6a384babb85df7521)) +* **test:** Converted server-config.test.js to tap-style ([#1702](https://github.com/newrelic/node-newrelic/pull/1702)) ([2c6906d](https://github.com/newrelic/node-newrelic/commit/2c6906de3b21068424acb42229d4ad5fdf6c547c)) + +#### Continuous Integration + +* skip running test suite when merging releases ([#1704](https://github.com/newrelic/node-newrelic/pull/1704)) ([f78b981](https://github.com/newrelic/node-newrelic/commit/f78b98146839b8ff594a066764284ac83b9fdfde)) + +#### Build System + +* updated `@newrelic/aws-sdk` to latest to get the instrumentation fixes for 3.363.0 ([#1707](https://github.com/newrelic/node-newrelic/pull/1707)) ([a2cca08](https://github.com/newrelic/node-newrelic/commit/a2cca08bdbdf509701e1d7f056b479e6947ce344)) + ### v10.3.2 (2023-06-26) #### Bug Fixes From 39f93c995ca7455ccbca9dfbe88cb797b5c274ca Mon Sep 17 00:00:00 2001 From: Jessica Lopatta Date: Thu, 13 Jul 2023 10:30:28 -0400 Subject: [PATCH 5/5] final code review feedback --- NEWS.md | 2 +- changelog.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 5da348961c..8b2038c1c4 100644 --- a/NEWS.md +++ b/NEWS.md @@ -10,7 +10,7 @@ #### Tests -* pinned prisma to < 5 when running on node 14 ([#1717](https://github.com/newrelic/node-newrelic/pull/1717)) ([b000d7b](https://github.com/newrelic/node-newrelic/commit/b000d7b5915b5f6ca571d627ee31e6082ae66ed2)) +* Pinned prisma to < 5 when running on node 14 ([#1717](https://github.com/newrelic/node-newrelic/pull/1717)) ([b000d7b](https://github.com/newrelic/node-newrelic/commit/b000d7b5915b5f6ca571d627ee31e6082ae66ed2)) ### v10.4.1 (2023-07-10) diff --git a/changelog.json b/changelog.json index ea27dc148c..977af615fc 100644 --- a/changelog.json +++ b/changelog.json @@ -6,7 +6,7 @@ "changes": { "security": [], "bugfixes": [ - "Dropped query params when obfuscating" + "Dropped query params from request.uri attribute when obfuscating" ], "features": [] }