You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should happen automatically as part of the release process, but if you need to generate the release notes manually, you can use the above command.
Provide more comprehensive replacement to the commitApplied event (#22977)
Adds a new changed event to the (currently alpha) TreeBranchEvents that replaces the commitApplied event on TreeViewEvents. This new event is fired for both local and remote changes and maintains the existing functionality of commitApplied that is used for obtaining Revertibles.
The Client class in the merge-tree package has been removed. Types that directly or indirectly expose the merge-tree Client class have also been removed.
The removed types were not meant to be used directly, and direct usage was not supported:
AttributionPolicy
IClientEvents
IMergeTreeAttributionOptions
SharedSegmentSequence
SharedStringClass
Some classes that referenced the Client class have been transitioned to interfaces. Direct instantiation of these classes was not supported or necessary for any supported scenario, so the change to an interface should not impact usage. This applies to the following types:
This issue is automatically updated with a preview of the release notes for the upcoming Fluid Framework release.
To generate release notes locally to commit to the
RELEASE_NOTES
folder in the repo, run the following command:To generate the release notes to paste into the GitHub Release, run the following command:
This should happen automatically as part of the release process, but if you need to generate the release notes manually, you can use the above command.
Fluid Framework v2.10.0
Contents
commitApplied
event (#22977)Client
Legacy API Removed (#22697)🌳 SharedTree DDS changes
Provide more comprehensive replacement to the
commitApplied
event (#22977)Adds a new
changed
event to the (currently alpha)TreeBranchEvents
that replaces thecommitApplied
event onTreeViewEvents
. This new event is fired for both local and remote changes and maintains the existing functionality ofcommitApplied
that is used for obtainingRevertibles
.Change details
Commit:
e51c94d
Affected packages:
⬆️ Table of contents
MergeTree
Client
Legacy API Removed (#22697)The
Client
class in the merge-tree package has been removed. Types that directly or indirectly expose the merge-treeClient
class have also been removed.The removed types were not meant to be used directly, and direct usage was not supported:
Some classes that referenced the
Client
class have been transitioned to interfaces. Direct instantiation of these classes was not supported or necessary for any supported scenario, so the change to an interface should not impact usage. This applies to the following types:The initial deprecations of the now changed or removed types were announced in Fluid Framework v2.4.0: Several MergeTree Client Legacy APIs are now deprecated
Change details
Commit:
2aa0b5e
Affected packages:
⬆️ Table of contents
🛠️ Start Building Today!
Please continue to engage with us on GitHub Discussion and Issue pages as you adopt Fluid Framework!
The text was updated successfully, but these errors were encountered: