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
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.
Deprecated API
ContainerRuntime's 'batchBegin'/'batchEnd' events: Removing the
contents
property on event argop
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 theop
event arg.#22791
The text was updated successfully, but these errors were encountered: