Skip to content

chore: release#329

Merged
davidB merged 1 commit into
mainfrom
release-plz-2026-03-15T12-59-58Z
Apr 27, 2026
Merged

chore: release#329
davidB merged 1 commit into
mainfrom
release-plz-2026-03-15T12-59-58Z

Conversation

@github-actions

@github-actions github-actions Bot commented Mar 15, 2026

Copy link
Copy Markdown
Contributor

🤖 New release

  • tracing-opentelemetry-instrumentation-sdk: 0.32.4 -> 0.32.5 (✓ API compatible changes)
  • init-tracing-opentelemetry: 0.36.1 -> 0.37.0 (⚠ API breaking changes)

init-tracing-opentelemetry breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field OtelConfig.logs_enabled in /tmp/.tmpJ4ctxv/tracing-opentelemetry-instrumentation-sdk/init-tracing-opentelemetry/src/config.rs:250
  field OtelConfig.logs_enabled in /tmp/.tmpJ4ctxv/tracing-opentelemetry-instrumentation-sdk/init-tracing-opentelemetry/src/config.rs:250

--- failure function_missing: pub fn removed or renamed ---

Description:
A publicly-visible function cannot be imported by its prior path. A `pub use` may have been removed, or the function itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/function_missing.ron

Failed in:
  function init_tracing_opentelemetry::otlp::traces::debug_env, previously in file /tmp/.tmpOcH036/init-tracing-opentelemetry/src/otlp/traces.rs:56

--- failure method_receiver_mut_ref_became_owned: method receiver changed from mutable reference to owned value ---

Description:
A method's receiver changed from a mutable reference to an owned value. Ownership is transferred as part of the call, which is a breaking change.
        ref: https://doc.rust-lang.org/reference/items/associated-items.html#methods
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.46.0/src/lints/method_receiver_mut_ref_became_owned.ron

Failed in:
  init_tracing_opentelemetry::resource::DetectResource::build now takes Self, not &mut Self, in /tmp/.tmpJ4ctxv/tracing-opentelemetry-instrumentation-sdk/init-tracing-opentelemetry/src/resource.rs:51
Changelog

init-tracing-opentelemetry

0.37.0 - 2026-04-27

Fixed

  • (init) metrics enabled if feature flages & explicit enabling
  • avoid to log sensitive OTEL value, and warn if issue on logfmt
  • (docs) build of sample & add screenshot for log

Added

  • accept owned string for service'name and version
  • add OTLP log exporter (#333)


This PR was generated with release-plz.

@github-actions github-actions Bot force-pushed the release-plz-2026-03-15T12-59-58Z branch from a5eeb72 to fa5e82a Compare March 21, 2026 08:26
@github-actions github-actions Bot force-pushed the release-plz-2026-03-15T12-59-58Z branch from fa5e82a to 7ec1dad Compare April 26, 2026 18:14
@github-actions github-actions Bot force-pushed the release-plz-2026-03-15T12-59-58Z branch from 7ec1dad to 7fec50e Compare April 27, 2026 10:38
@davidB davidB merged commit 4f5773d into main Apr 27, 2026
@davidB davidB deleted the release-plz-2026-03-15T12-59-58Z branch April 27, 2026 10:45
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.

1 participant