forked from microsoft/FluidFramework
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MergeTree: Deprecate segmentGroups and ack on ISegment (microsoft#22212)
# Deprecate segmentGroups and ack on ISegment The `SegmentGroupCollection` class, along with the `segmentGroups` property and `ack` function on segments, are not intended for external use. These elements will be removed in a future release for the following reasons: * There are no scenarios where they need to be used directly. * Using them directly will cause eventual consistency problems. * Upcoming features will require modifications to these mechanisms.
- Loading branch information
1 parent
801bf2f
commit 2b0199d
Showing
4 changed files
with
37 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- | ||
"@fluidframework/merge-tree": minor | ||
--- | ||
--- | ||
"section": "deprecation" | ||
--- | ||
Deprecate segmentGroups and ack on ISegment | ||
|
||
The `SegmentGroupCollection` class, along with the `segmentGroups` property and `ack` function on segments, are not intended for external use. | ||
These elements will be removed in a future release for the following reasons: | ||
|
||
* There are no scenarios where they need to be used directly. | ||
* Using them directly will cause eventual consistency problems. | ||
* Upcoming features will require modifications to these mechanisms. |
This file contains 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
This file contains 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
This file contains 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