Robgd / greenkeeper-test

0 stars 0 forks source link

Update newrelic to the latest version πŸš€ #8

Open greenkeeper[bot] opened 6 years ago

greenkeeper[bot] commented 6 years ago

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

Version 4.0.0 of newrelic was just published.

Dependency newrelic
Current Version 3.3.0
Type dependency

The version 4.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 22 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
  • 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

There are 22 commits in total.

See the full diff

FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree:

greenkeeper[bot] commented 6 years ago

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] commented 6 years ago

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] commented 6 years ago

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] commented 6 years ago

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] commented 6 years ago

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] commented 6 years ago

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] commented 6 years ago

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] commented 6 years ago

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] commented 6 years ago

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] commented 6 years ago

Version 4.4.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 38 commits.

  • 1727975 release: published 4.4.0
  • a11e58e Updated changelog for v4.4.0.
  • 56d03a9 Merge pull request #1501 from NodeJS-agent/psvet/env-config
  • 55a0d92 test(config): add utilization env var test
  • 6e8b43e fix(config): add utilization env vars to boolean set
  • e2f1597 Merge pull request #1496 from NodeJS-agent/feat/better-cat-v0.2
  • 2b63d58 Moved transport type definitions to Transaction class
  • b286d7e Added AMQP transport type to distributed tracing
  • 0faf2d9 added more attribute tests where a payload is not accepted/created
  • 948d7c4 address review comments
  • aa39500 added dt attribute test for sql traces
  • 93a9aec added unit test for error event dt attributes
  • 30167b8 added error trace test
  • 0676cfd reworked attributes on everything
  • fece4dc Made transaction priority lazily calculated

There are 38 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.5.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 54 commits.

  • f9973e0 release: published 4.5.1
  • acf1d0f Updated changelog for v4.5.1.
  • a523184 Merge pull request #1512 from NodeJS-agent/bclement/error-intrinsic-tests
  • 25dbbf9 added more assertions around the error attribute on transaction events
  • 150309d Merge pull request #1511 from NodeJS-agent/bclement/undefined-events-fix
  • eac1375 address review comments
  • a50ecbc properly merge events back in on failure
  • 2e6b437 release: published 4.5.0
  • da42fed Updated changelog for v4.5.0.
  • b5fc08b Merge pull request #1508 from NodeJS-agent/bclement/feature_flag_env_vars
  • 3377b18 Merge pull request #1509 from NodeJS-agent/nwolfe/parent-from-parent
  • c368c13 address review comments
  • 8ef59aa Update test web tx check
  • c20dfd2 Ensure at least one event is checked
  • 551e385 Use transaction's parent span id to parent the entry point spans

There are 54 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.6.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 20 commits.

  • af908e5 release: published 4.6.0
  • 03cbd00 Updated changelog for v4.6.0.
  • d886799 Merge pull request #1518 from NodeJS-agent/bclement/updated-cat-header-generation
  • be63cb8 updated cat cats
  • 34f15c0 parentSpanId should only be placed on outbound payloads if the transaction is sampled
  • b062541 moved cat header generation under the proper segment
  • 975ac8f Merge pull request #1517 from NodeJS-agent/bclement/updated-dt-config
  • 40dfddd converted the DT feature flag to a config value
  • 24e00dc Merge pull request #1516 from NodeJS-agent/feat/node-10
  • 231d8dc Merge pull request #1515 from NodeJS-agent/psvet/new-async-methods
  • 9a88b32 refactor setUncaughtExceptionCaptureCallback instrumentation
  • 50969f6 address PR comments
  • 498f5c6 Merge pull request #1514 from NodeJS-agent/bclement/excise-emitBefore
  • 989fa5b fix lint error; add setUncaughtExceptionCaptureCallback test condition
  • 9295349 feat(proc): add setUncaughtExceptionCaptureCallback instrumentation

There are 20 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.7.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 30 commits.

  • 1d24bda release: published 4.7.0
  • 62411f8 Updated changelog for v4.7.0.
  • a312db3 Merge pull request #1527 from NodeJS-agent/psvet/changelog
  • a634e45 update changelog
  • 8864165 Merge pull request #1526 from NodeJS-agent/nwolfe/warn-untested
  • 53dee9f Fixed logger loading
  • 7799a93 Based warning on package.json engines field.
  • 7f9c357 Merge pull request #1524 from NodeJS-agent/bclement/sql-for-all
  • ba885c6 review comments
  • 0456fd7 Added warning for too-new versions of Node.js
  • 1ba1e79 correct tests to check for sql statements on trace segments
  • 560f726 all query segments report their statements
  • 2ee47f1 Merge pull request #1525 from NodeJS-agent/bclement/dt-language
  • 1147f81 updated language for dt config
  • 644fe35 db span events will now always have a sql statement associated with them

There are 30 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.8.0 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 22 commits.

  • f2b281e release: published 4.8.0
  • 00b3b82 Updated changelog for v4.8.0.
  • 8f985b6 Merge pull request #1534 from NodeJS-agent/nwolfe/bench-runner
  • ed7019c Tuned bench result comparison
  • efbca64 Added bench comparison script.
  • 7c07f37 Added JSON output to benchmark runner
  • fd2b8b2 Merge pull request #1533 from NodeJS-agent/bclement/db-benchmarking
  • 6b0c40d review changes
  • 885eb2c Reworked the benchmark runner, as well as added datastore benchmarks
  • b2284a0 Merge pull request #1532 from NodeJS-agent/nwolfe/mongo-306
  • 67849dc Fixed domain sockets
  • bc849de debugging
  • 8ed146b assign to const fix
  • 3571d14 Fixed monkey-patch mongo instrumentation
  • a70ab0e Started mongod 3.0.6 refactor

There are 22 commits in total.

See the full diff

greenkeeper[bot] commented 6 years ago

Version 4.8.1 just got published.

Update to this version instead πŸš€

Commits

The new version differs by 55 commits.

  • be47296 release: published 4.8.1
  • 190642c Updated changelog for v4.8.1.
  • 9638682 Merge pull request #1550 from NodeJS-agent/mgoin/NODE-1860-ConvertFs
  • f62800a Renames promisified exists call in test to better reflect method.
  • 8e2b72b Uses const instead of var for result.
  • 3c374ac Converts watch and watchfile insrumentation to use shim.
  • 692c200 Converts fs.watch instrumentation to use shim
  • 29d5ba0 Adds promisify support for fs.exists when used with shim.
  • ad1ac44 Merge branch 'integration' into mgoin/NODE-1860-ConvertFs
  • 6317b38 Removes wrapped.proto assignment as was found to be too expensive in other efforts. Manually replaces fs.realpath.native in fs instrumentation.
  • de4e372 Merge pull request #1549 from NodeJS-agent/bclement/core-promisify-fix
  • d3720a9 actually exec a file
  • 73ffcd6 Converts fs read/write wrapping to shim.wrap()
  • 28e70b4 shim no longer responsible for copying symbols
  • 7d97aad scrap the prototype idea, go back to assigning the symbols only to the methods that need it

There are 55 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 66 commits.

  • 6a979ce release 4.9.0
  • fdb9796 Updated changelog for v4.9.0.
  • b25cfb1 Merge pull request #1578 from NodeJS-agent/NODE-1893-DT-UsePrimaryAccountId
  • e1a0d0e Updates DT payload creation to use primary_application_id from connect response.
  • a0587c8 Merge pull request #1577 from NodeJS-agent/nwolfe/apply-fn
  • 47e3df5 Added protection again apply-less functions
  • cd3c8a7 Merge pull request #1576 from NodeJS-agent/bclement/perf-plz
  • 61bc00f review comments
  • 818180c dedupe
  • ebcd169 only wrap if unwrapped
  • f277086 stopped process timers from being double wrapped
  • b150742 Merge pull request #1573 from NodeJS-agent/NODE-1892-FixTimersInstrumentation
  • c15bde1 Updates clearTimout instrumentation to only check for an onTimeout segment existing.
  • 1fe5aa5 Merge pull request #1572 from NodeJS-agent/mgoin/NODE-1894-SlowSqlId-StopUsingMD5
  • 3929a46 Increases hex digits leveraged for sql id. Fixes callback exception bug in codec.decode

There are 66 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 23 commits.

  • b05090c release: published 4.10.0
  • 378136a Updated changelog for v4.10.0.
  • 3b41aa4 Merge pull request #1602 from NodeJS-agent/nwolfe/db-name
  • b550fdb Added DatastoreShim#getDatabaseNameFromUseQuery
  • 29c16d3 Merge pull request #1597 from NodeJS-agent/tamtamchik/patch-1
  • 3e65f28 Merge branch 'master' into integration
  • 1d52c4e Add link to CONTRIBUTING.md to the README.md file
  • b1e589e Merge pull request #1596 from NodeJS-agent/mgoin/ignoreVsCodeSettings
  • fd3938e Adds VS Code settings to git ignore file.
  • c0176ff Merge pull request #1586 from NodeJS-agent/NODE-1895-DtWins
  • ed94f5d Renames variables.
  • fbd3e21 Fixes logic for logging for missing encoding key.
  • 394266a Merge branch 'integration' into NODE-1895-DtWins
  • bbdf8bd Merge pull request #1585 from NodeJS-agent/bclement/less-eager-route-parser
  • 83c48f1 Merge pull request #1582 from NodeJS-agent/bclement/page-view-attributes

There are 23 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 315 commits.

  • ab45b50 release: published 4.11.0
  • 87ac11e Updated changelog for v4.11.0.
  • 051a86c Merge pull request #1621 from NodeJS-agent/mgoin/NODE-1932-TotalTimeAttrAsSeconds
  • 6fead91 Merge pull request #1620 from NodeJS-agent/bclement/ignored-spans
  • ee8fa33 grammar fix
  • 072faa6 Stubs start time for consistent timestamp attribute.
  • 690eee5 Removes callback since transaction mocking no-longer asynchronous.
  • 70c3f56 agent no longer produces spans on ignored transactions
  • cfaebfd Converts totalTime to seconds for transaction event attributes.
  • fc66951 Merge pull request #1580 from NodeJS-agent/psvet/restify
  • 9d638a7 Stub duration instead of timer for unit test predictability.
  • ecf498d minor clean-up
  • dc66794 restify: freeze name state in http.ServerResponse methods
  • bfe8751 Merge pull request #1607 from NodeJS-agent/psvet/update-protocol
  • c01d95f Merge pull request #1617 from NodeJS-agent/bclement/variable-transactionEnders

There are 250 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 54 commits.

  • 43083a2 release: published 4.12.0
  • c37d46b Updated changelog for v4.12.0.
  • 32a3803 Merge pull request #1629 from NodeJS-agent/bclement/headless-p16
  • 75175a9 update resolveMs test to use a domain that has no mailing service
  • 67def4b agent no longer forwards headers from connect response when in p16
  • 9049908 Merge pull request #1627 from NodeJS-agent/mgoin/logNameForNoduleWrap
  • c0f9f63 Logs nodule name when shim.wrap() is directly wrapping a function/nodule
  • e6466fe Merge pull request #1625 from NodeJS-agent/nwolfe/collector-catch
  • e851867 Fixed merged remote method test
  • b4c7445 Merge pull request #1624 from NodeJS-agent/bclement/entity-identity
  • 8e2ae6b Merge branch 'integration' into nwolfe/collector-catch
  • c7598a8 Merge pull request #1613 from NodeJS-agent/psvet/req-headers
  • 4742d59 Updated parser tests
  • f1113d2 Callback with errors
  • 7b06fdd Collector calls back with errors whenever possible

There are 54 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 131 commits.

  • 0dc2a65 release: published 4.13.0
  • 93ab674 formatting changelog
  • c042419 Updated changelog for v4.13.0.
  • d9cb1a7 Merge pull request #1646 from NodeJS-agent/mgoin/NODE-1955-ResponseHandlingCrossAgentTests
  • 8f1f85c Fixes stopping of automatically scheduled harvests for response code tests.
  • e10476a Simplifies loading of json for test cases. Adds variable initialization and removes redundant autoend calls.
  • 55ff92e Bumps tap integration test per-file timeout to 2 minutes from 30 seconds.
  • 588461f Fixes state check as agent will now go from starting to connecting
  • a702136 Restructures response handling tests.
  • cbf1a2c Makes easier to add/remove endpoints from response code tests.
  • 8b709ec Adds sql_trace_data to response handling tests.
  • f797f60 Adds span_event_data and custom_event_data to response handling tests.
  • bcc1eb5 Adds transaction_sample_data to response handling tests.
  • 0ed5670 Adds error_data and analytic_event_data to response handling tests.
  • d4a36dc Adds error_event_data to response handling tests.

There are 131 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 79 commits.

  • 533ba20 release: published 5.0.0
  • 49eb158 Updated changelog for v5.0.0.
  • 38d4fea Merge pull request #1656 from NodeJS-agent/feat/v5
  • 243cf9e Merge pull request #1655 from NodeJS-agent/mgoin/NODE-1930-DataCollectionStates
  • ca35552 bump @newrelic/test-utilities version
  • ef5f5c0 test linting
  • b61b74d add setState argument to agent helper methods
  • da9600e minor clean-up
  • 8bd5d04 Versioned tests (in agent) handle new transaction state logic
  • 9c4a5cf Integration tests handle new transaction state logic
  • 908f062 Agent no longer creates transactions when in a stopped, stopping or errored state. Unit tests updated to handle.
  • 2f702de Merge pull request #1654 from NodeJS-agent/psvet/v5-api
  • 276c57a add custom metrics update to migration guide
  • 44a7bad migration guide clean-up
  • ea7cfdc remove unused var

There are 79 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 23 commits.

  • 0a21d2b release: published 5.1.0
  • 11349b7 Updated changelog for v5.1.0.
  • 8eb5a6f Merge pull request #1663 from NodeJS-agent/nwolfe/cong-shim
  • 9ab5b27 Added instrumentConglomerate API call
  • 4e3fb94 Added ConglomerateShim class
  • 696fff1 Merge pull request #1662 from NodeJS-agent/mgoin/NODE-1988-DisableLoggingForServerless
  • c883e1b Wrap
  • 33c3d14 Moves serverless setting enforcement before HSM and renames.
  • 4faa498 Removes unused file.
  • 5dd113d Disables logging by default when serverless mode enabled.
  • 94769b4 Merge pull request #1659 from NodeJS-agent/psvet/no-null-attrs
  • 6febdd3 Merge pull request #1660 from NodeJS-agent/mgoin/delint-unit
  • 78681bb Merge pull request #1661 from NodeJS-agent/mgoin/NODE-1988-RefactorIdempotentEnv
  • 9c972fb Simplifies usage of idempotentEnv for config tests to have a single pattern of defining env configuration.
  • eb582fb add log message for null value attributes

There are 23 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 117 commits.

  • 871b88f release: published 5.3.0
  • 8262c9f Updated changelog for v5.3.0.
  • 665fe4b Merge pull request #1687 from NodeJS-agent/bclement/no-cert-smashing
  • 12c3aef if a cert has been created, exit early
  • 8677168 Merge pull request #1678 from NodeJS-agent/psvet/more-attributes
  • ac8bc5a Merge pull request #1684 from NodeJS-agent/psvet/connect-metadata
  • a81b776 Merge pull request #1681 from NodeJS-agent/psvet/dynamodb
  • 4bf3f07 Merge branch 'integration' into psvet/connect-metadata
  • c978e4a linting
  • fd6b04b add test for empty connect metadata object
  • 5928cdf Merge pull request #1685 from NodeJS-agent/psvet/kubernetes-utilization
  • 6109157 Merge pull request #1683 from NodeJS-agent/nwolfe/updates
  • 23be5f3 add Kubernetes host detection
  • 599a290 remove metadata string coercion
  • 4bba1d7 collect NEW_RELIC_METADATA_ env vars for connect

There are 117 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 46 commits.

  • 019f4fc release: published 5.5.0
  • bae4e14 release: published 5.4.0
  • a3fca19 Updated changelog for v5.4.0.
  • 4ac0a4e Merge pull request #1696 from NodeJS-agent/mgoin/NODE-1959-FixOpaqueIssues
  • f2c6c4b Merge branch 'integration' into mgoin/NODE-1959-FixOpaqueIssues
  • 00a51b7 Fixes test to check attributes collection.
  • e062b8c Merge pull request #1693 from NodeJS-agent/mgoin/NODE-1959-FixExclusiveDurationCalcs
  • 7fa26a5 Merge branch 'integration' into mgoin/NODE-1959-FixKnownOpaqueIssues
  • 69b9200 Merge pull request #1695 from NodeJS-agent/psvet/sns
  • ff92833 merge integration. resolve segment conflict.
  • 2368d49 Adds trace segment finalize unit tests.
  • 2fb699d add SNS to message shim library names
  • 5572dda Adds test to verify trace segment toJSON() does not modify attributes.
  • 71392c0 Merge pull request #1694 from NodeJS-agent/nwolfe/audit-fix
  • ac6b545 Fixed sercurity warning in test dep

There are 46 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 29 commits.

  • c510220 release: published 5.6.0
  • d7a96bb Updated changelog for v5.6.0.
  • 1127910 Merge pull request #1702 from NodeJS-agent/psvet/datastore-updates
  • 7b9ec72 fix typo
  • 8f0d39f address PR comments
  • cf83436 update test count
  • ab8ae64 test: update pg test plans
  • 1fd7807 test: add datastore product assertions
  • a986e0e pull datastore product attribute in shim
  • 495a5d2 Merge pull request #1703 from NodeJS-agent/bclement/lambda-conf-file
  • b8fd8b9 Merge pull request #1701 from NodeJS-agent/bclement/sampled-priority-fixes
  • 38b376d added tests for config options
  • 5d6a632 correct component attribute definition; add collection
  • 6f1d757 add product attribute to datastore instrumentations
  • 2fb103c tests pass

There are 29 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 16 commits.

  • 8a3d1b6 release: published 5.6.2
  • afac2bb Updated changelog for v5.6.2.
  • b2c04ea Merge pull request #1712 from NodeJS-agent/bclement/clean-up
  • b6333c1 deleted garbage files
  • 55359f3 Merge pull request #1711 from NodeJS-agent/bclement/more-custom-attribute-type-restriction
  • 05a418a abstracted attribute type filtering logic, applied it to trace and error attributes
  • 0e8f316 Merge pull request #1707 from NodeJS-agent/mgoin/NODE-2020-MaximumStackExceeded
  • e66b0f4 Extremely minor test delinting.
  • 4dc808b Simplies iteration logic for DTTraceNode creation.
  • b9aafb8 Uses spawned process to lower node maximum stack size for test, greatly speeding up passing case.
  • 71f0a8d Merge pull request #1710 from NodeJS-agent/bclement/restricted-custom-event-attribute-types
  • ff770d3 restricted allowed types to a whitelist
  • a16642c attributes for custom events with invalid value types will now be dropped
  • 9ba621a Removes another unbounded array usage of Array.prototype.push.apply. Unlikely to ever cause problems but being careful to remove those.
  • f715a1c Fixes stack exceeded exception on Trace.generateSpanEvents() for extremely wide segment trees.

There are 16 commits in total.

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 11 commits.

  • 543dfad release: published 5.6.3
  • da12909 Merge pull request #1718 from NodeJS-agent/nwolfe/v5.6.3
  • 376f2bc Updated changelog for v5.6.3.
  • 7a39b00 Merge pull request #1717 from NodeJS-agent/bclement/lasp-request-params-fix
  • 3aa8657 added request parameters exclude rule to expected hsm rules
  • f0d6b26 add request param exclude rules for lasp's attribute.include_enabled policy and hsm
  • 4fc23a8 Merge pull request #1715 from NodeJS-agent/bclement/hsm-attribute-fix
  • dafae46 don't add request parameters when in high security mode
  • 771c382 Merge pull request #1714 from NodeJS-agent/bclement/security-fix
  • 2d239f5 use --no-esm flag in integration tests
  • f8f8159 updated tap to get rid of security issues

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

Commits

The new version differs by 13 commits.

  • 3258f40 release: published 5.6.4
  • 48f697f Updated changelog for v5.6.4.
  • e6da6da Merge pull request #1727 from NodeJS-agent/psvet/serverless-dt-startup
  • ad9185c test(config): update test for disabling DT with missing config in serverless mode
  • 4994913 refactor(config): log warning if missing DT config values in serverless mode
  • e9144aa Merge pull request #1722 from NodeJS-agent/mgoin/NODE-2031-RemoveServerlessInfinityLimits
  • e2b6cff Uses same data defaults for serverless mode as standard since server side will enforce limits (i.e. 1k spans).
  • b236912 Merge pull request #1721 from NodeJS-agent/bclement/double-callback-issue
  • 505ed84 Merge pull request #1720 from NodeJS-agent/psvet/serverless-dt-config
  • 741e1c4 refactor(config): disallow local DT config values outside of serverless mode
  • 100de94 determine fail/success case based on error passed back, log out the endpoint that does the double invocation
  • 7cda076 added a once wrapper around the async callback with logging of callsite
  • a900e30 refactor(config): update required DT config values in serverless mode

See the full diff

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 5 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

🚨 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


Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

🚨 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


Update to this version instead πŸš€

greenkeeper[bot] commented 4 years ago

🚨 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


Update to this version instead πŸš€