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
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@
6
6
*[FEATURE] Querier/Query Frontend: support Prometheus /api/v1/status/buildinfo API. #4978
7
7
*[FEATURE] Ingester: Add active series to all_user_stats page. #4972
8
8
*[FEATURE] Query Frontend: Log query params in query frontend even if error happens. #5005
9
+
*[FEATURE] Enable experimental out-of-order samples support. Added 2 new configs `ingester.out_of_order_time_window` and `blocks-storage.tsdb.out_of_order_cap_max`. #4964
9
10
10
11
## 1.14.0 in progress
11
12
@@ -74,7 +75,6 @@
74
75
*[FEATURE] QueryFrontend: Support vertical sharding for subqueries. #4955
75
76
*[FEATURE] Querier: Added a new limit `-querier.max-fetched-data-bytes-per-query` allowing to limit the maximum size of all data in bytes that a query can fetch from each ingester and storage. #4854
76
77
*[FEATURE] Added 2 flags `-alertmanager.alertmanager-client.grpc-compression` and `-querier.store-gateway-client.grpc-compression` to configure compression methods for grpc clients. #4889
77
-
*[FEATURE] Enable experimental out-of-order samples support. Added 2 new configs `out_of_order_time_window` and `out_of_order_cap_max`. Removed config `reject_old_samples` and `reject_old_samples_max_age`. #4964
78
78
*[BUGFIX] Storage/Bucket: Enable AWS SDK for go authentication for s3 to fix IMDSv1 authentication. #4897
79
79
*[BUGFIX] Memberlist: Add join with no retrying when starting service. #4804
80
80
*[BUGFIX] Ruler: Fix /ruler/rule_groups returns YAML with extra fields. #4767
0 commit comments