Skip to content

Commit 2f1ee84

Browse files
authored
Stable release prep changelog release branch (#3241)
* update changelog for stable release * placebo * port fixes from main
1 parent 8299624 commit 2f1ee84

File tree

1 file changed

+10
-17
lines changed

1 file changed

+10
-17
lines changed

CHANGELOG.md

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,7 @@ This document contains a historical list of changes between releases. Only
77
changes that impact end-user behavior are listed; changes to documentation or
88
internal API changes are not present.
99

10-
v1.8.0-rc.3
11-
-----------------
12-
13-
### Features
14-
15-
- Add support for live debugging and graph in the UI for components imported via remotecfg. (@wildum)
16-
17-
### Enhancements
18-
19-
- Removed syntax highlighting from the component details UI view to improve
20-
rendering performance. (@tpaschalis)
21-
22-
- A new `grafana/alloy:vX.Y.Z-windowsservercore-ltsc2022` Docker image is now published on DockerHub. (@ptodev)
23-
24-
v1.8.0-rc.2
10+
v1.8.0
2511
-----------------
2612

2713
### Breaking changes
@@ -30,7 +16,7 @@ v1.8.0-rc.2
3016

3117
- Breaking changes from the OpenTelemetry Collector v0.122 update: (@wildum)
3218
- `otelcol.exporter.splunkhec`: `min_size_items` and `max_size_items` were replaced by `min_size`, `max_size` and `sizer` in the `batcher` block to allow
33-
users to configure the size of the batch in a more flexible way.
19+
users to configure the size of the batch in a more flexible way.
3420
- The telemetry level of Otel components is no longer configurable. The `level` argument in the `debug_metrics` block is kept to avoid breaking changes but it is not used anymore.
3521
- `otelcol.processor.tailsampling` changed the unit of the decision timer metric from microseconds to milliseconds. (change unit of otelcol_processor_tail_sampling_sampling_decision_timer_latency)
3622
- `otelcol.processor.deltatocumulative`: rename `otelcol_deltatocumulative_datapoints_processed` to `otelcol_deltatocumulative_datapoints` and remove the metrics `otelcol_deltatocumulative_streams_evicted`, `otelcol_deltatocumulative_datapoints_dropped` and `otelcol_deltatocumulative_gaps_length`.
@@ -51,6 +37,7 @@ v1.8.0-rc.2
5137
required before components that use clustering begin processing traffic to ensure adequate cluster capacity is
5238
available. (@thampiotr)
5339
- Add `trace_printer` to `beyla.ebpf` component to print trace information in a specific format. (@marctc)
40+
- Add support for live debugging and graph in the UI for components imported via remotecfg. (@wildum)
5441

5542
### Enhancements
5643

@@ -94,6 +81,7 @@ v1.8.0-rc.2
9481
- `query_sample`: add option to use TiDB sql parser (@cristiangreco)
9582
- `query_tables`: rename collector from `query_sample` to better reflect responsibility (@matthewnolf)
9683
- `query_sample`: add new collector that replaces previous implementation to collect more detailed sample information (@matthewnolf)
84+
- `query_sample`: refactor parsing of truncated queries (@cristiangreco)
9785

9886
- Add labels validation in `pyroscope.write` to prevent duplicate labels and invalid label names/values. (@marcsanmi)
9987

@@ -107,6 +95,11 @@ v1.8.0-rc.2
10795

10896
- Add `tenant` label to remaining `loki_write_.+` metrics (@towolf)
10997

98+
- Removed syntax highlighting from the component details UI view to improve
99+
rendering performance. (@tpaschalis)
100+
101+
- A new `grafana/alloy:vX.Y.Z-windowsservercore-ltsc2022` Docker image is now published on DockerHub. (@ptodev)
102+
110103
### Bugfixes
111104

112105
- Fix deadlocks in `loki.source.file` when tailing fails (@mblaschke)
@@ -137,7 +130,7 @@ v1.8.0-rc.2
137130

138131
- Change the stability of the `beyla.ebpf` component from "public preview" to "generally available". (@marctc)
139132

140-
- The ingest API of `pyrscope.receive_http` no longer forwards all received headers, instead only passes through the `Content-Type` header.
133+
- The ingest API of `pyroscope.receive_http` no longer forwards all received headers, instead only passes through the `Content-Type` header. (@simonswine)
141134

142135
v1.7.5
143136
-----------------

0 commit comments

Comments
 (0)