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
@@ -3,9 +3,11 @@
3
3
## master / unreleased
4
4
*[FEATURE] Compactor: Added `-compactor.block-files-concurrency` allowing to configure number of go routines for download/upload block files during compaction. #4784
5
5
*[ENHANCEMENT] Querier/Ruler: Retry store-gateway in case of unexpected failure, instead of failing the query. #4532
6
+
*[ENHANCEMENT] Ring: DoBatch prioritize 4xx errors when failing. #4783
6
7
*[FEATURE] Compactor: Added -compactor.blocks-fetch-concurrency` allowing to configure number of go routines for blocks during compaction. #4787
7
8
8
9
## 1.13.0 2022-07-14
10
+
9
11
*[CHANGE] Changed default for `-ingester.min-ready-duration` from 1 minute to 15 seconds. #4539
10
12
*[CHANGE] query-frontend: Do not print anything in the logs of `query-frontend` if a in-progress query has been canceled (context canceled) to avoid spam. #4562
11
13
*[CHANGE] Compactor block deletion mark migration, needed when upgrading from v1.7, is now disabled by default. #4597
0 commit comments