Skip to content

Commit c0addb2

Browse files
committed
Changelog
Signed-off-by: Justin Jung <[email protected]>
1 parent 227bf5c commit c0addb2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
# Changelog
22

33
## master / unreleased
4-
* [BUGFIX] ThanosEngine: Only enable default optimizers. #6776
5-
* [ENHANCEMENT] Distributor: Add min/max schema validation for NativeHistograms. #6766
6-
* [ENHANCEMENT] Ingester: Handle runtime errors in query path #6769
74
* [CHANGE] Ingester: Remove EnableNativeHistograms config flag and instead gate keep through new per-tenant limit at ingestion. #6718
85
* [CHANGE] StoreGateway/Alertmanager: Add default 5s connection timeout on client. #6603
96
* [CHANGE] Validate a tenantID when to use a single tenant resolver. #6727
7+
* [CHANGE] ResourceMonitor: Update configs. #6782
108
* [FEATURE] Query Frontend: Add dynamic interval size for query splitting. This is enabled by configuring experimental flags `querier.max-shards-per-query` and/or `querier.max-fetched-data-duration-per-query`. The split interval size is dynamically increased to maintain a number of shards and total duration fetched below the configured values. #6458
119
* [FEATURE] Querier/Ruler: Add `query_partial_data` and `rules_partial_data` limits to allow queries/rules to be evaluated with data from a single zone, if other zones are not available. #6526
1210
* [FEATURE] Update prometheus alertmanager version to v0.28.0 and add new integration msteamsv2, jira, and rocketchat. #6590
@@ -36,6 +34,8 @@
3634
* [ENHANCEMENT] Querier: Add metric and enhanced logging for query partial data. #6676
3735
* [ENHANCEMENT] Ingester: Push request should fail when label set is out of order #6746
3836
* [ENHANCEMENT] Querier: Add `querier.ingester-query-max-attempts` to retry on partial data. #6714
37+
* [ENHANCEMENT] Distributor: Add min/max schema validation for NativeHistograms. #6766
38+
* [ENHANCEMENT] Ingester: Handle runtime errors in query path #6769
3939
* [BUGFIX] Ingester: Avoid error or early throttling when READONLY ingesters are present in the ring #6517
4040
* [BUGFIX] Ingester: Fix labelset data race condition. #6573
4141
* [BUGFIX] Compactor: Cleaner should not put deletion marker for blocks with no-compact marker. #6576
@@ -50,6 +50,7 @@
5050
* [BUGFIX] Add `__markers__` tenant ID validation. #6761
5151
* [BUGFIX] Ring: Fix nil pointer exception when token is shared. #6768
5252
* [BUGFIX] Fix race condition in active user. #6773
53+
* [BUGFIX] ThanosEngine: Only enable default optimizers. #6776
5354

5455
## 1.19.0 2025-02-27
5556

0 commit comments

Comments
 (0)