Check the v0.131.0 contrib changelog and the v0.131.0 core changelog for changelogs on specific components.
v0.131.0
🛑 Breaking changes 🛑
exporter/loki
: TheLoki Exporter
component has been removed from the repo and is no longer being published as it has been deprecated since 9th July 2024. (#1044) Users of thelokiexporter
can migrate to using an OTLP exporter. See https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/33916
🚀 New components 🚀
prometheusremotewritereceiver
: Add the prometheusremotewritereceiver component to the contrib collector (#1020)tinybirdexporter
: Add tinybird exporter to contrib distribution (#1045)
💡 Enhancements 💡
contrib
: add thetext_encoding
encoding extension to the contrib distribution (#1025)all
: Removes usages of golang.org/x/net/trace which uses html/template and text/template in gRPC. These usages disable golang DCE. (#1018)