From 94ec43383308d7217c8f8ab406e81b42524b0081 Mon Sep 17 00:00:00 2001 From: Levi Tamasi Date: Wed, 15 Feb 2023 11:50:18 -0800 Subject: [PATCH] Mention the new MultiGetEntity API in HISTORY.md (#11226) Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/11226 Reviewed By: akankshamahajan15 Differential Revision: D43317602 Pulled By: ltamasi fbshipit-source-id: 4b7e063848d3cfbdb9f0c0f54d68aeab8a82595c --- HISTORY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.md b/HISTORY.md index 62c57f0d6..33c503d1a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -32,6 +32,7 @@ ### New Features * Compaction filters are now supported for wide-column entities by means of the `FilterV3` API. See the comment of the API for more details. +* Added a new `MultiGetEntity` API that enables batched wide-column point lookups. See the API comments for more details. ## 7.10.0 (01/23/2023) ### Behavior changes