chore(deps): update all#326
Open
renovate[bot] wants to merge 1 commit intomainfrom
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.72.0→0.73.0v1.14.1→v1.15.0v2.26.1→v2.27.0Release Notes
open-telemetry/opentelemetry-js-contrib (@opentelemetry/auto-instrumentations-node)
v0.73.0Compare Source
Features
Dependencies
open-telemetry/opentelemetry-dotnet-instrumentation (open-telemetry/opentelemetry-dotnet-instrumentation)
v1.15.0Compare Source
This release include all changes from 1.15.0-beta.1
release.
Changed
Dependency updates
1.15.3.OpenTelemetry.Instrumentation.GrpcNetClientfrom1.15.0-beta.1to1.15.1-beta.1,OpenTelemetry.Instrumentation.Httpfrom1.15.0to1.15.1,OpenTelemetry.Instrumentation.Processfrom1.15.0-beta.1to1.15.1-beta.1,OpenTelemetry.Instrumentation.Quartzfrom1.15.0-beta.1to1.15.1-beta.1,OpenTelemetry.Instrumentation.Runtimefrom1.15.0to1.15.1,OpenTelemetry.Instrumentation.SqlClientfrom1.15.1to1.15.2,OpenTelemetry.Instrumentation.StackExchangeRedisfrom1.15.0-beta.1to1.15.1-beta.1,OpenTelemetry.Instrumentation.Wcffrom1.15.0-beta.1to1.15.1-beta.2,OpenTelemetry.Resources.Azurefrom1.15.0-beta.1to1.15.1-beta.1,OpenTelemetry.Resources.Containerfrom1.15.0-beta.1to1.15.1-beta.1,OpenTelemetry.Resources.Hostfrom1.15.0-beta.2to1.15.1-beta.1,OpenTelemetry.Resources.OperatingSystemfrom1.15.0-beta.1to1.15.1-beta.1,OpenTelemetry.Resources.Processfrom1.15.0-beta.1to1.15.1-beta.1,OpenTelemetry.Resources.ProcessRuntimefrom1.15.0-beta.1to1.15.1-beta.1.OpenTelemetry.Instrumentation.AspNetCorefrom1.15.1to1.15.2,OpenTelemetry.Instrumentation.EntityFrameworkCorefrom
1.15.0-beta.1to1.15.1-beta.1.Microsoft.Bcl.AsyncInterfacesfrom10.0.2to10.0.7,Microsoft.Extensions.Configurationfrom10.0.2to10.0.7,Microsoft.Extensions.Configuration.Abstractionsfrom10.0.2to10.0.7,Microsoft.Extensions.Configuration.Binderfrom10.0.2to10.0.7,Microsoft.Extensions.DependencyInjectionfrom10.0.2to10.0.7,Microsoft.Extensions.DependencyInjection.Abstractionsfrom
10.0.2to10.0.7,Microsoft.Extensions.Diagnostics.Abstractionsfrom10.0.2to10.0.7,Microsoft.Extensions.Loggingfrom10.0.2to10.0.7,Microsoft.Extensions.Logging.Abstractionsfrom10.0.2to10.0.7,Microsoft.Extensions.Logging.Configurationfrom10.0.2to10.0.7,Microsoft.Extensions.Optionsfrom10.0.2to10.0.7,Microsoft.Extensions.Options.ConfigurationExtensionsfrom
10.0.2to10.0.7,Microsoft.Extensions.Primitivesfrom10.0.2to10.0.7,OpenTelemetry.Instrumentation.AspNetfrom1.15.1to1.15.2,System.Diagnostics.DiagnosticSourcefrom10.0.2to10.0.7,System.IO.Pipelinesfrom10.0.2to10.0.7,System.Text.Encodings.Webfrom10.0.2to10.0.7,System.Text.Jsonfrom10.0.2to10.0.7,System.ValueTuplefrom4.6.1to4.6.2.open-telemetry/opentelemetry-java-instrumentation (open-telemetry/opentelemetry-java-instrumentation)
v2.27.0: Version 2.27.0Compare Source
This release targets the OpenTelemetry SDK 1.61.0.
Note that many artifacts have the
-alphasuffix attached to their version number, reflecting that they will continue to have breaking changes. Please see VERSIONING.md for more details.AbstractKtorServerTelemetryBuilder.isOpenTelemetryInitialized()protected (previously public). (#17509)ExperimentalInstrumentationModule.injectClasses(ClassInjector)withexposedClassNames()for exposing helper classes to the application class loader. (#17765)WebApplicationContextInstrumentationfrom thespring-webinstrumentation module tospring-webmvc; users who disabled it viaotel.instrumentation.spring-web.enabled=falsemust now useotel.instrumentation.spring-webmvc.enabled=false. (#17856)🚫 Deprecations
KafkaTelemetryBuilder.setMessagingReceiveInstrumentationEnabled(boolean)in favor ofsetMessagingReceiveTelemetryEnabled(boolean). (#17092)setSanitizeQuery()andsetAddOperationNameToSpanName(), and deprecated config keyotel.instrumentation.graphql.add-operation-name-to-span-name.enabledin favor ofsetQuerySanitizationEnabled(),setOperationNameInSpanNameEnabled(), andotel.instrumentation.graphql.operation-name-in-span-name.enabled. (#17093)Experimental.setEnableSqlCommenter()in JDBC and R2DBC instrumentation in favor ofExperimental.setSqlCommenterEnabled(). (#17094)otel.instrumentation.servlet.capture-request-parameterstootel.instrumentation.servlet.experimental.capture-request-parametersandotel.instrumentation.servlet.add-trace-id-request-attributetootel.instrumentation.servlet.experimental.trace-id-request-attribute.enabled; old property names are deprecated. (#17113)statement_sanitizerin favor ofquery_sanitization, and the declarative config groupcommon.databasein favor ofcommon.db. (#17116)query_sanitizerin favor ofquery_sanitization. (#17455)otel.instrumentation.common.db-statement-sanitizer.enabled,otel.instrumentation.jdbc.statement-sanitizer.enabled,otel.instrumentation.mongo.statement-sanitizer.enabled, andotel.instrumentation.r2dbc.statement-sanitizer.enabledin favor of the corresponding*.query-sanitization.enablednames, deprecatedotel.instrumentation.common.experimental.db-sqlcommenter.enabledin favor ofotel.instrumentation.common.db.experimental.sqlcommenter.enabled, and deprecatedotel.instrumentation.graphql.query-sanitizer.enabledin favor ofotel.instrumentation.graphql.query-sanitization.enabled. (#17464)InstrumentationModule.isIndyModule(); indy mode is now determined by the agent distribution configuration instead of per-module overrides. (#17713)📈 Enhancements
log4j.map_message.prefix from MapMessage attributes whenotel.instrumentation.common.v3-previewis enabled. (#13871)otel.instrumentation.common.v3-previewis enabled, so captured header attribute keys now preserve the original header name. (#14554)db.system.nameattribute to Vertx SQL client instrumentation when stable database semantic conventions are enabled (otel.semconv-stability.opt-in=database). (#16254)db.system.nameattribute with stable semantic convention values (e.g.,postgresql,oracle.db,ibm.db2,sap.hana) when stable database semantic conventions are enabled (otel.semconv-stability.opt-in=database). (#16277)otel.instrumentation.common.v3-previewflag that enables upcoming 3.0 breaking changes early. (#16459)messaging.kafka.bootstrap.serversattribute to Kafka producer spans whenotel.instrumentation.kafka.experimental-span-attributesis enabled. (#17065)otel.instrumentation.common.v3-previewis enabled. (#17173)otel.javaagent.add-thread-details) by default whenotel.instrumentation.common.v3-previewis enabled. (#17215)messaging.kafka.offsetattribute to Kafka instrumentation, gated behindotel.semconv-stability.preview=messaging. (#17785)otel.instrumentation.common.v3-previewis enabled. (#17822)AgentBuilder.Default.transformationswith aClassFileTransformerhook, avoiding a JDK 26 JEP 500 warning about writing to a final field via reflection. (#17824)Tracer.isEnabled(), metric instrumentisEnabled(), andLogger.setBody(Body). (#17849)🛠️ Bug fixes
WebClientBeanPostProcessorandRestClientBeanPostProcessorto avoid replacing user-customized builder beans when the OpenTelemetry tracing filter/interceptor is already registered. (#15546)restoreThreadContextnot always being called by Ktor coroutine machinery. (#16487)schemaUrlto servlet response instrumenter. (#16560)OpenTelemetryContextDataProvidercallingGlobalOpenTelemetry.get()during class initialization, which could interfere with SDK setup ordering. (#16638)unsafe.runto lose their parent. (#16647)VALUE-type attributes set viaAttributeKey.valueKey()on spans and log records through the javaagent API bridge. (#16750)httpurlconnection,methods, andrmiinstrumentations to useMethodHandles.Lookupinstead of unsafe fallback on JDK 23+. (#17050)preferJfris enabled but JFR is not available. (#17058)NullPointerExceptionin servlet instrumentation when response object is null during error handling. (#17087)setPropagationEnabled(false)and not inject trace context into message headers when propagation is disabled. (#17231)IgnoredClassLoadersMatchercaused bycomputeIfAbsentholding a lock while callingloadClass. (#17241)triggerListenerwas refactored into a lambda. (#17405)ProducerRecordheaders are read-only (e.g. when a record is sent a second time). (#17530)NullPointerExceptionin Undertow instrumentation when the active-handlers context key is absent. (#17559)HttpServerResponseCustomizererror isolation so that a failing customizer no longer prevents subsequent customizers from running. (#17617)rocketmq-client-4.8instrumentation not recording spans for ONEWAY messages. (#17656)otel.instrumentation.common.default-enabledis set tofalse. (#17657)ClassNotFoundExceptioninMicrometerBridgeAutoConfigurationwhen Spring Boot Actuator metrics module is not on the classpath in Spring Boot 4. (#17723)otel.instrumentation.runtime-telemetry.emit-experimental-metrics=true, which could impose unwanted JFR recording overhead on users who only wanted the JMX-based experimental metrics. JFR-based experimental metrics are now gated by a separateotel.instrumentation.runtime-telemetry.emit-experimental-jfr-metricsproperty. (#18110)🙇 Thank you
This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:
@breedx-splk
@caglareker
@divitsinghall
@IswaryaIyapalam
@jaydeluca
@kchrusciel
@kriegaex
@laurit
@lenin-jaganathan
@lmolkova
@lucacavenaghi97
@maryliag
@mznet
@onurkybsi
@pepeshore
@sam-ov
@steverao
@SylvainJuge
@trask
@Tusharika725
@unalpolat
@utafrali
@wpessers
@xiangtianyu
@YaoYingLong
@zeitlinger
@zhenlin-pay2
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.