Jatin Garg
Jatin Garg
## Description Thanks @anthony-murphy for the draft PR you raised earlier. 1.) Add a list of clientids which have created this directory. Add a directory seq number which is set...
## Description This adds capability to load individual datastores with a loadingGroupId if the snapshot content is omitted. 1.) Add function in container Runtime to fetch the snapshot based on...
## Description Add telemetry event in shared matrix for size of matrix.
## Description Add implementation of getKeysInOffsetRange api on Attribution Collection. This is a requirement from Loop app to integrate the FF provided attribution. API: ` getKeysInOffsetRange( startOffset: number, endOffset?: number,...
## Description RemoteDatastoreContext should handle snapshot with groupId with older loader. So, in case where we fetch the snapshot using old loader and does not have ISnapshot which contains blobContents,...
## Breaking Changes [ADO item link](https://dev.azure.com/fluidframework/internal/_workitems/edit/7045) The issue was that we were encoding the ids of datastores/ddses when uploading the summary while on the snapshot download path for binary snapshot...
## Description Shift package from @fluid-experimental/attributor to @fluidframework/attributor inside runtime packages and then use dynamic import for attributor in runtime instead of Mixin so as to not increase bundle size...
## Description Task Link: [7202](https://dev.azure.com/fluidframework/internal/_workitems/edit/7202) 1.) Remove deprecated inbound and outbound queues on IDeltaManager. 2.) Move them to IDeltaManagerInternal so that internal Fluid layers can still use it but not...
## Description code coverage test
## Description Attribution means who inserted/annotated the text and at what time. Currently FF only supports attribution for the text and attribution for the props in the shared string. This...