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
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,24 +8,25 @@ NOTE: As semantic versioning states all 0.y.z releases can contain breaking chan
8
8
9
9
We use *breaking :warning:* to mark changes that are not backward compatible (relates only to v0.y.z releases.)
10
10
11
-
## Unreleased
12
-
-[#8190](https://github.com/thanos-io/thanos/pull/8190) Fix markdown formatting in CHANGELOG.
13
-
-[#8202](https://github.com/thanos-io/thanos/pull/8202) Receive: Unhide `--tsdb.enable-native-histograms` flag
14
-
-[#8225](https://github.com/thanos-io/thanos/pull/8225) tools: Extend bucket ls options.
15
-
-[#8282](https://github.com/thanos-io/thanos/pull/8282) Force sync writes to meta.json in case of host crash
16
-
-[#8308](https://github.com/thanos-io/thanos/pull/8308) Receive: Prometheus counters for pending write requests and series requests
In short: there are a bunch of fixes and small improvements. The shining items in this release are memory usage improvements in Thanos Query and shuffle sharding support in Thanos Receiver. Information about shuffle sharding support is available in the documentation. Thank you to all contributors!
17
14
18
15
### Added
19
16
17
+
-[#8308](https://github.com/thanos-io/thanos/pull/8308) Receive: Prometheus counters for pending write requests and series requests
18
+
-[#8225](https://github.com/thanos-io/thanos/pull/8225) tools: Extend bucket ls options.
20
19
-[#8238](https://github.com/thanos-io/thanos/pull/8238) Receive: add shuffle sharding support
21
20
-[#8284](https://github.com/thanos-io/thanos/pull/8284) Store: Add `--disable-admin-operations` Flag to Store Gateway
22
-
-[#8266](https://github.com/thanos-io/thanos/pull/8266) Website: maintain expanded state based on current page
23
21
-[#8245](https://github.com/thanos-io/thanos/pull/8245) Querier/Query-Frontend/Ruler: Add `--enable-feature=promql-experimental-functions` flag option to enable using promQL experimental functions in respective Thanos components
24
22
-[#8259](https://github.com/thanos-io/thanos/pull/8259) Shipper: Add `--shipper.skip-corrupted-blocks` flag to allow `Sync()` to continue upload when finding a corrupted block
25
23
26
24
### Changed
27
25
26
+
-[#8282](https://github.com/thanos-io/thanos/pull/8282) Force sync writes to meta.json in case of host crash
28
27
-[#8192](https://github.com/thanos-io/thanos/pull/8192) Sidecar: fix default get config timeout
28
+
-[#8202](https://github.com/thanos-io/thanos/pull/8202) Receive: Unhide `--tsdb.enable-native-histograms` flag
29
+
-[#8315](https://github.com/thanos-io/thanos/pull/8315) Query-Frontend: only ready if downstream is ready
29
30
30
31
### Removed
31
32
-[#8289](https://github.com/thanos-io/thanos/pull/8289) Receive: *breaking :warning:* Removed migration of legacy-TSDB to multi-TSDB. Ensure you are running version >0.13
0 commit comments