From 6b4cf26d9cc14c1a36cf07fd7408f1d1227e373a Mon Sep 17 00:00:00 2001 From: daesunp <138815173+daesunp@users.noreply.github.com> Date: Thu, 18 Jul 2024 11:45:15 -0700 Subject: [PATCH] add changeset for shortId optimization change (#21944) ## Description This PR adds a changeset for the change that optimizes `Tree.shortId` api from [this PR](https://github.com/microsoft/FluidFramework/pull/21822) --- .changeset/many-steaks-mix.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .changeset/many-steaks-mix.md diff --git a/.changeset/many-steaks-mix.md b/.changeset/many-steaks-mix.md new file mode 100644 index 00000000000..73d0021d3b0 --- /dev/null +++ b/.changeset/many-steaks-mix.md @@ -0,0 +1,8 @@ +--- +"fluid-framework": minor +"@fluidframework/tree": minor +--- + +tree: Improved performance for accessing identifiers in shortId API + +Users should see improved performance when calling the `Tree.shortId` API. Identifier field keys are now cached in the schema for faster access.