feat(tree): Add minVersionForCollaboration option to configuredSharedTreeBeta#26342
Merged
Josmithr merged 28 commits intomicrosoft:mainfrom Feb 3, 2026
Merged
Conversation
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
This PR promotes MinimumVersionForCollab from @legacy @beta to @beta and adds a minVersionForCollab option to configuredSharedTreeBeta, enabling users to specify minimum version requirements for collaboration when creating SharedTree instances.
Changes:
- Promoted
MinimumVersionForCollabandFluidClientVersionfrom alpha/legacy to beta stability level - Added
CodecWriteOptionsBetainterface to exposeminVersionForCollabin beta API surface - Updated
SharedTreeOptionsBetato include the newminVersionForCollaboption - Enhanced documentation for TableSchema APIs with version compatibility guidance
Reviewed changes
Copilot reviewed 20 out of 20 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/runtime/runtime-definitions/src/compatibilityDefinitions.ts | Removed @legacy tag from MinimumVersionForCollab type |
| packages/runtime/runtime-definitions/package.json | Added beta entrypoint configuration and API extractor scripts |
| packages/runtime/runtime-definitions/api-report/*.api.md | Updated API reports to reflect MinimumVersionForCollab promotion |
| packages/runtime/runtime-definitions/api-extractor/*.json | Added and updated API extractor configurations for beta entrypoint |
| packages/framework/fluid-framework/api-report/*.api.md | Added CodecWriteOptionsBeta, FluidClientVersion, and updated SharedTreeOptionsBeta |
| packages/dds/tree/src/codec/codec.ts | Refactored to extract CodecWriteOptionsBeta from CodecWriteOptions and promoted FluidClientVersion to beta |
| packages/dds/tree/src/shared-tree/sharedTree.ts | Updated SharedTreeOptionsBeta to include CodecWriteOptionsBeta |
| packages/dds/tree/src/tableSchema.ts | Enhanced documentation with version compatibility requirements and reorganized orphaned cells explanation |
| packages/dds/tree/src/index.ts, packages/dds/tree/src/codec/index.ts | Exported CodecWriteOptionsBeta type |
| packages/dds/tree/api-report/*.api.md | Updated API reports to reflect beta promotions |
| .changeset/gross-apples-defend.md | Added changeset documenting the feature |
Josmithr
commented
Feb 2, 2026
Josmithr
commented
Feb 2, 2026
Josmithr
commented
Feb 2, 2026
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…smithr/FluidFramework into tree/promote-minVersionOption
Co-authored-by: Craig Macomber (Microsoft) <42876482+CraigMacomber@users.noreply.github.com>
CraigMacomber
approved these changes
Feb 3, 2026
Contributor
|
🔗 No broken links found! ✅ Your attention to detail is admirable. linkcheck output |
jatgarg
approved these changes
Feb 3, 2026
Contributor
|
🔗 No broken links found! ✅ Your attention to detail is admirable. linkcheck output |
Contributor
|
🔗 No broken links found! ✅ Your attention to detail is admirable. linkcheck output |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prerequisite for promoting
TableSchemaAPIs to beta.MinimumVersionForCollabThis PR also promotes
MinimumVersionForCollabfrom@legacy @betato@beta. This type is forward looking and intended for eventual use in our public API, so the@legacytag wasn't really appropriate, and its removal is necessary for transitive exposure viatree.