You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
1
# Changelog
2
2
3
3
## master / unreleased
4
-
*[FEATURE] Query Frontend: Add support for /api/v1/parse_query API (experimental) to parse a PromQL expression and return it as a JSON-formatted AST (abstract syntax tree). #6978
5
4
*[CHANGE] StoreGateway/Alertmanager: Add default 5s connection timeout on client. #6603
6
5
*[CHANGE] Ingester: Remove EnableNativeHistograms config flag and instead gate keep through new per-tenant limit at ingestion. #6718
7
6
*[CHANGE] Validate a tenantID when to use a single tenant resolver. #6727
@@ -24,6 +23,7 @@
24
23
*[FEATURE] Querier: Allow choosing PromQL engine via header. #6777
25
24
*[FEATURE] Querier: Support for configuring query optimizers and enabling XFunctions in the Thanos engine. #6873
26
25
*[FEATURE] Query Frontend: Add support /api/v1/format_query API for formatting queries. #6893
26
+
*[FEATURE] Query Frontend: Add support for /api/v1/parse_query API (experimental) to parse a PromQL expression and return it as a JSON-formatted AST (abstract syntax tree). #6978
27
27
*[ENHANCEMENT] Ingester: Add `cortex_ingester_tsdb_wal_replay_unknown_refs_total` and `cortex_ingester_tsdb_wbl_replay_unknown_refs_total` metrics to track unknown series references during wal/wbl replaying. #6945
28
28
*[ENHANCEMENT] Ruler: Emit an error message when the rule synchronization fails. #6902
29
29
*[ENHANCEMENT] Querier: Support snappy and zstd response compression for `-querier.response-compression` flag. #6848
0 commit comments