FluidFramework icon indicating copy to clipboard operation
FluidFramework copied to clipboard

ContainerRuntime: Remove the contents property of batchBegin/batchEnd's "op" event arg

Open kian-thompson opened this issue 1 year ago • 0 comments

Deprecated API

ContainerRuntime's 'batchBegin'/'batchEnd' events: Removing the contents property on event arg op

Context

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.

https://github.com/microsoft/FluidFramework/pull/22791

kian-thompson avatar Oct 18 '24 16:10 kian-thompson