Skip to content
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

Update newrelic to the latest version 🚀 #48

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

greenkeeper[bot]
Copy link
Contributor

@greenkeeper greenkeeper bot commented Mar 8, 2018

☝️ Greenkeeper’s updated Terms of Service will come into effect on April 6th, 2018.

Version 3.0.0 of newrelic was just published.

Dependency newrelic
Current Version 2.9.1
Type dependency

The version 3.0.0 is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.

It might be worth looking into these changes and trying to get this project onto the latest version of newrelic.

If you have a solid test suite and good coverage, a passing build is a strong indicator that you can take advantage of these changes directly by merging the proposed change into your project. If the build fails or you don’t have such unconditional trust in your tests, this branch is a great starting point for you to work on the update.


Commits

The new version differs by 34 commits.

  • 63120fe release: published 3.0.0
  • 6b1a2fb Updated changelog for v3.0.0
  • 5a89e45 Merge pull request #1378 from NodeJS-agent/feat/protocol-15
  • 0535c68 Re-removed debunk attr config tests
  • f53316a fix proxy tests to respect ssl
  • 46e68a0 added unit tests for license key parsing
  • d608c4d fixed integration tests for p15 work
  • 2c8bd99 test(ssl): address pr comments
  • 01174dd test(config): add ssl env config test
  • 89ebd8f fix(config): move ssl env logic
  • 46ba329 test(remote-method): update test url
  • 6455e40 test(collector): fix collector api test hooks
  • 1c4f19c test(config): remove obsolete test
  • 96f65e1 chore(test): general linting
  • 9cad808 test(config): update/remove 'ssl: false'-specific tests

There are 34 commits in total.

See the full diff

FAQ and help

There is a collection of frequently asked questions. If those don’t help, you can always ask the humans behind Greenkeeper.


Your Greenkeeper bot 🌴

greenkeeper bot added a commit that referenced this pull request Mar 13, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 13, 2018

Version 3.1.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 6 commits.

  • 3b6555a release: published 3.1.0
  • 78f8a24 Updated changelog for v3.1.0
  • cfe25d2 Merge pull request #1385 from NodeJS-agent/bclement/nexted-promise-middleware
  • 4d2ab54 allow for next logic in promise based middleware
  • 6476566 Merge pull request #1384 from NodeJS-agent/nwolfe/no-lock
  • 54dabb1 Added npmrc to disable package-lock

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 14, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 14, 2018

Version 3.2.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 5 commits.

  • 6b45283 release: published 3.2.0
  • 8fce95d update changelog for v3.2.0
  • 5739bc7 Merge pull request #1374 from NodeJS-agent/nwolfe/koa-hook
  • efd4cca Updated shimmer registration to work with external modules
  • 1c1081d Improve interface with version runner

See the full diff

greenkeeper bot added a commit that referenced this pull request Mar 27, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 27, 2018

Version 3.3.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 12 commits.

  • e444e35 release: published 3.3.0
  • 153535a Update README.md
  • 11cb29b Update changelog for v3.3.0
  • c675b8f Merge pull request #1349 from NodeJS-agent/nwolfe/start-segment
  • 2bf0d2f chore(api): add sync startSegment example
  • 77129ce Added tests for startSegment
  • 5c8dc44 Add newrelic.startSegment
  • dfbd589 Delinting stub test
  • 24d3f1c Merge pull request #1393 from NodeJS-agent/psvet/fix-hapi-pre
  • 7837b6e test(restify): pin test version to <7
  • b4fc041 test(hapi): test string pre handler
  • 82751d2 fix(hapi): return string pre handlers

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 10, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 10, 2018

Version 3.3.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 13 commits.

  • f0516b0 release: published 3.3.1
  • 67f5a6a chore: add methods to dev deps
  • b8f150f docs: release notes typos
  • b29fb93 chore(mongo): pin versioned tests to <3.0.6
  • b729e1c Update changelog for v3.3.1
  • bc0157d Merge pull request #1401 from NodeJS-agent/psvet/attribute-types
  • b199f99 test(attributes): add test for attribute value types
  • c736c44 fix(attributes): restrict attribute values to primitive types
  • 21190ee Merge pull request #1399 from NodeJS-agent/bclement/recordQuery-after
  • ac28f90 Merge pull request #1398 from NodeJS-agent/bclement/specified-inactive-parent
  • c9b0233 allow after handlers in DatastoreShim#recordQuery
  • 04dde7d errant whitespace squashing
  • 9443202 check that the parent specified to Shim#record belongs to an active transaction

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 12, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 12, 2018

Version 4.0.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 9 commits.

  • a7416c9 release: published 4.0.0
  • a09e021 added security bulletin link
  • 93eff8a updated the migration guide for v4
  • 279dbc0 fixed double wrapping issue caused by updated agent-base
  • b31f182 updated tests for using the new https-proxy-agent
  • 0e439e1 update travis, pin https-proxy-agent to v2.2.0
  • b950b5d updated changelog for v4.0.0
  • 4c5362d change version check to a minimum node version of v4
  • 55a93bf updated https-proxy-agent to v2.2.0

See the full diff

greenkeeper bot added a commit that referenced this pull request Apr 23, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 23, 2018

Version 4.1.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 74 commits.

  • 5abba5a release: published 4.1.0
  • 3f818d5 update changelog for v4.1.0
  • 4fef08d Merge pull request #1413 from NodeJS-agent/feat/lasp
  • 6c99a57 Merge pull request #1412 from NodeJS-agent/bclement/no-retry-on-lasp-failure
  • 50deda0 test(lasp): update test security token
  • 8edfc80 agent will no longer retry when missing required security policies
  • 206813a updated the test policy token
  • cb27c52 test(lasp): update applyLasp assertions
  • d036075 test(lasp): add attributes-related LASP tests
  • 1e95c82 refactor(config): drop full trace on attributes-related LASP updates
  • 5e036ad fix(config): update lasp key name
  • a914af6 test(collector): add test for dropping data pre-connect
  • 714c47b refactor(config): replace LASP_MAP; add clearData functions
  • ddb6df4 test(config): update agent spies
  • b6f186a test(attributes): add #reset test

There are 74 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request May 15, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 15, 2018

Version 4.1.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 38 commits.

  • eb526f5 release: published 4.1.1
  • 2a761ba Updated changelog for v4.1.1.
  • bc927c1 Merge pull request #1426 from NodeJS-agent/nwolfe/large-logs
  • 4f6841a Skip log test on 7
  • 14a8dad Gracefully handle process.emitWarning not existing
  • 84ad499 Added handling for large logs
  • 55f915d Delinted logger test
  • 7ff288d Merge pull request #1428 from NodeJS-agent/nwolfe/security-update
  • 309c3f3 Don't save nsp to deps
  • da028ab Merge pull request #1424 from NodeJS-agent/nwolfe/hook-unhandled
  • d2796f1 Merge pull request #1422 from NodeJS-agent/bclement/consistent-timeslicing
  • afc0bce Merge pull request #1423 from NodeJS-agent/psvet/assign
  • 31f6ba3 Unhandled rejection uses segment map id if available
  • c07550d chore(logger): update Object.assign calls
  • 1d45628 fix(tx): remove unused var

There are 38 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request May 22, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 22, 2018

Version 4.1.2 just got published.

Update to this version instead 🚀

Commits

The new version differs by 8 commits.

  • 26bcf39 release: published 4.1.2
  • 7aabdf7 Update changelog for v4.1.2
  • df6a741 Merge pull request #1435 from NodeJS-agent/bclement/updated-lasp-test
  • 42a0eaf updated to non-deprecated lasp account
  • 7d89067 Merge pull request #1433 from NodeJS-agent/nwolfe/promisify-copy
  • c3c8e3a Copy properties from promisified methods.
  • ae9dedc Merge pull request #1431 from NodeJS-agent/psvet/node-10-logger
  • 30018f0 fix(test-helper): convert unwritable.js fs.unlink to fs.unlinkSync

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 2, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 2, 2018

Version 4.1.3 just got published.

Update to this version instead 🚀

Commits

The new version differs by 85 commits.

  • f6afa9d release: published 4.1.3
  • 56aadcb Updated changelog for v4.1.3.
  • 8ec5a08 Merge pull request #1440 from NodeJS-agent/feat/better-cat
  • 0b10bab Merge pull request #1443 from NodeJS-agent/bclement/better-cat-cleanup
  • 6a87932 synthetics depends on the encoding key
  • f44f6c5 chore: remove random extra space
  • 6c5b110 Merge pull request #1441 from NodeJS-agent/bclement/better-cat-exponential-backoff
  • 000e5d0 style changes
  • 3c5aeec Merge pull request #1442 from NodeJS-agent/nwolfe/metric-starts
  • a6f70a7 Expunged tracer_tracing from the agent
  • 426241a added exponential backoff to cat sampling logic
  • 14efdff Updated merge test for timestamps
  • 9df2cd1 Delinted metrics test
  • 61b7dd4 Reversed default behavior of merging metrics
  • 27df976 review comments

There are 85 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 4, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 4, 2018

Version 4.1.4 just got published.

Update to this version instead 🚀

Commits

The new version differs by 8 commits.

  • 45c819d release: published 4.1.4
  • d8b926f Updated changelog for v4.1.4.
  • 2fb3f34 Merge pull request #1447 from NodeJS-agent/bclement/stub-instance
  • 6b9d315 added tests and updated dt payload naming
  • 2623c8c linting
  • 7bb7471 fix(stub): return actual transaction instance stub
  • 053bfd5 Merge pull request #1445 from NodeJS-agent/nwolfe/chai-up
  • a506a88 Upgraded chai to v4

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 11, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 11, 2018

Version 4.1.5 just got published.

Update to this version instead 🚀

Commits

The new version differs by 42 commits.

  • bc5fbf8 release: published 4.1.5
  • 9139dc0 Updated changelog for v4.1.5.
  • 8459203 Merge pull request #1457 from NodeJS-agent/psvet/package-require
  • 4e184ad Explicitly reference package.json as a .json file in require() statements
  • d9ef159 Merge pull request #1452 from NodeJS-agent/psvet/tx-sampling
  • 3942f60 address PR comments
  • 946e411 Merge pull request #1456 from NodeJS-agent/psvet/fix-configless-require
  • fa537b3 Merge pull request #1450 from NodeJS-agent/nwolfe/tap-12
  • 3b45a74 fix(config): default to safe module path if loaded with -r flag
  • 48071cb Merge pull request #1455 from NodeJS-agent/nwolfe/express-next-router
  • 7ad2150 'router' is not an error
  • 41bd4b9 Merge pull request #1453 from NodeJS-agent/nwolfe/debug-sup
  • 28ce036 Merge pull request #1454 from NodeJS-agent/nwolfe/natives-v3
  • a4a18de Made http test more robust
  • b8800be Removed config.debug.internal_metrics and .supportability

There are 42 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jun 19, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jun 19, 2018

Version 4.2.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 41 commits.

  • d175188 release: published 4.2.0
  • b13f6cb Updated changelog for v4.2.0.
  • 7dff5cb Merge pull request #1467 from NodeJS-agent/feat/spans
  • 4fc3f86 Merge pull request #1465 from NodeJS-agent/psvet/middleware-array
  • 425ed48 refactor(shim): simplify middleware route logic
  • 9b9e48a fix(shim): ensure that concatenated middleware paths are popped from tx name
  • 0255833 Merge pull request #1464 from NodeJS-agent/nwolfe/support-all-the-things
  • 3c5df98 test(express): add shared middleware naming test
  • af8453a feat(shim): add support for array of routes in middleware
  • bd5fc67 All events generate the seen/sent/dropped metrics
  • 2c5e5f0 Merge pull request #1462 from NodeJS-agent/nwolfe/span-harvest
  • 9d1b6fe Merge pull request #1463 from NodeJS-agent/bclement/negative-transport-duration
  • b7c1e80 set negative transport durations to 0
  • 5d0bc10 Added new span metrics to 503 test
  • 5c259ca Added tests for harvesting spans

There are 41 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 2, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 2, 2018

Version 4.2.1 just got published.

Update to this version instead 🚀

Commits

The new version differs by 21 commits.

  • cdceea3 release: published 4.2.1
  • 8984cab Updated changelog for v4.2.1.
  • 92fd455 Merge pull request #1479 from NodeJS-agent/nwolfe/outbound-port
  • fc9e55b Added test for default port external calls
  • 086bcce Fixed checking for port values
  • 424b56a Merge pull request #1475 from NodeJS-agent/bclement/sampled-target-typo-fix
  • 0073607 updated the base for exponential backoff and fixed first harvest logic
  • 243125d Merge pull request #1473 from NodeJS-agent/psvet/middleware-array
  • a35d296 Merge pull request #1474 from NodeJS-agent/bclement/transaction-event-totalTime
  • 12d4f36 Merge pull request #1469 from NodeJS-agent/nwolfe/restify-naming
  • 5a5003c refactor(web-shim): simplify middleware logic
  • c18eaea fixed tests to include totalTime intrinsic
  • 404e4d9 test(versioned): add extra express middleware test
  • fafc3be added totalTime attribute to transaction events
  • 68a7d5f linting

There are 21 commits in total.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 9, 2018
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 9, 2018

Version 4.3.0 just got published.

Update to this version instead 🚀

Commits

The new version differs by 11 commits.

  • 4ad1333 release: published 4.3.0
  • 94e2892 Updated changelog for v4.3.0.
  • 2f51483 Merge pull request #1489 from NodeJS-agent/joaovieira/feature/nonce-script-tag
  • dbfce88 Delinted files
  • 3a6a99e Merge pull request #1485 from NodeJS-agent/psvet/hapi-errors
  • 70fbf22 fix(hapi): add error handling support to hapi@17
  • b4a6104 fix(hapi): add error handling support to hapi@<17
  • 476204a Merge pull request #1484 from NodeJS-agent/nwolfe/store-req-seg
  • 2fdcc89 Expose external segment on http request
  • 5b23afa Fix ES6 usage.
  • 3375523 Allow to pass nonce option to getBrowserTimingHeader.

See the full diff

greenkeeper bot added a commit that referenced this pull request Jul 31, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jul 31, 2019

  • The dependency newrelic was updated from 2.9.1 to 5.11.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 1, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 1, 2019

  • The dependency newrelic was updated from 2.9.1 to 5.13.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 10, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 10, 2019

  • The dependency newrelic was updated from 2.9.1 to 5.13.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Oct 30, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Oct 30, 2019

  • The dependency newrelic was updated from 2.9.1 to 6.0.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 5, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 5, 2019

  • The dependency newrelic was updated from 2.9.1 to 6.1.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Nov 25, 2019
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Nov 25, 2019

  • The dependency newrelic was updated from 2.9.1 to 6.2.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Jan 27, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Jan 27, 2020

  • The dependency newrelic was updated from 2.9.1 to 6.3.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 13, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 13, 2020

  • The dependency newrelic was updated from 2.9.1 to 6.4.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 20, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 20, 2020

  • The dependency newrelic was updated from 2.9.1 to 6.4.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Feb 28, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Feb 28, 2020

  • The dependency newrelic was updated from 2.9.1 to 6.4.2.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Mar 19, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Mar 19, 2020

  • The dependency newrelic was updated from 2.9.1 to 6.5.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request Apr 21, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented Apr 21, 2020

  • The dependency newrelic was updated from 2.9.1 to 6.6.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 7, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 7, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The dependency newrelic was updated from 2.9.1 to 6.7.0.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 14, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 14, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The dependency newrelic was updated from 2.9.1 to 6.7.1.

Update to this version instead 🚀

greenkeeper bot added a commit that referenced this pull request May 21, 2020
@greenkeeper
Copy link
Contributor Author

greenkeeper bot commented May 21, 2020


🚨 Reminder! Less than one month left to migrate your repositories over to Snyk before Greenkeeper says goodbye on June 3rd! 💜 🚚💨 💚

Find out how to migrate to Snyk at greenkeeper.io


  • The dependency newrelic was updated from 2.9.1 to 6.8.0.

Update to this version instead 🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants