From 34358b43da1e9a2b09b2e7a00780b673430851bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 13 Jun 2023 14:06:17 -0400 Subject: [PATCH] chore: release v10.3.0 (#1669) --- NEWS.md | 10 ++++++++++ changelog.json | 10 ++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index e79035ac2d..ae64dab719 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,13 @@ +### 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 1d4d861db9..a772956901 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,16 @@ { "repository": "newrelic/node-newrelic", "entries": [ + { + "version": "10.3.0", + "changes": { + "security": [], + "bugfixes": [], + "features": [ + "Added IAST security agent capabilities when security.agent.enabled is true" + ] + } + }, { "version": "10.2.0", "changes": { diff --git a/package-lock.json b/package-lock.json index 54c6084998..248586d7cb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "newrelic", - "version": "10.2.0", + "version": "10.3.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "newrelic", - "version": "10.2.0", + "version": "10.3.0", "license": "Apache-2.0", "dependencies": { "@grpc/grpc-js": "^1.8.10", diff --git a/package.json b/package.json index ab4c2eae3e..66bce742c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newrelic", - "version": "10.2.0", + "version": "10.3.0", "author": "New Relic Node.js agent team ", "license": "Apache-2.0", "contributors": [