-
Notifications
You must be signed in to change notification settings - Fork 404
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: svetlanabrennan <[email protected]> Co-authored-by: Svetlana Brennan <[email protected]>
- Loading branch information
1 parent
c0a5e64
commit 8b9363b
Showing
3 changed files
with
35 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 `[email protected]` is generally available | ||
|
||
#### Bug fixes | ||
|
||
* Updated `koa` instrumentation to properly get the matched route name and to handle changes in `@koa/[email protected]` ([#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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/[email protected]`" | ||
], | ||
"features": [ | ||
"Added instrumentation support for Express 5 beta" | ||
] | ||
} | ||
}, | ||
{ | ||
"version": "12.1.1", | ||
"changes": { | ||
|
@@ -567,4 +579,4 @@ | |
} | ||
} | ||
] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 <[email protected]>", | ||
"license": "Apache-2.0", | ||
"contributors": [ | ||
|