Skip to content

Commit

Permalink
chore: Node.js Agent v8.6.0 Release Notes
Browse files Browse the repository at this point in the history
  • Loading branch information
bizob2828 committed Nov 17, 2021
1 parent 37b0115 commit 1ab26bc
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
subject: Node.js agent
releaseDate: '2021-11-17'
version: 8.6.0
downloadLink: 'https://www.npmjs.com/package/newrelic'
---

## Notes

* Added onResolved instrumentation hook to apply instrumentation prior to module load.

This hook fires after the module filepath has been resolved just prior to the module being loaded by the CommonJS module loader.

* Fixed issue where recordConsume was not binding consumer if it was a promise

* Pinned mongo versioned tests to <4.2.0 until we can address #982

* Introduced a context management API to be used in place of manually calling tracer.segment get/set.

0 comments on commit 1ab26bc

Please sign in to comment.