From c7a15866959abc96f42cb9c8f864a5c2b0761533 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 08:46:20 -0400 Subject: [PATCH] chore: release v11.23.0 (#2340) Co-authored-by: jsumners-nr Co-authored-by: James Sumners --- NEWS.md | 27 +++++++++++++++++++++++++++ changelog.json | 11 ++++++++++- package.json | 2 +- 3 files changed, 38 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 662768fd6f..3f852f386b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,32 @@ +### v11.23.0 (2024-07-10) + +#### Features + +* Added support for account level governance of AI Monitoring ([#2326](https://github.com/newrelic/node-newrelic/pull/2326)) ([7069335](https://github.com/newrelic/node-newrelic/commit/7069335bfee38b1774da00bdbb63138ebf38da90)) + +#### Code refactoring + +* Removed redundant isExpected in the Exception class ([#2328](https://github.com/newrelic/node-newrelic/pull/2328)) ([38f9825](https://github.com/newrelic/node-newrelic/commit/38f982564c0e0b93f17146be8beed005f9405ead)) +* Reduced duplication in the error-collector ([#2323](https://github.com/newrelic/node-newrelic/pull/2323)) ([10581bf](https://github.com/newrelic/node-newrelic/commit/10581bf8cdad5c61c25dc1309ad97ca36d58cf79)) +* Refactored benchmark tests to complete async functions ([#2334](https://github.com/newrelic/node-newrelic/pull/2334)) ([57a4dfb](https://github.com/newrelic/node-newrelic/commit/57a4dfb77c0408cbd81291c71db770005a0f2b5a)) + +#### Documentation + +* Included commands and links for Mac setup ([#2327](https://github.com/newrelic/node-newrelic/pull/2327)) ([6eddb72](https://github.com/newrelic/node-newrelic/commit/6eddb721b676b246e5ace28bea75c6cd723d5ddb)) +* Updated compatibility report ([#2318](https://github.com/newrelic/node-newrelic/pull/2318)) ([3a910ef](https://github.com/newrelic/node-newrelic/commit/3a910ef29c76cfd05903f01fb84d6775f8669578)) + +#### Miscellaneous chores + +* Fixed copy paste error in post release workflow ([#2329](https://github.com/newrelic/node-newrelic/pull/2329)) ([6f2da7a](https://github.com/newrelic/node-newrelic/commit/6f2da7a2a07ce699f8d6ef859b4a90f0bd68df15)) +* Implemented split jobs for post release docs publishing ([#2319](https://github.com/newrelic/node-newrelic/pull/2319)) ([c14ec3b](https://github.com/newrelic/node-newrelic/commit/c14ec3b7020f43f6515609346f3b2f9586e63430)) + +#### Tests + +* Fixed recordMiddlewawre benchmark test ([#2338](https://github.com/newrelic/node-newrelic/pull/2338)) ([fb55ac7](https://github.com/newrelic/node-newrelic/commit/fb55ac7e19a26c76d19ead169664e40e0df4b822)) + ### v11.22.0 (2024-06-28) + #### Features * Added support for Node 22([#2305](https://github.com/newrelic/node-newrelic/pull/2305)) ([0bf8908](https://github.com/newrelic/node-newrelic/commit/0bf89081a59fe598b22613257f519c171149c454)) diff --git a/changelog.json b/changelog.json index 56a223d3a0..b51add2470 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,15 @@ { "repository": "newrelic/node-newrelic", "entries": [ + { + "version": "11.23.0", + "changes": { + "security": [], + "features": [ + "Added support for account level governance of AI Monitoring" + ] + } + }, { "version": "11.22.0", "changes": { @@ -495,4 +504,4 @@ } } ] -} +} \ No newline at end of file diff --git a/package.json b/package.json index 6cd8902e1f..f565ae31e9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newrelic", - "version": "11.22.0", + "version": "11.23.0", "author": "New Relic Node.js agent team ", "license": "Apache-2.0", "contributors": [