From b0bbd90a89e6b823cc75326561377f582f4c714c Mon Sep 17 00:00:00 2001 From: "Craig Macomber (Microsoft)" <42876482+CraigMacomber@users.noreply.github.com> Date: Fri, 3 Jan 2025 16:06:46 -0800 Subject: [PATCH] Edit changesets --- .changeset/grey-triangles-shout.md | 1 + .changeset/moody-pandas-fall.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.changeset/grey-triangles-shout.md b/.changeset/grey-triangles-shout.md index 1e4c66331aa6..e726041eaec0 100644 --- a/.changeset/grey-triangles-shout.md +++ b/.changeset/grey-triangles-shout.md @@ -1,5 +1,6 @@ --- "@fluidframework/tree": minor +"fluid-framework": minor --- --- section: tree diff --git a/.changeset/moody-pandas-fall.md b/.changeset/moody-pandas-fall.md index d7892ceb24d4..b482e8cf499b 100644 --- a/.changeset/moody-pandas-fall.md +++ b/.changeset/moody-pandas-fall.md @@ -1,11 +1,12 @@ --- "@fluidframework/tree": minor +"fluid-framework": minor --- --- "section": tree --- -Schema evolution now supports adding optional fields to object node types without staged rollout using alpha APIs. +There are now `@alpha` APIs for schema evolution which support adding optional fields to object node types without a staged rollout. SharedTree has many safety checks in place to ensure applications understand the format of documents they must support. One of these checks verifies that the view schema (defined in application's code) aligns with the document schema (determined by the document data at rest).