Version 1.0.0
Version 1.0.0 - 2021-02-26
General
This releases marks the first stable release for the tracing, baggage and context APIs and the SDK.
Please see the Versioning document for stability guarantees.
The best source of a list of the now stable packages can be found in the opentelemetry-bom artifact in maven central.
Javadoc is available at javadoc.io. For example, javadoc.io for the API module.
Changes
- The
opentelemetry-protomodule is now versioned as analphamodule, as it contains non-stable
metrics and logs signals. It has hence been removed from the main BOM. - The
opentelemetry-sdk-extension-otprotomodule has been removed. The classes in it have been moved
to a newopentelemetry-exporter-otlp-commonmodule but have been repackaged into an unsupported,
internal package.
Metrics (alpha)
Breaking Changes
PrometheusCollector.Builderinner class has been moved to the top level asPrometheusCollectorBuilder.