deps: update dependency io.opentelemetry:opentelemetry-bom to v1.46.0 by renovate-bot · Pull Request #3530 · googleapis/java-spanner (original) (raw)
This PR contains the following updates:
Package | Change | Age | Adoption | Passing | Confidence |
---|---|---|---|---|---|
io.opentelemetry:opentelemetry-bom | 1.44.1 -> 1.46.0 |
Release Notes
open-telemetry/opentelemetry-java (io.opentelemetry:opentelemetry-bom)
v1.46.0
SDK
- Remove unused dependencies, cleanup code after stabilizing Value
(#6948) - Explicitly allow null into CompletableResultCode.failExceptionally()
(#6963)
Traces
- Fix span setStatus
(#6990)
Logs
- Add getters/accessors for readable fields in ReadWriteLogRecord.
(#6924)
Exporters
- OTLP: Update to opentelemetry-proto 1.5
(#6999) - Bugfix - OTLP: Ensure Serializer runtime exceptions are rethrown as IOException
(#6969) - BREAKING - OTLP: Delete experimental OTLP authenticator concept.
See OTLP authentication docs
for supported solutions.
(#6984)
Extensions
- BREAKING - Autoconfigure: Remove support for deprecated otel.experimental.resource.disabled.keys
(#6931)
v1.45.0
API
- Add convenience method
setAttribute(Attribute<Long>, int)
to SpanBuilder (matching the existing
convenience method in Span)
(#6884) - Extends TextMapGetter with experimental GetAll() method, implement usage in W3CBaggagePropagator
(#6852)
SDK
Traces
- Add synchronization to SimpleSpanProcessor to ensure thread-safe export of spans
(#6885)
Metrics
- Lazily initialize ReservoirCells
(#6851)
Logs
- Add synchronization to SimpleLogRecordProcessor to ensure thread-safe export of logs
(#6885)
Exporters
- OTLP: Update opentelementry-proto to 1.4
(#6906) - OTLP: Rename internal Marshaler#writeJsonToGenerator method to allow jackson runtimeOnly dependency
(#6896) - OTLP: Fix repeated string serialization for JSON.
(#6888) - OTLP: Fix missing unsafe available check
(#6920)
Extensions
- Declarative config: Don't require empty objects when referencing custom components
(#6891)
Tooling
- Add javadoc boilerplate internal comment v2 for experimental classes
(#6886) - Update develocity configuration
(#6903)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- If you want to rebase/retry this PR, check this box
This PR was generated by Mend Renovate. View the repository job log.