forked from newrelic/node-newrelic
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'newrelic:main' into setLlmCustomAttributes
- Loading branch information
Showing
42 changed files
with
669 additions
and
2,040 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
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
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
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
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 |
---|---|---|
|
@@ -23,14 +23,14 @@ version. | |
| `@grpc/grpc-js` | 1.4.0 | 1.11.1 | 8.17.0 | | ||
| `@hapi/hapi` | 20.1.2 | 21.3.10 | 9.0.0 | | ||
| `@koa/router` | 11.0.2 | 13.0.0 | 3.2.0 | | ||
| `@langchain/core` | 0.1.17 | 0.2.24 | 11.13.0 | | ||
| `@langchain/core` | 0.1.17 | 0.2.25 | 11.13.0 | | ||
| `@nestjs/cli` | 9.0.0 | 10.4.4 | 10.1.0 | | ||
| `@prisma/client` | 5.0.0 | 5.18.0 | 11.0.0 | | ||
| `@smithy/smithy-client` | 2.0.0 | 3.1.12 | 11.0.0 | | ||
| `@smithy/smithy-client` | 2.0.0 | 3.2.0 | 11.0.0 | | ||
| `amqplib` | 0.5.0 | 0.10.4 | 2.0.0 | | ||
| `apollo-server` | 3.0.0 | 3.13.0 | `@newrelic/[email protected]` | | ||
| `apollo-server-express` | 3.0.0 | 3.13.0 | `@newrelic/[email protected]` | | ||
| `aws-sdk` | 2.2.48 | 2.1676.0 | 6.2.0 | | ||
| `aws-sdk` | 2.2.48 | 2.1677.0 | 6.2.0 | | ||
| `bluebird` | 2.0.0 | 3.7.2 | 1.27.0 | | ||
| `bunyan` | 1.8.12 | 1.8.15 | 9.3.0 | | ||
| `cassandra-driver` | 3.4.0 | 4.7.2 | 1.7.1 | | ||
|
@@ -48,7 +48,7 @@ version. | |
| `mysql` | 2.2.0 | 2.18.1 | 1.32.0 | | ||
| `mysql2` | 2.0.0 | 3.11.0 | 1.32.0 | | ||
| `next` | 13.4.19 | 14.2.5 | 12.0.0 | | ||
| `openai` | 4.0.0 | 4.55.9 | 11.13.0 | | ||
| `openai` | 4.0.0 | 4.56.0 | 11.13.0 | | ||
| `pg` | 8.2.0 | 8.12.0 | 9.0.0 | | ||
| `pg-native` | 2.0.0 | 3.1.0 | 9.0.0 | | ||
| `pino` | 7.0.0 | 9.3.2 | 8.11.0 | | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.