Last release 5 days ago
28 Aug 2026
Ships on a steady schedule
a new release about every 9 days
No release notes found
nothing matched a version
3 versions withdrawn
withdrawn after publishing
4 years old
1731 releases ยท first in 2022
One column per quarter.
GetLogger. (#5504)configtest.LoadConfigMap (#5505)config.Map (#5505)config.MapProvider (#5505)config.MapConverter (#5505)config.Received (#5505)config.CloseFunc (#5505)pcommon.Value.NewValueBytes is brought back taking pcommon.ImmutableByteSlice as an argument instead of []byte (#5299)Value.NewValueMBytes func is deprecated in favor of Value.NewValueBytes func that takes
ImmutableByteSlice instead of []byteValue.SetMBytesVal func is deprecated in favor of Value.SetBytesVal func that takes
pcommon.ImmutableByteSlice instead of []byte.Value.BytesVal func is deprecated in favor of Value.BytesVal func that returns pcommon.ImmutableByteSlice
instead of []byte.<HistogramDataPoint|Buckets>.SetMBucketCounts funcs are deprecated in favor of
<HistogramDataPoint|Buckets>.SetBucketCounts funcs that take pcommon.ImmutableUInt64Slice instead of []uint64.<HistogramDataPoint|Buckets>.MBucketCounts funcs are deprecated in favor of
<HistogramDataPoint|Buckets>.BucketCounts funcs that return pcommon.ImmutableUInt64Slice instead of []uint64.HistogramDataPoint.SetMExplicitBounds func is deprecated in favor of HistogramDataPoint.SetExplicitBounds func
that takes pcommon.ImmutableFloat64Slice instead of []float64.HistogramDataPoint.MExplicitBounds func func is deprecated in favor of HistogramDataPoint.ExplicitBounds
returns pcommon.ImmutableFloat64Slice instead of []float64.HTTPClientSettings.ToClient in favor of HTTPClientSettings.ToClientWithHost (#5584)metric package for process metrics instead of stats package (#5486)logging exporter (#5520)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
componenterror package. (#5420)config.MapConverterFunc. (#5419)AddCollectorVersionTag, enabled for long time already. (#5471)config.Map to its own package confmap which does not depend on any component concept (#5237)
config.Map -> confmap.ConfMapconfig.MapProvider -> confmap.Providerconfig.Received -> confmap.Receivedconfig.NewReceivedFromMap -> confmap.NewReceivedconfig.CloseFunc -> confmap.CloseFuncconfig.ChangeEvent -> confmap.ChangeEventconfig.MapConverter -> confmap.Converterenvmapprovider -> envproviderfilemapprovider -> fileprovideryamlmapprovider -> yamlproviderexpandmapconverter -> expandconverterfilemapprovider -> fileprovideroverwritepropertiesmapconverter -> overwritepropertiesconvertercomponent.ExtensionDefaultConfigFunc in favor of component.ExtensionCreateDefaultConfigFunc (#5451)confmap.Received.AsMap in favor of confmap.Received.AsConf (#5465)confmap.Conf.Set, not used anywhere for the moment (#5485)service.mapResolver to confmap.Resolver (#5444)linux-arm architecture to cross build tests in CI (#5472)MinVersion and MaxVersion defaults will be handled by crypto/tls (#5480)Nothing published for this version
Nothing published for this version
Nothing published for this version
configunmarshaler.Unmarshaler interface, per deprecation comment (#5348)Value.BytesVal, Value.SetBytesVal,
Value.UpdateBytes, Value.InsertBytes, Value.UpsertBytes, <HistogramDataPoint|Buckets>.BucketCounts,
<HistogramDataPoint|Buckets>.SetBucketCounts, HistogramDataPoint.ExplicitBounds,
HistogramDataPoint.SetExplicitBounds (#5347)config.MapConverterFunc with config.MapConverter (#5382)config.Config and config.Service, use service.Config* (#4608)componenterror package, move everything to component (#5383)pcommon.Value.NewValueBytes is deprecated in favor of Value.NewValueMBytes in preparation of migration to
immutable slices (#5367)service.telemetry.resource
configuration key and will be included as metric labels for own telemetry.
If service.instance.id is not specified it will be auto-generated. Previously
service.instance.id was always auto-generated, so the default of the new
behavior matches the old behavior. (#5402)Nothing published for this version
Nothing published for this version
Nothing published for this version
pdata and semconv. (#5281)
Value.BytesVal func is deprecated in favor of Value.MBytesVal.Value.SetBytesVal func is deprecated in favor of Value.SetMBytesVal.Value.UpdateBytes func is deprecated in favor of Value.UpdateMBytes.Value.InsertBytes func is deprecated in favor of Value.InsertMBytes.Value.UpsertBytes func is deprecated in favor of Value.UpsertMBytes.<HistogramDataPoint|Buckets>.BucketCounts funcs are deprecated in favor of
<HistogramDataPoint|Buckets>.MBucketCounts.<HistogramDataPoint|Buckets>.SetBucketCounts funcs are deprecated in favor of
<HistogramDataPoint|Buckets>.SetMBucketCounts.HistogramDataPoint.ExplicitBounds func is deprecated in favor of HistogramDataPoint.MExplicitBounds.HistogramDataPoint.SetExplicitBounds func is deprecated in favor of HistogramDataPoint.SetMExplicitBounds.pdata: Expose pcommon.NewSliceFromRaw and pcommon.Slice.AsRaw functions (#5311)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
Nothing published for this version
pmetric.Exemplar.ValueType() now returns new type ExemplarValueType (#5233)Delete pdata func in favor of pdata.Remove from (v0.47.0). (#5307)configunmarshaler package, move it to internal (#5151)model/semconv. The package is moved to a new semconv module (#5196)config.Retrieved fields, use the newly added funcs to interact with the internal fields (#5198)p<signal>otlp.Request.Set<Logs|Metrics|Traces> (#5234)
plogotlp.Request.SetLogs func is deprecated in favor of plogotlp.NewRequestFromLogspmetricotlp.Request.SetMetrics func is deprecated in favor of pmetricotlp.NewRequestFromMetricsptraceotlp.Request.SetTraces func is deprecated in favor of ptraceotlp.NewRequestFromTracespmetric.NumberDataPoint.ValueType() now returns new type NumberDataPointValueType (#5233)
pmetric.MetricValueType is deprecated in favor of NumberDataPointValueTypepmetric.MetricValueTypeNone is deprecated in favor of NumberDataPointValueTypeNonepmetric.MetricValueTypeInt is deprecated in favor of NumberDataPointValueTypeIntpmetric.MetricValueTypeDouble is deprecated in favor of NumberDataPointValueTypeDoubleplog.LogRecord.SetName() function (#5230)featuregate funcs in favor of GetRegistry and a public Registry type (#5160)Add jsoniter Unmarshaller (#4817)
Extend config.Map.Unmarshal hook to check map key string to any TextUnmarshaler not only ComponentID (#5244)
Collector will no longer print error with stack trace when the collector is shutdown due to a context cancel. (#5258)
exporterhelper now properly consumes any remaining items on stop (#5203)pdata: Fix copying of Value with ValueTypeBytes type (#5267)pdata: Fix copying of metric fields of primitive items slice type (#5271)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
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