Skip to content

v1.43.0/v0.137.0

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Oct 05:43
· 79 commits to main since this release
v0.137.0-canva
d50c2b4

Images and binaries here: https://github.com/open-telemetry/opentelemetry-collector-releases/releases/tag/v0.137.0-canva

End User Changelog

💡 Enhancements 💡

  • cmd/mdatagen: Improve validation for resource attribute enabled field in metadata files (open-telemetry#12722)
    Resource attributes now require an explicit enabled field in metadata.yaml files, while regular attributes
    are prohibited from having this field. This improves validation and prevents configuration errors.

  • all: Changelog entries will now have their component field checked against a list of valid components. (open-telemetry#13924)
    This will ensure a more standardized changelog format which makes it easier to parse.

  • pkg/pdata: Mark featuregate pdata.useCustomProtoEncoding as stable (open-telemetry#13883)

API Changelog

🛑 Breaking changes 🛑

  • pkg/exporterhelper: Remove all experimental symbols in exporterhelper (open-telemetry#11143)
    They have all been moved to xexporterhelper

🚩 Deprecations 🚩

  • all: service/telemetry.TracesConfig is deprecated (open-telemetry#13904)
    This type alias has been added to otelconftelemetry.TracesConfig,
    where the otelconf-based telemetry implementation now lives.

💡 Enhancements 💡