-
Notifications
You must be signed in to change notification settings - Fork 409
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release v9.7.1 #1449
Release v9.7.1 #1449
Conversation
a2e2d93
to
d3f404e
Compare
Codecov Report
@@ Coverage Diff @@
## main #1449 +/- ##
=======================================
Coverage 96.36% 96.36%
=======================================
Files 196 196
Lines 37918 37918
Branches 23 23
=======================================
Hits 36540 36540
Misses 1378 1378
Flags with carried forward coverage won't be shown. Click here to find out more. 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
NEWS.md
Outdated
|
||
### v9.7.1 (2022-12-05) | ||
|
||
* Reintroduced throttled reading of dependency tree at startup to prevent EMFILE issues. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This sounds pretty jargony. Is there or should there be a clearer explanation of this? What dependency tree? What throttled reading?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe Reintroduced throttling during reading of instrumented application's dependency tree during startup, to prevent EMFILE issues.
I don't know that we'd need to specify where and how we're throttling.
NEWS.md
Outdated
|
||
* Removed deprecated and failing suites from benchmark tests. | ||
|
||
* Updated code coverage to upload all reports at end of CI run. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is probably another bullet point item that is too noisy for release notes.
NEWS.md
Outdated
* Added a new test stanza to run restify >=10 on Node 18. | ||
* Update our versioned tests to support Restify 9.0.0. | ||
|
||
* Enhanced agent to lay foundation for supporting for Code Level Metrics via Codestream. Note that while changes have been made to the agent for [Codestream](https://docs.newrelic.com/docs/codestream/how-use-codestream/performance-monitoring/), this integration is not fully finished and should not be used. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe just
Laid foundation for supporting Code Level Metrics via [Codestream](https://docs.newrelic.com/docs/codestream/how-use-codestream/performance-monitoring/). Note that this integration is not fully finished and should not be used.
NEWS.md
Outdated
|
||
* Upgraded @grpc/proto-loader from 0.6.13 to 0.7.3. | ||
|
||
* Removed deprecated and failing suites from benchmark tests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here I'd say
Removed async from benchmark tests, fixed failing benchmark suites, and removed deprecated suite.
Proposed Release Notes
Reintroduced throttling during reading of instrumented application's dependency tree during startup, to prevent EMFILE issues.
Improved Restify support
Laid foundation for supporting Code Level Metrics via Codestream. Note that this integration is not fully finished and should not be used.
Improved the readability and maintainability of agent by reducing the Cognitive Complexity of various aspects of the agent.
Added
newrelic.noticeError()
example to our API docs.Upgraded @grpc/grpc-js from 1.6.9 to 1.7.3.
Upgraded @grpc/proto-loader from 0.6.13 to 0.7.3.
Removed async from benchmark tests, fixed failing benchmark suites, and removed deprecated suite.
Links
Details