From 2a8915327e8bc4d3a40c5a0dfe85222a51056752 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Jun 2023 15:13:36 -0400 Subject: [PATCH] chore: release v10.3.1 (#1686) Signed-off-by: mrickard Co-authored-by: mrickard Co-authored-by: mrickard --- NEWS.md | 33 +++++++++++++++++++++++---------- changelog.json | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 36 insertions(+), 13 deletions(-) diff --git a/NEWS.md b/NEWS.md index ae64dab719..f3b6bca315 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,13 +1,26 @@ -### v10.3.0 (2023-06-13) - -#### Features - -* Added Interactive Application Security Testing(IAST) mode of security agent when `config.security.agent.enabled` is true. ([#1664](https://github.com/newrelic/node-newrelic/pull/1664)) ([3e926e5](https://github.com/newrelic/node-newrelic/commit/3e926e59ab5feba4b2759d8a108c424b237b5eda)) - -**NOTE**: The security agent IAST mode is in public preview and should only be used in non-production environments. - -* To enable the security agent set `config.security.agent.enabled` and `config.security.enabled` to true. - +### v10.3.1 (2023-06-22) + +#### Security + +* **deps:** Updated semver to v7.5.2, also in native-metrics and test utils ([#1685](https://github.com/newrelic/node-newrelic/pull/1685)) ([e207a6b](https://github.com/newrelic/node-newrelic/commit/e207a6b3a5cdd3d927f212f73d66e9aad52c5910)) + +#### Miscellaneous Chores + +* Added test for getRedisParams ([#1670](https://github.com/newrelic/node-newrelic/pull/1670)) ([e9f8556](https://github.com/newrelic/node-newrelic/commit/e9f8556750a88314f0faeb993364fe2d67adc231)) +* temporarily limit prisma tests to non-breaking version ([#1680](https://github.com/newrelic/node-newrelic/pull/1680)) ([76d3ade](https://github.com/newrelic/node-newrelic/commit/76d3adea11b077a506aeeb6af49391620b0fb1a5)) +* **testing:** convert query-test-aggregator tests to tap style ([#1676](https://github.com/newrelic/node-newrelic/pull/1676)) ([d2e45ad](https://github.com/newrelic/node-newrelic/commit/d2e45ada751e9ae9cdca8b617834230d7d91f7b2)) +* **testing:** Converted error-event-aggregator.test.js to tap ([#1683](https://github.com/newrelic/node-newrelic/pull/1683)) ([9f1d66f](https://github.com/newrelic/node-newrelic/commit/9f1d66f9df88512f353f01d16c1e6c93173dc88f)) + +### v10.3.0 (2023-06-13) + +#### Features + +* Added Interactive Application Security Testing(IAST) mode of security agent when `config.security.agent.enabled` is true. ([#1664](https://github.com/newrelic/node-newrelic/pull/1664)) ([3e926e5](https://github.com/newrelic/node-newrelic/commit/3e926e59ab5feba4b2759d8a108c424b237b5eda)) + +**NOTE**: The security agent IAST mode is in public preview and should only be used in non-production environments. + +* To enable the security agent set `config.security.agent.enabled` and `config.security.enabled` to true. + ### v10.2.0 (2023-06-06) #### Features diff --git a/changelog.json b/changelog.json index a772956901..ef3f4b9957 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,16 @@ { "repository": "newrelic/node-newrelic", "entries": [ + { + "version": "10.3.1", + "changes": { + "security": [ + "Updated semver dependency to 7.5.2, also updating @newrelic/native-metrics, and @newrelic/test-utilities" + ], + "bugfixes": [], + "features": [] + } + }, { "version": "10.3.0", "changes": { diff --git a/package-lock.json b/package-lock.json index 3ea89bc6e1..f66d8c85ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newrelic", - "version": "10.3.0", + "version": "10.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "newrelic", - "version": "10.3.0", + "version": "10.3.1", "license": "Apache-2.0", "dependencies": { "@grpc/grpc-js": "^1.8.10", diff --git a/package.json b/package.json index 503b767e7e..4390b14be0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newrelic", - "version": "10.3.0", + "version": "10.3.1", "author": "New Relic Node.js agent team ", "license": "Apache-2.0", "contributors": [