-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Adds Node.js agent v12.8.2 release notes.
- Loading branch information
1 parent
630c094
commit 7f0b243
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
36 changes: 36 additions & 0 deletions
36
...cs/release-notes/agent-release-notes/nodejs-release-notes/node-agent-12-8-2.mdx
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 |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
subject: Node.js agent | ||
releaseDate: '2024-12-09' | ||
version: 12.8.2 | ||
downloadLink: 'https://www.npmjs.com/package/newrelic' | ||
security: [] | ||
bugs: ["Fixed matching for Lambda events containing resource but which aren't API Gateway","Fixed `mysql2` promise instrumentation to properly handle `createPool` and `createPoolCluster`"] | ||
features: [] | ||
--- | ||
|
||
## Notes | ||
|
||
#### Bug fixes | ||
|
||
* Fixed `mysql2` promise instrumentation to properly handle `createPool` and `createPoolCluster` ([#2823](https://github.com/newrelic/node-newrelic/pull/2823)) ([a679872](https://github.com/newrelic/node-newrelic/commit/a6798723b7d282d56a01f7ad9f7c8deb70ca525d)) | ||
Check notice on line 15 in src/content/docs/release-notes/agent-release-notes/nodejs-release-notes/node-agent-12-8-2.mdx GitHub Actions / vale[vale] src/content/docs/release-notes/agent-release-notes/nodejs-release-notes/node-agent-12-8-2.mdx#L15
Raw output
|
||
* Fixed matching for Lambda events containing resource but which aren't API Gateway ([#2825](https://github.com/newrelic/node-newrelic/pull/2825)) ([64d2042](https://github.com/newrelic/node-newrelic/commit/64d2042e673aae9ea65ecca3b6d122d0a303ad0f)) | ||
|
||
#### Documentation | ||
|
||
* Updated compatibility report ([#2814](https://github.com/newrelic/node-newrelic/pull/2814)) ([580a27f](https://github.com/newrelic/node-newrelic/commit/580a27fb7bda92b55748a0dc54baf07dd91aecb6)) | ||
|
||
#### Miscellaneous chores | ||
|
||
* Improved documentation for `assertSegments` ([#2819](https://github.com/newrelic/node-newrelic/pull/2819)) ([298473c](https://github.com/newrelic/node-newrelic/commit/298473ca4a3c3219dba9d007bbcb0287ca60e264)) | ||
|
||
#### Tests | ||
|
||
* Added `test/custom-assertions.js` to the apollo-server external versioned tests config ([#2817](https://github.com/newrelic/node-newrelic/pull/2817)) ([568525a](https://github.com/newrelic/node-newrelic/commit/568525ae174f02365b9868a1fe3c7fb0dac3977f)) | ||
* Fixed flakey `when` versioned test ([#2821](https://github.com/newrelic/node-newrelic/pull/2821)) ([54f034b](https://github.com/newrelic/node-newrelic/commit/54f034bbf6918420874f10ed87656dcd0171317e)) | ||
|
||
|
||
### Support statement: | ||
|
||
We recommend updating to the latest agent version as soon as it's available. If you can't upgrade to the latest version, update your agents to a version no more than 90 days old. Read more about keeping agents up to date. (https://docs.newrelic.com/docs/new-relic-solutions/new-relic-one/install-configure/update-new-relic-agent/) | ||
|
||
See the New Relic Node.js agent EOL policy for information about agent releases and support dates. (https://docs.newrelic.com/docs/apm/agents/nodejs-agent/getting-started/nodejs-agent-eol-policy/) |