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.
ContainerRuntime: Remove the contents property of batchBegin/batchEnd…
…'s "op" event arg (microsoft#22791) ## Description Fixes [AB#19784](https://dev.azure.com/fluidframework/235294da-091d-4c29-84fc-cdfc3d90890b/_workitems/edit/19784) ContainerRuntime's 'batchBegin'/'batchEnd' events: Removing the `contents` property on event arg `op` The 'batchBegin'/'batchEnd' events on ContainerRuntime indicate when a batch is beginning/finishing being processed. The `contents` property on there is not useful or relevant when reasoning over incoming changes at the batch level. So it has been removed from the `op` event arg. ## Breaking Changes Yes this is a breaking change. See changeset. --------- Co-authored-by: Kian Thompson <[email protected]>
- Loading branch information
1 parent
85d0e82
commit d252af5
Showing
4 changed files
with
37 additions
and
37 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,12 @@ | ||
--- | ||
"@fluidframework/runtime-definitions": minor | ||
--- | ||
--- | ||
"section": other | ||
--- | ||
|
||
ContainerRuntime's 'batchBegin'/'batchEnd' events: Removing the `contents` property on event arg `op` | ||
|
||
The 'batchBegin'/'batchEnd' events on ContainerRuntime indicate when a batch is beginning/finishing being processed. | ||
The `contents` property on there is not useful or relevant when reasoning over incoming changes at the batch level. | ||
So it has been removed from the `op` event arg. |
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