|
1 | 1 | # Changelog |
2 | 2 |
|
3 | 3 | ## 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 |
7 | 4 | * [CHANGE] Ingester: Remove EnableNativeHistograms config flag and instead gate keep through new per-tenant limit at ingestion. #6718 |
8 | 5 | * [CHANGE] StoreGateway/Alertmanager: Add default 5s connection timeout on client. #6603 |
9 | 6 | * [CHANGE] Validate a tenantID when to use a single tenant resolver. #6727 |
| 7 | +* [CHANGE] ResourceMonitor: Change configs. #6782 |
10 | 8 | * [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 |
11 | 9 | * [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 |
12 | 10 | * [FEATURE] Update prometheus alertmanager version to v0.28.0 and add new integration msteamsv2, jira, and rocketchat. #6590 |
|
36 | 34 | * [ENHANCEMENT] Querier: Add metric and enhanced logging for query partial data. #6676 |
37 | 35 | * [ENHANCEMENT] Ingester: Push request should fail when label set is out of order #6746 |
38 | 36 | * [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 |
39 | 39 | * [BUGFIX] Ingester: Avoid error or early throttling when READONLY ingesters are present in the ring #6517 |
40 | 40 | * [BUGFIX] Ingester: Fix labelset data race condition. #6573 |
41 | 41 | * [BUGFIX] Compactor: Cleaner should not put deletion marker for blocks with no-compact marker. #6576 |
|
50 | 50 | * [BUGFIX] Add `__markers__` tenant ID validation. #6761 |
51 | 51 | * [BUGFIX] Ring: Fix nil pointer exception when token is shared. #6768 |
52 | 52 | * [BUGFIX] Fix race condition in active user. #6773 |
| 53 | +* [BUGFIX] ThanosEngine: Only enable default optimizers. #6776 |
53 | 54 |
|
54 | 55 | ## 1.19.0 2025-02-27 |
55 | 56 |
|
|
0 commit comments