Skip to content

Commit

Permalink
chore: release v12.2.0 (#2492)
Browse files Browse the repository at this point in the history
Co-authored-by: svetlanabrennan <gh-actions-svetlanabrennan@github.com>
Co-authored-by: Svetlana Brennan <50715937+svetlanabrennan@users.noreply.github.com>
  • Loading branch information
3 people authored Aug 19, 2024
1 parent c0a5e64 commit 8b9363b
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 2 deletions.
21 changes: 21 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
14 changes: 13 additions & 1 deletion changelog.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -567,4 +579,4 @@
}
}
]
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "newrelic",
"version": "12.1.1",
"version": "12.2.0",
"author": "New Relic Node.js agent team <nodejs@newrelic.com>",
"license": "Apache-2.0",
"contributors": [
Expand Down

0 comments on commit 8b9363b

Please sign in to comment.