@@ -8,32 +8,7 @@ changes that impact end-user behavior are listed; changes to documentation or
88internal API changes are not present.
99
1010
11- v1.7.0-rc.4
12- -----------------
13-
14- ### Bugfixes
15-
16- - Fix issue with ` prometheus.write.queue ` that lead to excessive connections. (@mattdurham )
17-
18- v1.7.0-rc.3
19- -----------------
20-
21- ### Bugfixes
22-
23- - Fixed a bug where ` loki.source.awsfirehose ` and ` loki.source.gcplog ` could
24- not be used from within a module. (@tpaschalis )
25-
26-
27- v1.7.0-rc.2
28- -----------------
29-
30- ### Bugfixes
31-
32- - Fix an issue where Prometheus metric name validation scheme was set by default to UTF-8. It is now set back to the
33- previous "legacy" scheme. An experimental flag ` --feature.prometheus.metric-validation-scheme ` can be used to switch
34- it to ` utf-8 ` to experiment with UTF-8 support.
35-
36- v1.7.0-rc.1
11+ v1.7.0
3712-----------------
3813
3914### Breaking changes
@@ -43,15 +18,15 @@ v1.7.0-rc.1
4318- Remove ` tls_basic_auth_config_path ` attribute from ` prometheus.exporter.mongodb ` configuration as it does not configure TLS client
4419 behavior as previously documented.
4520
46- - Remove ` encoding ` and ` encoding_file_ext ` from ` otelcol.exporter.awss3 ` component as it was not wired in to the otel component and
21+ - Remove ` encoding ` and ` encoding_file_ext ` from ` otelcol.exporter.awss3 ` component as it was not wired in to the otel component and
4722 Alloy does not currently integrate the upstream encoding extensions that this would utilize.
4823
4924### Features
5025
5126- Add a ` otelcol.receiver.tcplog ` component to receive OpenTelemetry logs over a TCP connection. (@nosammai )
5227
5328- (_ Public preview_ ) Add ` otelcol.receiver.filelog ` component to read otel log entries from files (@dehaansa )
54-
29+
5530- (_ Public preview_ ) Add a ` otelcol.processor.cumulativetodelta ` component to convert metrics from
5631 cumulative temporality to delta. (@madaraszg-tulip )
5732
@@ -64,12 +39,12 @@ v1.7.0-rc.1
6439### Enhancements
6540
6641- Upgrade to OpenTelemetry Collector v0.119.0 (@dehaansa ):
67- - ` otelcol.processor.resourcedetection ` : additional configuration for the ` ec2 ` detector to configure retry behavior
42+ - ` otelcol.processor.resourcedetection ` : additional configuration for the ` ec2 ` detector to configure retry behavior
6843 - ` otelcol.processor.resourcedetection ` : additional configuration for the ` gcp ` detector to collect Managed Instance Group attributes
6944 - ` otelcol.processor.resourcedetection ` : additional configuration for the ` eks ` detector to collect cloud account attributes
7045 - ` otelcol.processor.resourcedetection ` : add ` kubeadm ` detector to collect local cluster attributes
7146 - ` otelcol.processor.cumulativetodelta ` : add ` metric_types ` filtering options
72- - ` otelcol.exporter.awss3 ` : support configuring sending_queue behavior
47+ - ` otelcol.exporter.awss3 ` : support configuring sending_queue behavior
7348 - ` otelcol.exporter.otlphttp ` : support configuring ` compression_params ` , which currently only includes ` level `
7449 - ` configtls ` : opentelemetry components with tls config now support specifying TLS curve preferences
7550 - ` sending_queue ` : opentelemetry exporters with a ` sending_queue ` can now configure the queue to be ` blocking `
@@ -129,6 +104,15 @@ v1.7.0-rc.1
129104
130105- Fixed locks that wouldn't be released in the remotecfg service if some errors occurred during the configuration reload (@spartan0x117 )
131106
107+ - Fix issue with ` prometheus.write.queue ` that lead to excessive connections. (@mattdurham )
108+
109+ - Fixed a bug where ` loki.source.awsfirehose ` and ` loki.source.gcplog ` could
110+ not be used from within a module. (@tpaschalis )
111+
112+ - Fix an issue where Prometheus metric name validation scheme was set by default to UTF-8. It is now set back to the
113+ previous "legacy" scheme. An experimental flag ` --feature.prometheus.metric-validation-scheme ` can be used to switch
114+ it to ` utf-8 ` to experiment with UTF-8 support. (@thampiotr )
115+
132116### Other changes
133117
134118- Upgrading to Prometheus v2.54.1. (@ptodev )
0 commit comments