@fluidframework/datastore-definitions 2.116.0-416006 → 2.116.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/README.md +5 -3
- package/dist/dataStoreRuntime.d.ts +11 -5
- package/dist/dataStoreRuntime.d.ts.map +1 -1
- package/lib/dataStoreRuntime.d.ts +11 -5
- package/lib/dataStoreRuntime.d.ts.map +1 -1
- package/package.json +11 -11
- package/src/dataStoreRuntime.ts +11 -5
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -123,7 +123,7 @@ There are many ways to [contribute](https://github.com/microsoft/FluidFramework/
|
|
|
123
123
|
- Review the [source code changes](https://github.com/microsoft/FluidFramework/pulls).
|
|
124
124
|
- [Contribute bug fixes](https://github.com/microsoft/FluidFramework/blob/main/CONTRIBUTING.md).
|
|
125
125
|
|
|
126
|
-
Detailed instructions for working in the repo can be found in the [Wiki](https://github.com/microsoft/FluidFramework/
|
|
126
|
+
Detailed instructions for working in the repo can be found in the [Wiki](https://github.com/microsoft/FluidFramework/blob/main/docs/content/Home.md).
|
|
127
127
|
|
|
128
128
|
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
|
|
129
129
|
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.
|
|
@@ -134,9 +134,11 @@ Use of Microsoft trademarks or logos in modified versions of this project must n
|
|
|
134
134
|
|
|
135
135
|
## Help
|
|
136
136
|
|
|
137
|
-
Not finding what you're looking for in this README?
|
|
137
|
+
Not finding what you're looking for in this README?
|
|
138
|
+
Check out [fluidframework.com](https://fluidframework.com/docs/).
|
|
138
139
|
|
|
139
|
-
Still not finding what you're looking for?
|
|
140
|
+
Still not finding what you're looking for?
|
|
141
|
+
Please [file an issue](https://github.com/microsoft/FluidFramework/blob/main/docs/content/Contributing/Submitting-Bugs-and-Feature-Requests.md).
|
|
140
142
|
|
|
141
143
|
Thank you!
|
|
142
144
|
|
|
@@ -8,7 +8,7 @@ import type { IFluidHandleContext } from "@fluidframework/core-interfaces/intern
|
|
|
8
8
|
import type { IQuorumClients } from "@fluidframework/driver-definitions";
|
|
9
9
|
import type { ISequencedDocumentMessage } from "@fluidframework/driver-definitions/internal";
|
|
10
10
|
import type { IIdCompressor } from "@fluidframework/id-compressor";
|
|
11
|
-
import type { IInboundSignalMessage,
|
|
11
|
+
import type { IInboundSignalMessage, OldestSupportedClientVersion } from "@fluidframework/runtime-definitions/internal";
|
|
12
12
|
import type { IChannel } from "./channel.js";
|
|
13
13
|
/**
|
|
14
14
|
* Events emitted by {@link IFluidDataStoreRuntime}.
|
|
@@ -167,13 +167,19 @@ export interface IFluidDataStoreRuntimeAlpha extends IFluidDataStoreRuntime {
|
|
|
167
167
|
export interface IFluidDataStoreRuntimeInternalConfig {
|
|
168
168
|
readonly submitMessagesWithoutEncodingHandles?: boolean;
|
|
169
169
|
/**
|
|
170
|
-
*
|
|
170
|
+
* Oldest Fluid Framework client version that must be able to process documents containing ops
|
|
171
|
+
* generated by DDSes in this data store.
|
|
171
172
|
* @remarks
|
|
172
|
-
* DDSes may read this value to determine which feature flags should be enabled
|
|
173
|
+
* DDSes may read this value to determine which feature flags and formats should be enabled, so
|
|
174
|
+
* choosing an older version may limit available features and write formats.
|
|
173
175
|
* This property is consumed by `SharedObjectFactory` (which are implementations of
|
|
174
176
|
* {@link @fluidframework/datastore-definitions#IChannelFactory}).
|
|
175
|
-
* See {@link @fluidframework/container-runtime#LoadContainerRuntimeParams.
|
|
177
|
+
* See {@link @fluidframework/container-runtime#LoadContainerRuntimeParams.oldestSupportedClient}
|
|
178
|
+
* for more details.
|
|
179
|
+
*
|
|
180
|
+
* The property name is retained while the cross-layer dual-property migration in
|
|
181
|
+
* {@link https://github.com/microsoft/FluidFramework/issues/27851} is completed.
|
|
176
182
|
*/
|
|
177
|
-
readonly minVersionForCollab?:
|
|
183
|
+
readonly minVersionForCollab?: OldestSupportedClientVersion;
|
|
178
184
|
}
|
|
179
185
|
//# sourceMappingURL=dataStoreRuntime.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dataStoreRuntime.d.ts","sourceRoot":"","sources":["../src/dataStoreRuntime.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,uCAAuC,CAAC;AACpF,OAAO,KAAK,EACX,YAAY,EACZ,WAAW,EACX,WAAW,EACX,MAAM,EACN,cAAc,EACd,oBAAoB,EACpB,UAAU,EACV,MAAM,iCAAiC,CAAC;AACzC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0CAA0C,CAAC;AACpF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AACzE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,6CAA6C,CAAC;AAC7F,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AACnE,OAAO,KAAK,EACX,qBAAqB,EACrB,
|
|
1
|
+
{"version":3,"file":"dataStoreRuntime.d.ts","sourceRoot":"","sources":["../src/dataStoreRuntime.ts"],"names":[],"mappings":"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"}
|
|
@@ -8,7 +8,7 @@ import type { IFluidHandleContext } from "@fluidframework/core-interfaces/intern
|
|
|
8
8
|
import type { IQuorumClients } from "@fluidframework/driver-definitions";
|
|
9
9
|
import type { ISequencedDocumentMessage } from "@fluidframework/driver-definitions/internal";
|
|
10
10
|
import type { IIdCompressor } from "@fluidframework/id-compressor";
|
|
11
|
-
import type { IInboundSignalMessage,
|
|
11
|
+
import type { IInboundSignalMessage, OldestSupportedClientVersion } from "@fluidframework/runtime-definitions/internal";
|
|
12
12
|
import type { IChannel } from "./channel.js";
|
|
13
13
|
/**
|
|
14
14
|
* Events emitted by {@link IFluidDataStoreRuntime}.
|
|
@@ -167,13 +167,19 @@ export interface IFluidDataStoreRuntimeAlpha extends IFluidDataStoreRuntime {
|
|
|
167
167
|
export interface IFluidDataStoreRuntimeInternalConfig {
|
|
168
168
|
readonly submitMessagesWithoutEncodingHandles?: boolean;
|
|
169
169
|
/**
|
|
170
|
-
*
|
|
170
|
+
* Oldest Fluid Framework client version that must be able to process documents containing ops
|
|
171
|
+
* generated by DDSes in this data store.
|
|
171
172
|
* @remarks
|
|
172
|
-
* DDSes may read this value to determine which feature flags should be enabled
|
|
173
|
+
* DDSes may read this value to determine which feature flags and formats should be enabled, so
|
|
174
|
+
* choosing an older version may limit available features and write formats.
|
|
173
175
|
* This property is consumed by `SharedObjectFactory` (which are implementations of
|
|
174
176
|
* {@link @fluidframework/datastore-definitions#IChannelFactory}).
|
|
175
|
-
* See {@link @fluidframework/container-runtime#LoadContainerRuntimeParams.
|
|
177
|
+
* See {@link @fluidframework/container-runtime#LoadContainerRuntimeParams.oldestSupportedClient}
|
|
178
|
+
* for more details.
|
|
179
|
+
*
|
|
180
|
+
* The property name is retained while the cross-layer dual-property migration in
|
|
181
|
+
* {@link https://github.com/microsoft/FluidFramework/issues/27851} is completed.
|
|
176
182
|
*/
|
|
177
|
-
readonly minVersionForCollab?:
|
|
183
|
+
readonly minVersionForCollab?: OldestSupportedClientVersion;
|
|
178
184
|
}
|
|
179
185
|
//# sourceMappingURL=dataStoreRuntime.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"dataStoreRuntime.d.ts","sourceRoot":"","sources":["../src/dataStoreRuntime.ts"],"names":[],"mappings":"AAAA;;;GAGG;AAEH,OAAO,KAAK,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,uCAAuC,CAAC;AACpF,OAAO,KAAK,EACX,YAAY,EACZ,WAAW,EACX,WAAW,EACX,MAAM,EACN,cAAc,EACd,oBAAoB,EACpB,UAAU,EACV,MAAM,iCAAiC,CAAC;AACzC,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,0CAA0C,CAAC;AACpF,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AACzE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,6CAA6C,CAAC;AAC7F,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,+BAA+B,CAAC;AACnE,OAAO,KAAK,EACX,qBAAqB,EACrB,
|
|
1
|
+
{"version":3,"file":"dataStoreRuntime.d.ts","sourceRoot":"","sources":["../src/dataStoreRuntime.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/datastore-definitions",
|
|
3
|
-
"version": "2.116.0
|
|
3
|
+
"version": "2.116.0",
|
|
4
4
|
"description": "Fluid data store definitions",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -49,20 +49,20 @@
|
|
|
49
49
|
"main": "",
|
|
50
50
|
"types": "lib/public.d.ts",
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@fluidframework/container-definitions": "2.116.0
|
|
53
|
-
"@fluidframework/core-interfaces": "2.116.0
|
|
54
|
-
"@fluidframework/driver-definitions": "2.116.0
|
|
55
|
-
"@fluidframework/id-compressor": "2.116.0
|
|
56
|
-
"@fluidframework/runtime-definitions": "2.116.0
|
|
52
|
+
"@fluidframework/container-definitions": "~2.116.0",
|
|
53
|
+
"@fluidframework/core-interfaces": "~2.116.0",
|
|
54
|
+
"@fluidframework/driver-definitions": "~2.116.0",
|
|
55
|
+
"@fluidframework/id-compressor": "~2.116.0",
|
|
56
|
+
"@fluidframework/runtime-definitions": "~2.116.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@arethetypeswrong/cli": "^0.18.
|
|
59
|
+
"@arethetypeswrong/cli": "^0.18.5",
|
|
60
60
|
"@biomejs/biome": "~2.4.5",
|
|
61
|
-
"@fluid-tools/build-cli": "^0.
|
|
61
|
+
"@fluid-tools/build-cli": "^0.67.0",
|
|
62
62
|
"@fluidframework/build-common": "^2.0.3",
|
|
63
|
-
"@fluidframework/build-tools": "^0.
|
|
64
|
-
"@fluidframework/datastore-definitions-previous": "npm:@fluidframework/datastore-definitions@2.
|
|
65
|
-
"@fluidframework/eslint-config-fluid": "^
|
|
63
|
+
"@fluidframework/build-tools": "^0.67.0",
|
|
64
|
+
"@fluidframework/datastore-definitions-previous": "npm:@fluidframework/datastore-definitions@2.114.0",
|
|
65
|
+
"@fluidframework/eslint-config-fluid": "^14.0.0",
|
|
66
66
|
"@microsoft/api-extractor": "7.58.1",
|
|
67
67
|
"concurrently": "^10.0.3",
|
|
68
68
|
"copyfiles": "^2.4.1",
|
package/src/dataStoreRuntime.ts
CHANGED
|
@@ -19,7 +19,7 @@ import type { ISequencedDocumentMessage } from "@fluidframework/driver-definitio
|
|
|
19
19
|
import type { IIdCompressor } from "@fluidframework/id-compressor";
|
|
20
20
|
import type {
|
|
21
21
|
IInboundSignalMessage,
|
|
22
|
-
|
|
22
|
+
OldestSupportedClientVersion,
|
|
23
23
|
} from "@fluidframework/runtime-definitions/internal";
|
|
24
24
|
|
|
25
25
|
import type { IChannel } from "./channel.js";
|
|
@@ -221,12 +221,18 @@ export interface IFluidDataStoreRuntimeInternalConfig {
|
|
|
221
221
|
readonly submitMessagesWithoutEncodingHandles?: boolean;
|
|
222
222
|
|
|
223
223
|
/**
|
|
224
|
-
*
|
|
224
|
+
* Oldest Fluid Framework client version that must be able to process documents containing ops
|
|
225
|
+
* generated by DDSes in this data store.
|
|
225
226
|
* @remarks
|
|
226
|
-
* DDSes may read this value to determine which feature flags should be enabled
|
|
227
|
+
* DDSes may read this value to determine which feature flags and formats should be enabled, so
|
|
228
|
+
* choosing an older version may limit available features and write formats.
|
|
227
229
|
* This property is consumed by `SharedObjectFactory` (which are implementations of
|
|
228
230
|
* {@link @fluidframework/datastore-definitions#IChannelFactory}).
|
|
229
|
-
* See {@link @fluidframework/container-runtime#LoadContainerRuntimeParams.
|
|
231
|
+
* See {@link @fluidframework/container-runtime#LoadContainerRuntimeParams.oldestSupportedClient}
|
|
232
|
+
* for more details.
|
|
233
|
+
*
|
|
234
|
+
* The property name is retained while the cross-layer dual-property migration in
|
|
235
|
+
* {@link https://github.com/microsoft/FluidFramework/issues/27851} is completed.
|
|
230
236
|
*/
|
|
231
|
-
readonly minVersionForCollab?:
|
|
237
|
+
readonly minVersionForCollab?: OldestSupportedClientVersion;
|
|
232
238
|
}
|