Skip to content

Bump otelJavaContribVersion from 1.58.0-alpha to 1.59.0-alpha - #578

Merged
cleverchuk merged 1 commit into
mainfrom
dependabot/gradle/otelJavaContribVersion-1.59.0-alpha
Aug 20, 2026
Merged

Bump otelJavaContribVersion from 1.58.0-alpha to 1.59.0-alpha#578
cleverchuk merged 1 commit into
mainfrom
dependabot/gradle/otelJavaContribVersion-1.59.0-alpha

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 19, 2026

Copy link
Copy Markdown
Contributor

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

Release notes

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

Version 1.58.0

This release targets the OpenTelemetry Java Instrumentation 2.29.0.

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

  • Handle NumberFormatException when parsing numbers (#2880)

IBM MQ metrics

  • Move to produce metrics via MetricProducer (#2836)
  • Change ibm-mq-metrics to use SnakeYAML Engine v2 (#2872)

JMX scraper

  • Reconnect when connection is lost (#2910)

Maven extension

  • Fix issue with extension service files being overridden (#2886)

OpAMP client

  • Add health reporting support (#2867)

🙇 Thank you

... (truncated)

Changelog

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

Changelog

Unreleased

Version 1.59.0 (2026-07-24)

⚠️ Breaking changes

  • Declarative config YAML now only accepts integer millisecond values for duration properties. Users should no longer specify ms as a suffix in duration literals (eg. 100ms should be given as just 100). (#2988)

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. (#2897)

Dynamic control

  • Align to name and ID in spec for policies (#2926)
  • Add identity to existing policy classes (#2942)
  • Add deleted policy (#2943)
  • Apply deleted policy to telemetry policy deletion flow (#2944)
  • Make TelemetryPolicy an interface (#2948)
  • Refactor sourceKey to policyId to align to spec (#2949)
  • Add initializing from declarative config. (#2967)
  • Align aggregation to spec (#2960)
  • Add priority ordering to sources (#2970)
  • Add SourceKind to TelemetryPolicy (#2972)
  • Sampling rate is only changed if it has changed value (#2957)
  • SourceKind is now propagated across validation and policy creation (#2973)
  • Drop comparable policies according to priority for an update (#2974)

... (truncated)

Commits

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

Release notes

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

Version 1.58.0

This release targets the OpenTelemetry Java Instrumentation 2.29.0.

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

  • Handle NumberFormatException when parsing numbers (#2880)

IBM MQ metrics

  • Move to produce metrics via MetricProducer (#2836)
  • Change ibm-mq-metrics to use SnakeYAML Engine v2 (#2872)

JMX scraper

  • Reconnect when connection is lost (#2910)

Maven extension

  • Fix issue with extension service files being overridden (#2886)

OpAMP client

  • Add health reporting support (#2867)

🙇 Thank you

... (truncated)

Changelog

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

Changelog

Unreleased

Version 1.59.0 (2026-07-24)

⚠️ Breaking changes

  • Declarative config YAML now only accepts integer millisecond values for duration properties. Users should no longer specify ms as a suffix in duration literals (eg. 100ms should be given as just 100). (#2988)

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. (#2897)

Dynamic control

  • Align to name and ID in spec for policies (#2926)
  • Add identity to existing policy classes (#2942)
  • Add deleted policy (#2943)
  • Apply deleted policy to telemetry policy deletion flow (#2944)
  • Make TelemetryPolicy an interface (#2948)
  • Refactor sourceKey to policyId to align to spec (#2949)
  • Add initializing from declarative config. (#2967)
  • Align aggregation to spec (#2960)
  • Add priority ordering to sources (#2970)
  • Add SourceKind to TelemetryPolicy (#2972)
  • Sampling rate is only changed if it has changed value (#2957)
  • SourceKind is now propagated across validation and policy creation (#2973)
  • Drop comparable policies according to priority for an update (#2974)

... (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.58.0-alpha to 1.59.0-alpha.

Updates `io.opentelemetry.contrib:opentelemetry-span-stacktrace` from 1.58.0-alpha to 1.59.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.58.0-alpha to 1.59.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.59.0-alpha
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.opentelemetry.contrib:opentelemetry-cel-sampler
  dependency-version: 1.59.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 Aug 19, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 19, 2026 19:53
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 19, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 19, 2026 19:53
@dependabot dependabot Bot added the java Pull requests that update java code label Aug 19, 2026
@cleverchuk
cleverchuk merged commit 3b92b25 into main Aug 20, 2026
16 checks passed
@cleverchuk
cleverchuk deleted the dependabot/gradle/otelJavaContribVersion-1.59.0-alpha branch August 20, 2026 14:06
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.

1 participant