From 30dbc412f75c09da141e76eacf2639dec3be4124 Mon Sep 17 00:00:00 2001 From: Jay Huh Date: Wed, 28 Feb 2024 08:45:50 -0800 Subject: [PATCH] Add release note for the change --- .../public_api_changes/new_remote_compaction_api.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 unreleased_history/public_api_changes/new_remote_compaction_api.md diff --git a/unreleased_history/public_api_changes/new_remote_compaction_api.md b/unreleased_history/public_api_changes/new_remote_compaction_api.md new file mode 100644 index 000000000000..eac106c9de04 --- /dev/null +++ b/unreleased_history/public_api_changes/new_remote_compaction_api.md @@ -0,0 +1 @@ +Deprecate experimental Remote Compaction APIs - StartV2() and WaitForCompleteV2() and introduce Schedule() and Wait(). The new APIs essentially does the same thing as the old APIs. They allow taking externally generated unique id to wait for remote compaction to complete.