opentelemetry-java-instrumentation icon indicating copy to clipboard operation
opentelemetry-java-instrumentation copied to clipboard

Should we bump 1.x minor versions when bumping SDK minor versions?

Open trask opened this issue 1 year ago • 1 comments

Currently we are only bumping 1.x patch versions when bumping SDK minor versions, e.g. https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11879

@brunobat recently reported a breaking change when updating 1.x patch versions. He didn't recall the exact breakage, but I suspect it may have been in an SDK incubator (alpha) artifact, which is ok to break in minor SDK version bumps, but not great to break in a patch update of Instrumentation (which bumps the minor SDK version in its bom).

trask avatar Jul 22 '24 16:07 trask