Fluid Framework 0.50
Update 0.50.1: The update addresses these issues:
- #8014 – Move join session inside retry logic for token.
- #8015 – Version mismatch in test-version-utils.
Update 0.50.2: The update addresses this issue: #8238 – fix(r11s-driver): don’t return latest for cached snapshot id
Update 0.50.3: The update addresses this issue: #8327 – Revert #7917 - Used attachGraph instead of bindToContext to bind and attach data store runtime
Breaking changes
No breaking changes.
Other notable changes
-
IFluidContainer
s have a new property, isDirty, which will be true if the container has outstanding operations that have not been acknowledged by the Fluid service. Using this property correctly can help prevent data loss due to service connectivity issues (#7891).See isDirty in the Fluid container documentation for more information.