|
4 | 4 |
|
5 | 5 | ### Grafana Mimir
|
6 | 6 |
|
7 |
| -* [ENHANCEMENT] Stagger head compaction intervals across zones to prevent compactions from aligning simultaneously, which could otherwise cause strong consistency queries to fail with experimental ingest storage is enabled. #12090 |
| 7 | +* [ENHANCEMENT] Stagger head compaction intervals across zones to prevent compactions from aligning simultaneously, which could otherwise cause strong consistency queries to fail when experimental ingest storage is enabled. #12090 |
8 | 8 | * [ENHANCEMENT] Compactor: Add `-compactor.update-blocks-concurrency` flag to control concurrency for updating block metadata during bucket index updates, separate from deletion marker concurrency. #12117
|
9 |
| -* [BUGFIX] otlp: Reverts #11889 which has a pooled memory re-use bug. |
| 9 | +* [ENHANCEMENT] Query-frontend: Allow users to set the `query-frontend.extra-propagated-headers` flag to specify the extra headers allowed to pass through to the rest of the query path. #12174 |
| 10 | +* [BUGFIX] Ingester: Fix issue where ingesters can exit read-only mode during idle compactions, resulting in write errors. #12128 |
| 11 | +* [BUGFIX] otlp: Reverts #11889 which has a pooled memory re-use bug. #12266 |
10 | 12 |
|
11 | 13 | ## 2.17.0-rc.1
|
12 | 14 |
|
|
23 | 25 | * [ENHANCEMENT] Query-frontend: Added labels query optimizer that automatically removes redundant `__name__!=""` matchers from label names and label values queries, improving query performance. You can enable the optimizer per-tenant with the `labels_query_optimizer_enabled` runtime configuration flag. #12054 #12066 #12076 #12080
|
24 | 26 | * [ENHANCEMENT] Query-frontend: Standardise non-regex patterns in query blocking upon loading of config. #12102
|
25 | 27 | * [ENHANCEMENT] Ruler: Propagate GCS object mutation rate limit for rule group uploads. #12086
|
26 |
| -* [ENHANCEMENT] Query-frontend: Allow users to set the `query-frontend.extra-propagated-headers` flag to specify the extra headers allowed to pass through to the rest of the query path. #12174 |
27 | 28 | * [BUGFIX] Distributor: Validate the RW2 symbols field and reject invalid requests that don't have an empty string as the first symbol. #11953
|
28 | 29 | * [BUGFIX] Distributor: Check `max_inflight_push_requests_bytes` before decompressing incoming requests. #11967
|
29 | 30 | * [BUGFIX] Query-frontend: Allow limit parameter to be 0 in label queries to explicitly request unlimited results. #12054
|
30 | 31 | * [BUGFIX] Distributor: Fix a possible panic in the OTLP push path while handling a gRPC status error. #12072
|
31 | 32 | * [BUGFIX] Query-frontend: Evaluate experimental duration expressions before sharding, splitting, and caching. Otherwise, the result is not correct. #12038
|
32 |
| -* [BUGFIX] Ingester: Fix issue where ingesters can exit read-only mode during idle compactions, resulting in write errors. #12128 |
33 | 33 | * [BUGFIX] Block-builder-scheduler: Fix bugs in handling of partitions with no commit. #12130
|
34 | 34 |
|
35 | 35 | ### Mixin
|
|
0 commit comments