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
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,10 @@
2
2
3
3
## master / unreleased
4
4
*[ENHANCEMENT] Update Go version to 1.19.3. #4988
5
-
*[FEATURE] Querier/Query Frontend: support Prometheus /api/v1/status/buildinfo API. #4978
6
5
*[ENHANCEMENT] Querier: limit series query to only ingesters if `start` param is not been specified. #4976
7
-
6
+
*[FEATURE] Querier/Query Frontend: support Prometheus /api/v1/status/buildinfo API. #4978
8
7
*[FEATURE] Ingester: Add active series to all_user_stats page. #4972
8
+
*[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
9
10
10
## 1.14.0 in progress
11
11
@@ -74,7 +74,6 @@
74
74
*[FEATURE] QueryFrontend: Support vertical sharding for subqueries. #4955
75
75
*[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
76
*[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
77
*[BUGFIX] Storage/Bucket: Enable AWS SDK for go authentication for s3 to fix IMDSv1 authentication. #4897
79
78
*[BUGFIX] Memberlist: Add join with no retrying when starting service. #4804
80
79
*[BUGFIX] Ruler: Fix /ruler/rule_groups returns YAML with extra fields. #4767
0 commit comments