Last release today
01 Sep 2026
Ships on a steady schedule
a new release about every 8 days
Some releases are documented
notes for 18 of the last 60 stable releases
Nothing withdrawn
no release was ever pulled
6 years old
2145 releases · first in 2020
One column per quarter.
Nothing published for this version
MeterProvider, TracerProvider, and TextMapPropagator types to be set. (#2772, #2773)Nothing published for this version
Nothing published for this version
Nothing published for this version
Nothing published for this version
go.opentelemetry.io/proto/otlp in go.opentelemetry.io/otel/exporters/otlp/otlptrace from v0.12.1 to v0.15.0.
This replaces the use of the now deprecated InstrumentationLibrary and InstrumentationLibrarySpans types and fields in the proto library with the equivalent InstrumentationScope and ScopeSpans. (#2748)Nothing published for this version
Nothing published for this version
Nothing published for this version
Nothing published for this version
Nothing published for this version
Nothing published for this version
Nothing published for this version
Nothing published for this version
go.opentelemetry.io/otel/schema/* packages now use the correct schema URL for their SchemaURL constant.
Instead of using "https://opentelemetry.io/schemas/v<version>" they now use the correct URL without a v prefix, "https://opentelemetry.io/schemas/<version>". (#2743, #2744)go.opentelemetry.io/proto/otlp from v0.12.0 to v0.12.1.
This includes an indirect upgrade of github.com/grpc-ecosystem/grpc-gateway which resolves a vulnerability from gopkg.in/yaml.v2 in version v2.2.3. (#2724, #2728)Nothing published for this version
Nothing published for this version
Nothing published for this version
Nothing published for this version
Nothing published for this version
Nothing published for this version
Nothing published for this version
Nothing published for this version
Nothing published for this version
Nothing published for this version
Nothing published for this version
Nothing published for this version
Nothing published for this version
Nothing published for this version
Nothing published for this version
Nothing published for this version
Nothing published for this version
Log the Exporters configuration in the TracerProviders message. (#2578)
Added support to configure the span limits with environment variables. The following environment variables are supported. (#2606, #2637)
OTEL_SPAN_ATTRIBUTE_VALUE_LENGTH_LIMITOTEL_SPAN_ATTRIBUTE_COUNT_LIMITOTEL_SPAN_EVENT_COUNT_LIMITOTEL_EVENT_ATTRIBUTE_COUNT_LIMITOTEL_SPAN_LINK_COUNT_LIMITOTEL_LINK_ATTRIBUTE_COUNT_LIMITIf the provided environment variables are invalid (negative), the default values would be used.
Rename the gc runtime name to go (#2560)
Add resource container ID detection. (#2418)
Add span attribute value length limit.
The new AttributeValueLengthLimit field is added to the "go.opentelemetry.io/otel/sdk/trace".SpanLimits type to configure this limit for a TracerProvider.
The default limit for this resource is "unlimited". (#2637)
Add the WithRawSpanLimits option to go.opentelemetry.io/otel/sdk/trace.
This option replaces the WithSpanLimits option.
Zero or negative values will not be changed to the default value like WithSpanLimits does.
Setting a limit to zero will effectively disable the related resource it limits and setting to a negative value will mean that resource is unlimited.
Consequentially, limits should be constructed using NewSpanLimits and updated accordingly. (#2637)
Member when capacity is reached. (#2592)oltptrace exporter. (#2601)otlpmetric and otlptrace configuration. (#2639)sdk/trace.BatchSpanProcessor to reflect the count is cumulative. (#2640)envconfig package for OTLP exporters. (#2608)http.Request.Host is empty, fall back to use URL.Host when populating http.host in the semconv packages. (#2661)4318 instead of 4317 for the otlpmetrichttp and otlptracehttp client. (#2614, #2625)"go.opentelemetry.io/otel/sdk/trace".WithSpanLimits.
Use WithRawSpanLimits instead.
That option allows setting unlimited and zero limits, this option does not.
This option will be kept until the next major version incremented release. (#2637)Nothing published for this version
Nothing published for this version
Nothing published for this version
Nothing published for this version
Nothing published for this version
Nothing published for this version
Nothing published for this version
Nothing published for this version
Nothing published for this version
Nothing published for this version
Nothing published for this version
Nothing published for this version
Nothing published for this version
Nothing published for this version
BatchSpanProcessor. (#2615)Nothing published for this version
Nothing published for this version
OTEL_EXPORTER_ZIPKIN_ENDPOINT environment variable to specify zipkin collector endpoint. (#2490)TracerProviders, and Tracers for debugging.
To enable use a logger with Verbosity (V level) >=1. (#2500)OTEL_BSP_SCHEDULE_DELAYOTEL_BSP_EXPORT_TIMEOUTOTEL_BSP_MAX_QUEUE_SIZE.OTEL_BSP_MAX_EXPORT_BATCH_SIZEResource attributes in the Tags field. (#2589)go.opentelemetry.io/otel/sdk/export/metric.
Use the go.opentelemetry.io/otel/sdk/metric module instead. (#2382)"go.opentelemetry.io/otel/sdk/metric".AtomicFieldOffsets. (#2445)otlpmetric.Client interface's UploadMetrics method to accept a single ResourceMetrics instead of a slice of them. (#2491)+inf bucket. (#2419, #2493)NewMember and not also when adding it to the baggage itself. (#2522)go.opentelemetry.io/otel/sdk/trace package when capacity is reached is fixed to be in compliance with the OpenTelemetry specification.
Instead of dropping the least-recently-used attribute, the last added attribute is dropped.
This drop order still only applies to attributes with unique keys not already contained in the span.
If an attribute is added with a key already contained in the span, that attribute is updated to the new value being added. (#2576)go.opentelemetry.io/proto/otlp from v0.11.0 to v0.12.0. This version removes a number of deprecated methods. (#2546)
Nothing published for this version
Nothing published for this version
Nothing published for this version
Nothing published for this version
Nothing published for this version
Nothing published for this version
Nothing published for this version
Nothing published for this version