deps: bump @opentelemetry/exporter-trace-otlp-http from 0.218.0 to 0.221.0
Closed
Number: #1359
Type: Pull Request
State: Closed
Type: Pull Request
State: Closed
Author:
dependabot[bot]
Association: Unknown
Comments: 5
Association: Unknown
Comments: 5
Created:
August 05, 2026 at 04:47 PM UTC
(2 days ago)
(2 days ago)
Updated:
August 05, 2026 at 04:53 PM UTC
(2 days ago)
(2 days ago)
Closed:
August 05, 2026 at 04:48 PM UTC
(2 days ago)
(2 days ago)
Time to Close:
less than a minute
Labels:
dependencies javascript
dependencies javascript
Description:
Bumps @opentelemetry/exporter-trace-otlp-http from 0.218.0 to 0.221.0.
Release notes
Sourced from @opentelemetry/exporter-trace-otlp-http's releases.
experimental/v0.221.0
0.221.0
:boom: Breaking Changes
- feat(sdk-logs)!: configure the force flush timeout per call #6931
@LarryHu0217
- (user-facing):
LoggerProviderOptions.forceFlushTimeoutMillishas been removed; passtimeoutMillistoLoggerProvider.forceFlush()instead.- feat(instrumentation-http)!: emit only stable HTTP semantic conventions. The
OTEL_SEMCONV_STABILITY_OPT_INenvironment variable no longer changes HTTP attribute or metric emission — old (v1.7.0) and duplicate (http/http/dup) semconv outputs have been removed. #6819@maryliag- feat(instrumentation-fetch)!: emit only stable HTTP semantic conventions. The
semconvStabilityOptIninstrumentation config option has been removed; old (v1.7.0) and duplicate semconv outputs are no longer emitted. #6819@maryliag- feat(instrumentation-xml-http-request)!: emit only stable HTTP semantic conventions. The
semconvStabilityOptIninstrumentation config option has been removed; old (v1.7.0) and duplicate semconv outputs are no longer emitted. #6819@maryliag- feat(instrumentation-grpc)!: emit only stable network semantic conventions. The
OTEL_SEMCONV_STABILITY_OPT_INenvironment variable no longer changes attribute emission —net.peer.nameandnet.peer.port(old) are no longer set; onlyserver.addressandserver.port(stable). #6819@maryliag:rocket: Features
- feat(sdk-logs): allow modifying ReadWriteLogRecord properties (including hrTime, hrTimeObserved, and spanContext) in accordance with the OpenTelemetry Logs specification #6923
@Babul422- feat(sdk-node): emit a deprecation warning when the
JaegerPropagatoris selected viaOTEL_PROPAGATORSor declarative config; usetracecontextinstead.@pichlermarc- feat(instrumentation-http): set
error.typeto status code in metrics for error requests. #6919@raphael-theriault-swiexperimental/v0.220.0
0.220.0
:boom: Breaking Changes
- refactor(sdk-logs)!: refactor BatchLogRecordProcessor constructor signature #6817
@trentm
- (user-facing):
BatchLogRecordProcessornow takes a singleoptionsobject with all possible properties, instead of two separate arguments. For example, beforenew BatchLogRecordProcessor(exporter, { maxQueueSize: 1000 }), afternew BatchLogRecordProcessor({ exporter, maxQueueSize: 1000 }).interface BufferConfig->interface BatchLogRecordProcessorOptions, and now includes theexporterpropertyinterface BatchLogRecordProcessorBrowserConfig->interface BatchLogRecordProcessorBrowserOptions- (user-facing):
SimpleLogRecordProcessornow takes a singleoptionsobject with all possible properties. For example, beforenew SimpleLogRecordProcessor(exporter), afternew SimpleLogRecordProcessor({ exporter }). #6836- refactor(configuration)!: change config file parsing to not add default values, nor merge
*_listfields #6765@trentm
- Responsibility for handling declarative config "nullBehavior" and "defaultBehavior" belongs in the "create" handling, currently in the "sdk-node" package.
- docs(shim-opencensus): Notice: The
@opentracing/shim-opencensuspackage will be removed in SDK 3.x, planned for approximately September 2026.
- The OpenCensus and OpenTracing compatibility requirements in the OpenTelemetry specification have been deprecated.
- chore(sdk-node)!: Drop support for deprecated OpenCensusMetricProducer from declarative config
:rocket: Features
- feat(configuration): bump config schema to v1.1.0; rename
without_scope_info→scope_info_enabledandwithout_target_info/development→target_info_enabled/developmenton the Prometheus pull exporter (semantics inverted), renamewith_resource_constant_labels→resource_constant_labels. Validatefile_formatper the configuration versioning spec: accept any minor version of major1(e.g.1.0,1.1), warn when the minor version is newer than supported, and reject other major versions. #6781@MikeGoldsmith- feat(sdk-node): wire up
id_generatorfrom declarative config #6782@MikeGoldsmith- feat(sdk-node): wire up
tracer_provider.samplerfrom declarative config (always_on, always_off, trace_id_ratio_based, parent_based); unrecognized variants warn and fall back to ParentBased(AlwaysOn) #6506@MikeGoldsmith- feat(propagator-env-carrier): empty name normalization #6827
@pellared- feat(propagator-env-carrier): make
EnvironmentGetterread the currentprocess.env#6853@pellared:bug: Bug Fixes
- fix(sdk-logs): stop
Logger.emit()doing work (record construction, metrics, processoronEmit) after theLoggerProviderhas shut down #6826@anneheartrecord- fix(sdk-node): pass all config properties (endpoint, headers, timeout, TLS, compression, temporality preference, default histogram aggregation) to OTLP metric exporters in declarative config #6814
@MikeGoldsmith- fix(sdk-logs): default BatchLogRecordProcessor
scheduleDelayMillisis 1000 #6796@trentm- fix(configuration): percent-decode keys and values in
resource.attributes_listper spec #6787@MikeGoldsmith- fix(configuration): default
log_leveltoinfoin env-based config initialization for consistency with file-based config #6788@MikeGoldsmith
... (truncated)
Commits
76fa6b5chore: prepare next release (#6942)3787896chore(deps): update dependency webpack-cli to v7.2.1 (#6934)be5f757fix(deps): update dependency body-parser to v2.3.0 [security] (#6941)f6d8fbechore(deps): lock file maintenance (#6559)9612732chore: remove examples/dice from workspaces (#6937)7107906chore: start using min-release-age in .npmrc, disable minimumReleaseAge for r...a7e5d11chore(deps): update dependency webpack to v5.108.4 (#6933)af7a82dchore(deps): update dependency msw to v2.15.0 (#6831)b9f57c6chore(deps): update dependency@types/webpack-envto v1.18.8 (#6877)cbb4abfchore(deps): update ubuntu docker tag to v26 (#6635)- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Package Dependencies
Ecosystem:
npm
npm
Version Change:
0.218.0 → 0.221.0
Update Type:
Minor
Minor
Technical Details
| ID: | 16145966 |
| UUID: | 5073211057 |
| Node ID: | PR_kwDOQdLGBM77LvjS |
| Host: | GitHub |
| Repository: | Hardonian/Settler |