Skip to content

Commit

Permalink
release: published 6.1.0
Browse files Browse the repository at this point in the history
### 6.1.0 (2019-11-05):

- Native-metrics module is defaulted to disabled in serverless mode
  - New env var, NEW_RELIC_NATIVE_METRICS_ENABLED, was added to enable/disable the
  native-metrics module

* Added a test for querying poolCluster.of()

* Removed unused  bootstrap test code.

* Increased timeout for  test to reduce flickers on Node 12.

* Changed file modification to leverage  for  test. This
  triggers the watcher in a reasonable amount of time much more consistently.

* Added  module to agent for auto-include on install.

* Allow splitting of application name using semicolons in the env var

* Don't test Bluebird 3.7 on Node v10 until they fix [the segfault
  issue](petkaantonov/bluebird#1618)

* Instrument  for mysql2

* Add HTTP method to segment attributes for external requests

- Updates the  such that it uses verbose output, will exit on first
  error code, and will refuse to proceed with LibreSSL (which can't generate certs)

  - Adds a �[H�[2J sub-command to  that will allow developers to quickly
  remove generated ssl/cert files and regenerate (useful is switch between platforms
  via containers/docker and certs needs to be regenerated)
  • Loading branch information
michaelgoin committed Nov 5, 2019
1 parent 35ba46c commit b33a182
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "newrelic",
"version": "6.0.0",
"version": "6.1.0",
"author": "New Relic Node.js agent team <[email protected]>",
"license": "SEE LICENSE IN LICENSE",
"contributors": [
Expand Down

0 comments on commit b33a182

Please sign in to comment.