Releases
v0.52.0
π Breaking changes π
Remove configunmarshaler.Unmarshaler
interface, per deprecation comment (#5348 )
Remove deprecated pdata funcs/structs from v0.50.0 (#5345 )
Remove deprecated pdata getters and setters of primitive slice values: Value.BytesVal
, Value.SetBytesVal
,
Value.UpdateBytes
, Value.InsertBytes
, Value.UpsertBytes
, <HistogramDataPoint|Buckets>.BucketCounts
,
<HistogramDataPoint|Buckets>.SetBucketCounts
, HistogramDataPoint.ExplicitBounds
,
HistogramDataPoint.SetExplicitBounds
(#5347 )
Remove deprecated featuregate funcs/structs from v0.50.0 (#5346 )
Remove access to deprecated members of the config.Retrieved struct (#5363 )
Replace usage of config.MapConverterFunc
with config.MapConverter
(#5382 )
π© Deprecations π©
Deprecate config.Config
and config.Service
, use service.Config*
(#4608 )
Deprecate 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 )
π‘ Enhancements π‘
Update OTLP to v0.17.0 (#5335 )
Add optional min/max fields to histograms (#5399 )
You canβt perform that action at this time.