From e7d3a53bf0bda055a8a1de088cdaf89d7d838ded Mon Sep 17 00:00:00 2001 From: Ben Ye Date: Fri, 2 Jun 2023 12:04:56 -0700 Subject: [PATCH] update changelog Signed-off-by: Ben Ye --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 416d44b18f..e878c80956 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,7 +53,7 @@ We use *breaking :warning:* to mark changes that are not backward compatible (re - [#6322](https://github.com/thanos-io/thanos/pull/6322) Logging: Avoid expensive log.Valuer evaluation for disallowed levels. - [#6358](https://github.com/thanos-io/thanos/pull/6358) Query: Add +Inf bucket to query duration metrics - [#6363](https://github.com/thanos-io/thanos/pull/6363) Store: Check context error when expanding postings. -- [#6405](https://github.com/thanos-io/thanos/pull/6405) Store/Index Cache: Add codec header as part of the postings cache key. +- [#6405](https://github.com/thanos-io/thanos/pull/6405) Index Cache: Change postings cache key due to the streaming snappy encoding change. ### Removed