From 8e14dd83d92a9261f5c86b7b4616c77075961731 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 22 Feb 2024 14:47:01 +0100 Subject: [PATCH] update changelog for 8.12.1 (#813) (#815) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Laurent Saint-FĂ©lix --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00289e6e25..31a46b29cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 8.12.1 + +* Fix: ticker memory leak in bulk indexer due to internal flush call resetting the ticker. #797 +* Fix: Scroll now uses the body to pass the scroll_id. #785 +* Add: generated UnmarshalJSON for Requests to allow injecting payloads using aliases. + # 8.12.0 ## Client