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
+34Lines changed: 34 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,38 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re
12
12
13
13
### Fixed
14
14
15
+
-[#7323](https://github.com/thanos-io/thanos/pull/7323) Sidecar: wait for prometheus on startup
16
+
-[#7326](https://github.com/thanos-io/thanos/pull/7326) Query: fixing exemplars proxy when querying stores with multiple tenants.
17
+
-[#7335](https://github.com/thanos-io/thanos/pull/7335) Dependency: Update minio-go to v7.0.70 which includes support for EKS Pod Identity.
18
+
-[#6948](https://github.com/thanos-io/thanos/pull/6948) Receive: fix goroutines leak during series requests to thanos store api.
19
+
-[#7392](https://github.com/thanos-io/thanos/pull/7392) Query: fix broken min, max for pre 0.34.1 sidecars
20
+
21
+
### Added
22
+
23
+
-[#7317](https://github.com/thanos-io/thanos/pull/7317) Tracing: allow specifying resource attributes for the OTLP configuration.
24
+
-[#7363](https://github.com/thanos-io/thanos/pull/7363) Query-frontend: set value of remote_user field in Slow Query Logs from HTTP header
25
+
-[#7335](https://github.com/thanos-io/thanos/pull/7335) Dependency: Update minio-go to v7.0.70 which includes support for EKS Pod Identity.
26
+
-[#7477](https://github.com/thanos-io/thanos/pull/7477)*: Bump objstore to `20240622095743-1afe5d4bc3cd`
27
+
28
+
### Changed
29
+
30
+
-[#7334](https://github.com/thanos-io/thanos/pull/7334) Compactor: do not vertically compact downsampled blocks. Such cases are now marked with `no-compact-mark.json`. Fixes panic `panic: unexpected seriesToChunkEncoder lack of iterations`.
31
+
-[#7382](https://github.com/thanos-io/thanos/pull/7382)*: Ensure objstore flag values are masked & disable debug/pprof/cmdline
32
+
-[#7393](https://github.com/thanos-io/thanos/pull/7393)*: *breaking :warning:* Using native histograms for grpc middleware metrics. Metrics `grpc_client_handling_seconds` and `grpc_server_handling_seconds` will now be native histograms, if you have enabled native histogram scraping you will need to update your PromQL expressions to use the new metric names.
-[#7323](https://github.com/thanos-io/thanos/pull/7323) Sidecar: wait for prometheus on startup
41
+
-[#6948](https://github.com/thanos-io/thanos/pull/6948) Receive: fix goroutines leak during series requests to thanos store api.
42
+
-[#7382](https://github.com/thanos-io/thanos/pull/7382)*: Ensure objstore flag values are masked & disable debug/pprof/cmdline
43
+
-[#7392](https://github.com/thanos-io/thanos/pull/7392) Query: fix broken min, max for pre 0.34.1 sidecars
44
+
-[#7373](https://github.com/thanos-io/thanos/pull/7373) Receive: Fix stats for remote write
45
+
-[#7318](https://github.com/thanos-io/thanos/pull/7318) Compactor: Recover from panic to log block ID
46
+
15
47
### Added
16
48
17
49
### Changed
@@ -54,6 +86,7 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re
54
86
-[#7271](https://github.com/thanos-io/thanos/pull/7271) Query: fixing dedup iterator when working on mixed sample types.
55
87
-[#7289](https://github.com/thanos-io/thanos/pull/7289) Query Frontend: show warnings from downstream queries.
56
88
-[#7308](https://github.com/thanos-io/thanos/pull/7308) Store: Batch TSDB Infos for blocks.
89
+
-[#7301](https://github.com/thanos-io/thanos/pull/7301) Store Gateway: fix index header reader `PostingsOffsets` returning wrong values.
57
90
58
91
### Added
59
92
@@ -158,6 +191,7 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re
158
191
-[#6753](https://github.com/thanos-io/thanos/pull/6753) mixin(Rule): *breaking :warning:* Fixed the mixin rules with duplicate names and updated the promtool version from v0.37.0 to v0.47.0
159
192
-[#6772](https://github.com/thanos-io/thanos/pull/6772)*: Bump prometheus to v0.47.2-0.20231006112807-a5a4eab679cc
160
193
-[#6794](https://github.com/thanos-io/thanos/pull/6794) Receive: the exported HTTP metrics now uses the specified default tenant for requests where no tenants are found.
194
+
-[#6651](https://github.com/thanos-io/thanos/pull/6651)*: Update go_grpc_middleware to v2.0.0. Remove Tags Interceptor from Thanos. Tags interceptor is removed from v2.0.0 go-grpc-middleware and is not needed anymore.
0 commit comments