From 8b9363b8799b5b3eb3247822b6c8755beacfe67b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 11:16:11 -0500 Subject: [PATCH] chore: release v12.2.0 (#2492) Co-authored-by: svetlanabrennan Co-authored-by: Svetlana Brennan <50715937+svetlanabrennan@users.noreply.github.com> --- NEWS.md | 21 +++++++++++++++++++++ changelog.json | 14 +++++++++++++- package.json | 2 +- 3 files changed, 35 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 7f85b50dad..9688ef8c45 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,24 @@ +### v12.2.0 (2024-08-19) + +#### Features + +* Added instrumentation support for Express 5 beta ([#2476](https://github.com/newrelic/node-newrelic/pull/2476)) ([06a4c2f](https://github.com/newrelic/node-newrelic/commit/06a4c2f9d62f7313fd246b4eed7f9f04f8b6345b)) + * This will be experimental until `express@5.0.0` is generally available + +#### Bug fixes + +* Updated `koa` instrumentation to properly get the matched route name and to handle changes in `@koa/router@13.0.0` ([#2486](https://github.com/newrelic/node-newrelic/pull/2486)) ([0c2ee2f](https://github.com/newrelic/node-newrelic/commit/0c2ee2fd1698972de35a0ad2685e626a074125ed)) + +#### Documentation + +* Removed reference to `@newrelic/next` in README ([#2479](https://github.com/newrelic/node-newrelic/pull/2479)) ([8740539](https://github.com/newrelic/node-newrelic/commit/8740539c4004e421e5f26d0c92216bcffb93c9cc)) +* Updated compatibility report ([#2487](https://github.com/newrelic/node-newrelic/pull/2487)) ([c0a5e64](https://github.com/newrelic/node-newrelic/commit/c0a5e646773c365897a908daf034881703dbd1df)) + +#### Miscellaneous chores + +* Reverted to upstream `require-in-the-middle` ([#2473](https://github.com/newrelic/node-newrelic/pull/2473)) ([9bbc41c](https://github.com/newrelic/node-newrelic/commit/9bbc41c5be479af56d5aa0c87291d2fec607e9e4)) +* Updated aggregators unit tests to node:test ([#2481](https://github.com/newrelic/node-newrelic/pull/2481)) ([fd2d76f](https://github.com/newrelic/node-newrelic/commit/fd2d76fb2f6e8debc165700f932d57a02c3d3956)) + ### v12.1.1 (2024-08-15) #### Bug fixes diff --git a/changelog.json b/changelog.json index a5e0d325d0..596a74d3c7 100644 --- a/changelog.json +++ b/changelog.json @@ -1,6 +1,18 @@ { "repository": "newrelic/node-newrelic", "entries": [ + { + "version": "12.2.0", + "changes": { + "security": [], + "bugfixes": [ + "Updated `koa` instrumentation to properly get the matched route name and to handle changes in `@koa/router@13.0.0`" + ], + "features": [ + "Added instrumentation support for Express 5 beta" + ] + } + }, { "version": "12.1.1", "changes": { @@ -567,4 +579,4 @@ } } ] -} \ No newline at end of file +} diff --git a/package.json b/package.json index 7917c5f7f2..369fc232ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "newrelic", - "version": "12.1.1", + "version": "12.2.0", "author": "New Relic Node.js agent team ", "license": "Apache-2.0", "contributors": [