Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

[Snyk] Upgrade @newrelic/telemetry-sdk from 0.4.2 to 0.6.0 #831

Merged

Conversation

snyk-bot
Copy link
Contributor

@snyk-bot snyk-bot commented Feb 4, 2022

Snyk has created this PR to upgrade @newrelic/telemetry-sdk from 0.4.2 to 0.6.0.

merge advice
ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 2 versions ahead of your current version.
  • The recommended version was released 23 days ago, on 2022-01-12.
Release notes
Package name: @newrelic/telemetry-sdk
  • 0.6.0 - 2022-01-12
    • Added workflow to automate preparing release notes by reusing the newrelic/node-newrelic/.github/workflows/prep-release.yml@main workflow from agent repository.

    • Added job to automatically add issues/pr to Node.js Engineering board

    CHANGELOG

    0.5.0 (2021-09-27)

    • Updated hostname for Event API communication. (Thanks for the contribution @ tmancill)
    • Added 5 retry polling for log event server test to reduce failure rate. It seems it can occasionally take > 5 seconds for the log events to be retrieved.
    • Added Node 16 to CI.
    • Resolved npm audit warning.
    • Added husky and a pre-commit script to automatically update the 3rd party manifest and notices when new packages are installed/updated.

    0.4.2 (2021-05-17)

    • Added batchSize interface to LogBatch class.

    0.4.1 (2021-05-12)

    • The logs client client options, batch and log models can be referenced with telemetry.logs.*.
    • Added deprecation warning to top of README.md.
    • Increased wait time for log-client integration test verification to 3 seconds to mitigate intermittent test failures.

    0.4.0 (2021-04-15)

    • Added support for the Event API. (Thank you @ kolanos for the contribution)
    • Added support for the New Relic Log API. (Thank you @ MattWhelan for the contribution)
    • Fixed NRIntegrationError checking server test issues where status code >=300 would be treated as successful and cases where we'd check before errors were available.
    • Thank you @ zekth for the typo fix contribution.

    0.3.0 (2020-11-02)

    • Removed Node v8.x from CI.
    • Added Node v14.x to CI.
    • Bumped dev lodash sub-deps to clear up audit warnings.
    • Updated README for consistency.
    • Removed specific default branch references from non-license docs.
    • Splits tests out that need round-trip communication with server to
      server-integration and adds mocked versions.

    0.2.0 (2020-04-30)

    • Custom port value can be set when instantiating SpanClient.
    • Addresses security vulnerabilities from package dependencies.
    • Updated third-party notices.

    0.1.0 (2019-12-27)

    • Initial public release of the SDK.
    • Support for sending dimensional metrics and spans to New Relic.
  • 0.5.0 - 2021-09-27

    Updated hostname for Event API communication. (Thanks for the contribution @ tmancill)
    Added 5 retry polling for log event server test to reduce failure rate. It seems it can occasionally take > 5 seconds for the log events to be retrieved.
    Added Node 16 to CI.
    Resolved npm audit warning.
    Added husky and a pre-commit script to automatically update the 3rd party manifest and notices when new packages are installed/updated.

  • 0.4.2 - 2021-05-17
    • Added batchSize interface to LogBatch class.
from @newrelic/telemetry-sdk GitHub release notes
Commit messages
Package name: @newrelic/telemetry-sdk

Compare


Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

🧐 View latest project report

🛠 Adjust upgrade PR settings

🔕 Ignore this dependency or unsubscribe from future upgrade PRs

@codecov-commenter
Copy link

Codecov Report

Merging #831 (af2a958) into develop (097bc57) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #831   +/-   ##
========================================
  Coverage    66.22%   66.22%           
========================================
  Files           46       46           
  Lines         1593     1593           
  Branches       347      342    -5     
========================================
  Hits          1055     1055           
- Misses         505      538   +33     
+ Partials        33        0   -33     
Impacted Files Coverage Δ
packages/core/src/logger/SFPLogger.ts 49.23% <0.00%> (ø)
packages/core/src/stats/SFPStatsSender.ts 11.53% <0.00%> (ø)
packages/core/src/project/ProjectConfig.ts 87.69% <0.00%> (ø)
packages/core/src/package/PackageManifest.ts 93.57% <0.00%> (ø)
packages/core/src/artifacts/ArtifactMigrator.ts 9.85% <0.00%> (ø)
...ages/core/src/artifacts/ArtifactFilePathFetcher.ts 30.55% <0.00%> (ø)
.../core/src/sfpcommands/apextest/TriggerApexTests.ts 23.40% <0.00%> (ø)
...core/src/command/commandExecutor/ExecuteCommand.ts 10.00% <0.00%> (ø)
...re/src/sfpcommands/apextest/TestReportDisplayer.ts 8.06% <0.00%> (ø)
...ats/nativeMetricSenderImpl/NewRelicMetricSender.ts 11.42% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 097bc57...af2a958. Read the comment docs.

@azlam-abdulsalam azlam-abdulsalam merged commit fa75b16 into develop Feb 4, 2022
@azlam-abdulsalam azlam-abdulsalam deleted the snyk-upgrade-fd7db759804a27e9f2284e63942def60 branch February 4, 2022 20:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants