Skip to content

Bump otelJavaContribVersion from 1.56.0-alpha to 1.58.0-alpha#530

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/otelJavaContribVersion-1.58.0-alpha
Open

Bump otelJavaContribVersion from 1.56.0-alpha to 1.58.0-alpha#530
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/otelJavaContribVersion-1.58.0-alpha

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 8, 2026

Copy link
Copy Markdown
Contributor

Bumps otelJavaContribVersion from 1.56.0-alpha to 1.58.0-alpha.
Updates io.opentelemetry.contrib:opentelemetry-span-stacktrace from 1.56.0-alpha to 1.58.0-alpha

Release notes

Sourced from io.opentelemetry.contrib:opentelemetry-span-stacktrace's releases.

Version 1.57.0

This release targets the OpenTelemetry Java Instrumentation 2.28.0.

Baggage processor

  • Delegate baggage filtering to IncludeExcludePredicate and allow wildcards in auto-configuration (#2802)

Dynamic control

  • Initialize pipeline configuration from declarative configuration or a fallback file (#2766)
  • Add policy pipeline initialization manager (#2826)

IBM MQ metrics

  • Add expired message metric for IBM MQ queues (#2809)

JFR events

  • Add support for JFR contextual information (#2739)

OpAMP client

  • Remove CompletableFuture usage (#2810)

Telemetry processors

  • Deprecate EventToSpanEventBridge (#2822)

Span stack traces

  • Ignore inferred spans in span stack traces by default (#2803)

🙇 Thank you

This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:

@​atoulme @​breedx-splk @​egahlin @​jack-berg @​jackshirazi @​jaydeluca @​JonasKunz @​laurit @​LikeTheSalad @​marschall @​MikeGoldsmith @​psx95 @​sfriberg @​SylvainJuge

... (truncated)

Changelog

Sourced from io.opentelemetry.contrib:opentelemetry-span-stacktrace's changelog.

Changelog

Unreleased

Disk buffering

  • Replace the read-after-write delay with atomic rename: the writer now appends to <timestamp>.tmp and atomically renames to its final numeric name on close, so finalized files become visible to the reader immediately. Orphan *.tmp files left behind by an unclean shutdown are recovered on the next storage open. The minFileAgeForReadMillis default changes from 33s to 0 and is no longer required to be greater than maxFileAgeForWriteMillis.

Version 1.58.0 (2026-06-19)

AWS X-Ray SDK support

  • Prevent regex on hot path (#2879)

Azure resources

  • Close leaky resources in azure-resources (#2876)
  • Handle NumberFormatException when parsing numbers (#2880)

Disk buffering

  • Add guard for non-numeric files (#2877)

Dynamic control

  • Wire up first policy (#2833)
  • Enable autoconfigurable extension (#2866)
  • Register implementers (#2858)
  • Add shadowJar target for fat jar including dependencies (#2869)
  • Update README on instructions for using the project as an extension (#2885)

GCP authentication extension

  • Support 'none' option in GOOGLE_OTEL_AUTH_TARGET_SIGNALS (#2899)

GCP resources

... (truncated)

Commits

Updates io.opentelemetry.contrib:opentelemetry-cel-sampler from 1.56.0-alpha to 1.58.0-alpha

Release notes

Sourced from io.opentelemetry.contrib:opentelemetry-cel-sampler's releases.

Version 1.57.0

This release targets the OpenTelemetry Java Instrumentation 2.28.0.

Baggage processor

  • Delegate baggage filtering to IncludeExcludePredicate and allow wildcards in auto-configuration (#2802)

Dynamic control

  • Initialize pipeline configuration from declarative configuration or a fallback file (#2766)
  • Add policy pipeline initialization manager (#2826)

IBM MQ metrics

  • Add expired message metric for IBM MQ queues (#2809)

JFR events

  • Add support for JFR contextual information (#2739)

OpAMP client

  • Remove CompletableFuture usage (#2810)

Telemetry processors

  • Deprecate EventToSpanEventBridge (#2822)

Span stack traces

  • Ignore inferred spans in span stack traces by default (#2803)

🙇 Thank you

This release was possible thanks to the following contributors who shared their brilliant ideas and awesome pull requests:

@​atoulme @​breedx-splk @​egahlin @​jack-berg @​jackshirazi @​jaydeluca @​JonasKunz @​laurit @​LikeTheSalad @​marschall @​MikeGoldsmith @​psx95 @​sfriberg @​SylvainJuge

... (truncated)

Changelog

Sourced from io.opentelemetry.contrib:opentelemetry-cel-sampler's changelog.

Changelog

Unreleased

Disk buffering

  • Replace the read-after-write delay with atomic rename: the writer now appends to <timestamp>.tmp and atomically renames to its final numeric name on close, so finalized files become visible to the reader immediately. Orphan *.tmp files left behind by an unclean shutdown are recovered on the next storage open. The minFileAgeForReadMillis default changes from 33s to 0 and is no longer required to be greater than maxFileAgeForWriteMillis.

Version 1.58.0 (2026-06-19)

AWS X-Ray SDK support

  • Prevent regex on hot path (#2879)

Azure resources

  • Close leaky resources in azure-resources (#2876)
  • Handle NumberFormatException when parsing numbers (#2880)

Disk buffering

  • Add guard for non-numeric files (#2877)

Dynamic control

  • Wire up first policy (#2833)
  • Enable autoconfigurable extension (#2866)
  • Register implementers (#2858)
  • Add shadowJar target for fat jar including dependencies (#2869)
  • Update README on instructions for using the project as an extension (#2885)

GCP authentication extension

  • Support 'none' option in GOOGLE_OTEL_AUTH_TARGET_SIGNALS (#2899)

GCP resources

... (truncated)

Commits

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will 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 version will 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 dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `otelJavaContribVersion` from 1.56.0-alpha to 1.58.0-alpha.

Updates `io.opentelemetry.contrib:opentelemetry-span-stacktrace` from 1.56.0-alpha to 1.58.0-alpha
- [Release notes](https://github.com/open-telemetry/opentelemetry-java-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-java-contrib/commits)

Updates `io.opentelemetry.contrib:opentelemetry-cel-sampler` from 1.56.0-alpha to 1.58.0-alpha
- [Release notes](https://github.com/open-telemetry/opentelemetry-java-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-java-contrib/blob/main/CHANGELOG.md)
- [Commits](https://github.com/open-telemetry/opentelemetry-java-contrib/commits)

---
updated-dependencies:
- dependency-name: io.opentelemetry.contrib:opentelemetry-span-stacktrace
  dependency-version: 1.58.0-alpha
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.opentelemetry.contrib:opentelemetry-cel-sampler
  dependency-version: 1.58.0-alpha
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jul 8, 2026
@dependabot dependabot Bot requested review from a team as code owners July 8, 2026 19:53
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jul 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Development

Successfully merging this pull request may close these issues.

0 participants