Skip to content

v0.52.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 May 18:27
· 2744 commits to main since this release
5382749

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/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)