From 18afd9f595a76e56d0d8e3140f52430f471863a9 Mon Sep 17 00:00:00 2001 From: Goutham Veeramachaneni Date: Wed, 18 Nov 2020 12:17:28 +0100 Subject: [PATCH] Add changelog entries Fixes https://github.com/thanos-io/thanos/issues/2984 Signed-off-by: Goutham Veeramachaneni --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1962ae615a0..a1ca72e1bbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re - [#3245](https://github.com/thanos-io/thanos/pull/3245) Query Frontend: Add `query-frontend.org-id-header` flag to specify HTTP header(s) to populate slow query log (e.g. X-Grafana-User). - [#3431](https://github.com/thanos-io/thanos/pull/3431) Store: Added experimental support to lazy load index-headers at query time. When enabled via `--store.enable-index-header-lazy-reader` flag, the store-gateway will load into memory an index-header only once it's required at query time. Index-header will be automatically released after `--store.index-header-lazy-reader-idle-timeout` of inactivity. * This, generally, reduces baseline memory usage of store when inactive, as well as a total number of mapped files (which is limited to 64k in some systems. +- [#3437](https://github.com/thanos-io/thanos/pull/3437) StoreAPI: Added `hints` field to `LabelNamesResponse` and `LabelValuesResponse`. Hints in an opaque data structure that can be used to carry additional information from the store and its content is implementation specific. ### Fixed @@ -37,6 +38,7 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re - [#3331](https://github.com/thanos-io/thanos/pull/3331) Disable Azure blob exception logging - [#3341](https://github.com/thanos-io/thanos/pull/3341) Disable Azure blob syslog exception logging - [#3414](https://github.com/thanos-io/thanos/pull/3414) Set CORS for Query Frontend +- [#3437](https://github.com/thanos-io/thanos/pull/3437) Add external labels to Labels APIs. ### Changed