Skip to content

Fluid Framework v2.0.0-internal.4.4.0 (minor)

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jun 18:22
· 5564 commits to main since this release
4f273b9

This is a minor release.

It contains bug fixes and other internal improvements.

What's Changed

Deprecations

IntervalCollection public export deprecated in @fluidframework/sequence

IntervalCollection has been deprecated in favor of an interface (IIntervalCollection) containing its public API. Several types transitively referenced by IntervalCollection implementation details have also been deprecated: CompressedSerializedInterval, IntervalCollectionIterator, and ISerializedIntervalCollectionV2.