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/api-logs from 0.55.0 to 0.56.0 #174

Closed

Conversation

WomB0ComB0
Copy link
Owner

snyk-top-banner

Snyk has created this PR to upgrade @opentelemetry/api-logs from 0.55.0 to 0.56.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 1 version ahead of your current version.

  • The recommended version was released a month ago.

Release notes
Package name: @opentelemetry/api-logs
  • 0.56.0 - 2024-12-04

    0.56.0

    💥 Breaking Change

    • feat(otlp-exporter-base)!: collapse base classes into one #5031 @ pichlermarc
      • OTLPExporterNodeBase has been removed in favor of a platform-agnostic implementation (OTLPExporterBase)
      • OTLPExporterBrowserBase has been removed in favor of a platform-agnostic implementation (OTLPExporterBase)
      • ExportServiceError was intended for internal use and has been dropped from exports
      • validateAndNormalizeHeaders was intended for internal use and has been dropped from exports
      • OTLPExporterBase all properties are now private, the constructor now takes an IOTLPExportDelegate, the type parameter for config type has been dropped.
        • This type is scheduled for removal in a future version of this package, please treat all exporters as SpanExporter, PushMetricExporter or LogRecordExporter, based on their respective type.
    • feat(otlp-grpc-exporter-base)!: collapse base classes into one #5031 @ pichlermarc
      • OTLPGRPCExporterNodeBase has been removed in favor of a platform-agnostic implementation (OTLPExporterBase from @ opentelemetry/otlp-exporter-base)
    • feat(otlp-transformer)!: accept ResourceMetrics in serializers instead of ResourceMetrics[]
      • (user-facing): ProtobufMetricsSerializer now only accepts ResourceMetrics instead of ResourceMetrics[] to align with PushMetricExporter requirements
      • (user-facing): JsonMetricsSerializer now only accepts ResourceMetrics instead of ResourceMetrics[] to align with PushMetricExporter requirements

    🚀 (Enhancement)

    • feat(otlp-exporter-base): handle OTLP partial success #5183 @ pichlermarc
    • feat(otlp-exporter-base): internally accept a http header provider function only #5179 @ pichlermarc
    • refactor(otlp-exporter-base): don't create blob before sending xhr #5193 @ pichlermarc
      • improves compatibility with some unsupported runtimes
    • feat(otlp-exporter-base): add http response body to exporter error #5204 @ pichlermarc

    🐛 (Bug Fix)

    • fix(otlp-exporter-*): de-confuse Nuxt build tooling by not using 'export *' in comments #5227 @ pichlermarc

    🏠 (Internal)

  • 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
from @opentelemetry/api-logs 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:

Snyk has created this PR to upgrade @opentelemetry/api-logs from 0.55.0 to 0.56.0.

See this package in npm:
@opentelemetry/api-logs

See this project in Snyk:
https://app.snyk.io/org/womb0comb0/project/50c3f21a-4385-405f-99d6-387977cfff55?utm_source=github&utm_medium=referral&page=upgrade-pr
Copy link

vercel bot commented Jan 1, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
portfolio ❌ Failed (Inspect) Jan 1, 2025 1:16am

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