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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@
40
40
-`POST <legacy-http-prefix>/push`
41
41
-`POST /push`
42
42
-`POST /ingester/push`
43
+
*[CHANGE] Chunks GCS object storage client uses the `fields` selector to limit the payload size. #3218
43
44
*[FEATURE] Added support for shuffle-sharding queriers in the query-frontend. When configured (`-frontend.max-queriers-per-user` globally, or using per-user limit `max_queriers_per_user`), each user's requests will be handled by different set of queriers. #3113
44
45
*[FEATURE] Query-frontend: added `compression` config to support results cache with compression. #3217
45
46
*[ENHANCEMENT] Expose additional HTTP configs for the S3 backend client. New flag are listed below: #3244
*[ENHANCEMENT] Hash ring: added instance registered timestamp to the ring. #3248
63
64
*[ENHANCEMENT] Reduce tail latency by smoothing out spikes in rate of chunk flush operations. #3191
65
+
*[ENHANCEMENT] Experimental Ruler API: Fetch rule groups from object storage in parallel. #3218
64
66
*[BUGFIX] No-longer-needed ingester operations for queries triggered by queriers and rulers are now canceled. #3178
65
67
*[BUGFIX] Ruler: directories in the configured `rules-path` will be removed on startup and shutdown in order to ensure they don't persist between runs. #3195
66
68
*[BUGFIX] Handle hash-collisions in the query path. #3192
0 commit comments