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

[Snyk] Upgrade @opentelemetry/sdk-trace-node from 1.7.0 to 1.22.0 #429

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

Conversation

lholmquist
Copy link
Contributor

This PR was automatically created by Snyk using the credentials of a real user.


Snyk has created this PR to upgrade @opentelemetry/sdk-trace-node from 1.7.0 to 1.22.0.

ℹ️ 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 21 versions ahead of your current version.
  • The recommended version was released 2 months ago, on 2024-02-29.
Release notes
Package name: @opentelemetry/sdk-trace-node
  • 1.22.0 - 2024-02-29

    1.22.0

    🚀 (Enhancement)

    🐛 (Bug Fix)

    • fix(sdk-metrics): handle zero bucket counts in exponential histogram merge #4459 @ mwear
    • fix(sdk-metrics): ignore NaN value recordings in Histograms #4455 @ pichlermarc
      • fixes a bug where recording NaN on a histogram would result in the sum of bucket count values not matching the overall count
    • fix(sdk-metrics): allow single bucket histograms #4456 @ pichlermarc
      • fixes a bug where Meter.createHistogram() with the advice explicitBucketBoundaries: [] would throw
    • fix(context-zone-peer-dep, context-zone): support zone.js 0.13.x, 0.14.x #4469 @ pichlermarc

    📚 (Refine Doc)

  • 1.21.0 - 2024-01-26

    1.21.0

    🚀 (Enhancement)

    • feat(sdk-metrics): add constructor option to add metric readers #4427 @ pichlermarc
      • deprecates MeterProvider.addMetricReader() please use the constructor option readers instead.

    🐛 (Bug Fix)

    • fix(sdk-trace-base): ensure attribute value length limit is enforced on span creation #4417 @ pichlermarc
    • fix(sdk-trace-base): Export processed spans while exporter failed #4287 @ Zirak

    🏠 (Internal)

    • chore(opentelemetry-context-zone-peer-dep): support zone.js ^v0.13.0 #4320
    • refactor(core): drop unnecessary assignment of HOSTNAME #4421 @ pichlermarc
    • test(opentelemetry-context-zone-peer-dep): transpile zone.js in tests #4423 @ legendecas
  • 1.20.0 - 2024-01-15

    1.20.0

    🚀 (Enhancement)

    • feat(sdk-trace-base): improve log messages when dropping span events #4223 @ mkubliniak
  • 1.19.0 - 2023-12-14

    🚀 (Enhancement)

    🏠 (Internal)

    🐛 (Bug Fix)

    • fix(sdk-trace-web): only access location if it is defined #4063 @ drewcorlin1
    • fix(sdk-trace-base): processor onStart called with a span having empty attributes #4277 @ satazor
  • 1.18.1 - 2023-11-08
  • 1.18.0 - 2023-11-07
  • 1.17.1 - 2023-10-10
  • 1.17.0 - 2023-09-12
  • 1.16.0 - 2023-09-11
  • 1.15.2 - 2023-08-08
  • 1.15.1 - 2023-07-24
  • 1.15.0 - 2023-07-06
  • 1.14.0 - 2023-06-06
  • 1.13.0 - 2023-05-11
  • 1.12.0 - 2023-04-13
  • 1.11.0 - 2023-03-30
  • 1.10.1 - 2023-03-20
  • 1.10.0 - 2023-03-13
  • 1.9.1 - 2023-01-30
  • 1.9.0 - 2023-01-11
  • 1.8.0 - 2022-11-09

    API v1.8.0

    🚀 (Enhancement)

    • feat(api): add SugaredTracer for functions not defined in the spec #3317 @ secustor

    🐛 (Bug Fix)

    • fix(api): fix unreachable @ opentelemetry/api/experimental entry #4446 @ legendecas
  • 1.7.0 - 2022-09-16
from @opentelemetry/sdk-trace-node GitHub release notes
Commit messages
Package name: @opentelemetry/sdk-trace-node
  • 7be35c7 chore: prepare release API 1.8.0/Core 1.21.0/Experimental 0.49.0 (#4504)
  • 05720cc Fix broken link to getting started page (#4511)
  • f1b2c6d fix a wrong internal link in examples readme (#4512)
  • 5637e2a chore: Semantic Conventions export individual strings (#4298)
  • aff48a1 fix(instr-fetch): do not enable in Node.js; clarify in docs this instr is for web fetch only (#4498)
  • 89caef9 Add @ david-luna to triagers (#4497)
  • 356ef8a chore: remove unload event from OTLPExporterBrowserBase (#4438)
  • 5bc8ced fix(otlp-transformer): only use BigInt inside hrTimeToNanos() (#4484)
  • 8bbebfd feat(instrumentation): add `getModuleDefinitions()` instead of making `init()` public (#4475)
  • 44b0b29 Merge pull request #4477 from MikeShi42/patch-1
  • 7e709a6 docs: Update getting started link in README
  • 01348e6 fix(instrumentation): normalize paths for internal files in scoped packages (#4467)
  • 25548fd feat(context-zone*): support zone.js 0.13.x, 0.14.x (#4469)
  • f86251d docs: shorten readme sections (#4460)
  • 63845ec fix(sdk-metrics): allow single bucket histograms (#4456)
  • f6712fd fix(sdk-metrics): ignore NaN value recordings for histograms (#4455)
  • 6d276f4 fix: handle zero bucket counts in exponential histogram merge (#4459)
  • 588d8ad Allow LoggerProvider to be specified in Instrumentations (#4314)
  • 0229434 feat(instrumentation): make InstrumentationAbstract.init public (#4418)
  • 72c60f1 feat(node-sdk): add spanProcessors option (#4454)
  • 2df6310 refactor(instrumentation-grpc): clean up remnants of 'grpc' package instrumentation (#4420)
  • efa6307 fix(sdk-node): Allow Defining Sampler with Exporter in Env (#4394)
  • ac75b70 fix(api): fix unreachable @ opentelemetry/api/experimental entry (#4446)
  • c98a5d3 chore: remove checked in auto-generated version.js files (#4448)

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

@coveralls
Copy link

Coverage Status

coverage: 85.625%. remained the same
when pulling 3299218 on snyk-upgrade-b5325a95546170167b5f531350707f5a
into 0e88bb4 on main.

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

Successfully merging this pull request may close these issues.

None yet

3 participants