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/exporter-trace-otlp-proto from 0.52.1 to 0.55.0 #333

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

Conversation

micahg
Copy link
Owner

@micahg micahg commented Dec 15, 2024

snyk-top-banner

Snyk has created this PR to upgrade @opentelemetry/exporter-trace-otlp-proto from 0.52.1 to 0.55.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 5 versions ahead of your current version.

  • The recommended version was released on a month ago.

Release notes
Package name: @opentelemetry/exporter-trace-otlp-proto
  • 0.55.0 - 2024-11-18

    0.55.0

    💥 Breaking Change

    • feat(instrumentation-http)!: reduce public API surface by removing exports and making protected methods private #5124 @ pichlermarc
      • (user-facing) the following exports were intended for internal use only and have been removed without replacement
        • extractHostnameAndPort
        • getAbsoluteUrl
        • getIncomingRequestAttributes
        • getIncomingRequestAttributesOnResponse
        • getIncomingRequestMetricAttributes
        • getIncomingRequestMetricAttributesOnResponse
        • getOutgoingRequestAttributes
        • getOutgoingRequestAttributesOnResponse
        • getOutgoingRequestMetricAttributes
        • getOutgoingRequestMetricAttributesOnResponse
        • getRequestInfo
        • headerCapture
        • isCompressed
        • isValidOptionsType
        • parseResponseStatus
        • satisfiesPattern
        • setAttributesFromHttpKind
        • setRequestContentLengthAttribute
        • setResponseContentLengthAttribute
        • setSpanWithError
        • RequestSignature
        • RequestFunction
        • ParsedRequestOptions
        • IgnoreMatcher
        • Https
        • HttpRequestArgs
        • HttpCallbackOptional
        • HttpCallback
        • Http
        • GetFunction
        • Func
        • Err

    🚀 (Enhancement)

    • feat(sdk-node, sdk-logs): add mergeResourceWithDefaults flag, which allows opting-out of resources getting merged with the default resource #4617
      • default: true
      • note: false will become the default behavior in a future iteration in order to comply with specification requirements
    • feat(instrumentation): Track request body size in XHR and Fetch instrumentations #4706 @ MustafaHaddara

    🐛 (Bug Fix)

    • fix(instrumentation-http): Fix the OTEL_SEMCONV_STABILITY_OPT_IN variable check. Using of instead of in #5137
    • fix(instrumentation-http): drop url.parse in favor of URL constructor #5091 @ pichlermarc
      • fixes a bug where using cyrillic characters in a client request string URL would throw an exception, whereas an un-instrumented client would accept the same input without throwing an exception
    • fix(otlp-exporter-base): fix unhandled error when writing to destroyed http request #5163 @ pichlermarc
  • 0.54.2 - 2024-11-07

    0.54.2

    🐛 (Bug Fix)

  • 0.54.1 - 2024-11-05

    0.54.1

    🐛 (Bug Fix)

    • fix(instrumentation-http): skip malformed forwarded headers. #5095 @ pmlanger
  • 0.54.0 - 2024-10-23

    0.54.0

    💥 Breaking Change

    • feat(exporter--otlp-)!: rewrite exporter config logic for testability #4971 @ pichlermarc
      • (user-facing) getDefaultUrl was intended for internal use has been removed from all exporters
      • (user-facing) getUrlFromConfig was intended for internal use and has been removed from all exporters
      • (user-facing) hostname was intended for internal use and has been removed from all exporters
      • (user-facing) url was intended for internal use and has been removed from all exporters
      • (user-facing) timeoutMillis was intended for internal use and has been removed from all exporters
      • (user-facing) onInit was intended for internal use and has been removed from all exporters
      • (user-facing) OTLP exporter config headers type changed from Partial<Record<string, unknown>> to Record<string, string>
    • feat(otlp-exporter-base)!: do not export functions that are intended for internal use #4971 @ pichlermarc
      • Drops the following functions and types that were intended for internal use from the package exports:
        • parseHeaders
        • appendResourcePathToUrl
        • appendResourcePathToUrlIfNeeded
        • configureExporterTimeout
        • invalidTimeout
    • feat(instrumentation-http)!: remove long deprecated options #5085 @ pichlermarc
      • ignoreIncomingPaths has been removed, use the more versatile ignoreIncomingRequestHook instead.
      • ignoreOutgoingUrls has been removed, use the more versatile ignoreOutgoingRequestHook instead.
      • isIgnored utility function was intended for internal use and has been removed without replacement.

    🚀 (Enhancement)

    • feat(api-logs): Add delegating no-op logger provider #4861 @ hectorhdzg
    • feat(instrumentation-http): Add support for Semantic Conventions 1.27+ #4940 #4978 #5026 @ dyladan
      • Applies to client and server spans and metrics
      • Generate spans and metrics compliant with Semantic Conventions 1.27+ when OTEL_SEMCONV_STABILITY_OPT_IN contains http or http/dup
      • Generate spans and metrics backwards compatible with previous attributes when OTEL_SEMCONV_STABILITY_OPT_IN contains http/dup or DOES NOT contain http

    🐛 (Bug Fix)

    • fix(sampler-jaeger-remote): fixes an issue where package could emit unhandled promise rejections @ Just-Sieb
    • fix(otlp-grpc-exporter-base): default compression to 'none' if env vars OTEL_EXPORTER_OTLP_TRACES_COMPRESSION and OTEL_EXPORTER_OTLP_COMPRESSION are falsy @ sjvans
    • fix(sdk-events): remove devDependencies to old @ opentelemetry/[email protected], @ opentelemetry/[email protected] packages #5013 @ pichlermarc
    • fix(sdk-logs): remove devDependencies to old @ opentelemetry/[email protected] #5013 @ pichlermarc
    • fix(sdk-logs): align LogRecord#setAttribute type with types from @ opentelemetry/[email protected] #5013 @ pichlermarc
    • fix(exporter--otlp-): fixes a bug where signal-specific environment variables would not be applied and the trace-specific one was used instead #4971 @ pichlermarc
      • Fixes:
        • OTEL_EXPORTER_OTLP_METRICS_COMPRESSION
        • OTEL_EXPORTER_OTLP_LOGS_COMPRESSION
        • OTEL_EXPORTER_OTLP_METRICS_CLIENT_CERTIFICATE
        • OTEL_EXPORTER_OTLP_LOGS_CLIENT_CERTIFICATE
        • OTEL_EXPORTER_OTLP_METRICS_CLIENT_KEY
        • OTEL_EXPORTER_OTLP_LOGS_CLIENT_KEY
        • OTEL_EXPORTER_OTLP_METRICS_INSECURE
        • OTEL_EXPORTER_OTLP_LOGS_INSECURE
    • fix(sdk-node): use warn instead of error on unknown OTEL_NODE_RESOURCE_DETECTORS values #5034
    • fix(exporter-logs-otlp-proto): Use correct config type in Node constructor
    • fix(instrumentation-http): Fix instrumentation of http.get, http.request, https.get, and https.request when used from ESM code and imported via the import defaultExport from 'http' style. #5024 @ trentm

    🏠 (Internal)

    • refactor(exporter-prometheus): replace MetricAttributes and MetricAttributeValues with Attributes and AttributeValues #4993

    • refactor(browser-detector): replace ResourceAttributes with Attributes #5004

    • refactor(sdk-logs): replace ResourceAttributes with Attributes #5005 @ david-luna

  • 0.53.0 - 2024-08-28
  • 0.52.1 - 2024-06-20
from @opentelemetry/exporter-trace-otlp-proto GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.

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:

…0.55.0

Snyk has created this PR to upgrade @opentelemetry/exporter-trace-otlp-proto from 0.52.1 to 0.55.0.

See this package in npm:
@opentelemetry/exporter-trace-otlp-proto

See this project in Snyk:
https://app.snyk.io/org/micahgalizia/project/6d68838d-fd86-4090-9964-b2df8c93aeeb?utm_source=github&utm_medium=referral&page=upgrade-pr
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.

2 participants