@fluidframework/routerlicious-driver 2.30.0 → 2.31.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 CHANGED
@@ -1,5 +1,9 @@
1
1
  # @fluidframework/routerlicious-driver
2
2
 
3
+ ## 2.31.0
4
+
5
+ Dependency updates only.
6
+
3
7
  ## 2.30.0
4
8
 
5
9
  Dependency updates only.
@@ -60,38 +64,38 @@ Dependency updates only.
60
64
 
61
65
  ### Minor Changes
62
66
 
63
- - Updated server dependencies ([#21514](https://github.com/microsoft/FluidFramework/pull/21514)) [9629f1d93a](https://github.com/microsoft/FluidFramework/commit/9629f1d93a7e412c0cb2f65cc21da0c95ff8981d)
67
+ - Updated server dependencies ([#21514](https://github.com/microsoft/FluidFramework/pull/21514)) [9629f1d93a](https://github.com/microsoft/FluidFramework/commit/9629f1d93a7e412c0cb2f65cc21da0c95ff8981d)
64
68
 
65
- The following Fluid server dependencies have been updated to the latest version, 5.0.0. [See the full changelog.](https://github.com/microsoft/FluidFramework/blob/main/server/routerlicious/RELEASE_NOTES/5.0.0.md)
69
+ The following Fluid server dependencies have been updated to the latest version, 5.0.0. [See the full changelog.](https://github.com/microsoft/FluidFramework/blob/main/server/routerlicious/RELEASE_NOTES/5.0.0.md)
66
70
 
67
- - @fluidframework/gitresources
68
- - @fluidframework/server-kafka-orderer
69
- - @fluidframework/server-lambdas
70
- - @fluidframework/server-lambdas-driver
71
- - @fluidframework/server-local-server
72
- - @fluidframework/server-memory-orderer
73
- - @fluidframework/protocol-base
74
- - @fluidframework/server-routerlicious
75
- - @fluidframework/server-routerlicious-base
76
- - @fluidframework/server-services
77
- - @fluidframework/server-services-client
78
- - @fluidframework/server-services-core
79
- - @fluidframework/server-services-ordering-kafkanode
80
- - @fluidframework/server-services-ordering-rdkafka
81
- - @fluidframework/server-services-ordering-zookeeper
82
- - @fluidframework/server-services-shared
83
- - @fluidframework/server-services-telemetry
84
- - @fluidframework/server-services-utils
85
- - @fluidframework/server-test-utils
86
- - tinylicious
71
+ - @fluidframework/gitresources
72
+ - @fluidframework/server-kafka-orderer
73
+ - @fluidframework/server-lambdas
74
+ - @fluidframework/server-lambdas-driver
75
+ - @fluidframework/server-local-server
76
+ - @fluidframework/server-memory-orderer
77
+ - @fluidframework/protocol-base
78
+ - @fluidframework/server-routerlicious
79
+ - @fluidframework/server-routerlicious-base
80
+ - @fluidframework/server-services
81
+ - @fluidframework/server-services-client
82
+ - @fluidframework/server-services-core
83
+ - @fluidframework/server-services-ordering-kafkanode
84
+ - @fluidframework/server-services-ordering-rdkafka
85
+ - @fluidframework/server-services-ordering-zookeeper
86
+ - @fluidframework/server-services-shared
87
+ - @fluidframework/server-services-telemetry
88
+ - @fluidframework/server-services-utils
89
+ - @fluidframework/server-test-utils
90
+ - tinylicious
87
91
 
88
- - Update to TypeScript 5.4 ([#21214](https://github.com/microsoft/FluidFramework/pull/21214)) [0e6256c722](https://github.com/microsoft/FluidFramework/commit/0e6256c722d8bf024f4325bf02547daeeb18bfa6)
92
+ - Update to TypeScript 5.4 ([#21214](https://github.com/microsoft/FluidFramework/pull/21214)) [0e6256c722](https://github.com/microsoft/FluidFramework/commit/0e6256c722d8bf024f4325bf02547daeeb18bfa6)
89
93
 
90
- Update package implementations to use TypeScript 5.4.5.
94
+ Update package implementations to use TypeScript 5.4.5.
91
95
 
92
- - Update to ES 2022 ([#21292](https://github.com/microsoft/FluidFramework/pull/21292)) [68921502f7](https://github.com/microsoft/FluidFramework/commit/68921502f79b1833c4cd6d0fe339bfb126a712c7)
96
+ - Update to ES 2022 ([#21292](https://github.com/microsoft/FluidFramework/pull/21292)) [68921502f7](https://github.com/microsoft/FluidFramework/commit/68921502f79b1833c4cd6d0fe339bfb126a712c7)
93
97
 
94
- Update tsconfig to target ES 2022.
98
+ Update tsconfig to target ES 2022.
95
99
 
96
100
  ## 2.0.0-rc.4.0.0
97
101
 
@@ -101,90 +105,90 @@ Dependency updates only.
101
105
 
102
106
  ### Major Changes
103
107
 
104
- - Packages now use package.json "exports" and require modern module resolution [97d68aa06b](https://github.com/microsoft/FluidFramework/commit/97d68aa06bd5c022ecb026655814aea222a062ae)
108
+ - Packages now use package.json "exports" and require modern module resolution [97d68aa06b](https://github.com/microsoft/FluidFramework/commit/97d68aa06bd5c022ecb026655814aea222a062ae)
105
109
 
106
- Fluid Framework packages have been updated to use the [package.json "exports"
107
- field](https://nodejs.org/docs/latest-v18.x/api/packages.html#exports) to define explicit entry points for both
108
- TypeScript types and implementation code.
110
+ Fluid Framework packages have been updated to use the [package.json "exports"
111
+ field](https://nodejs.org/docs/latest-v18.x/api/packages.html#exports) to define explicit entry points for both
112
+ TypeScript types and implementation code.
109
113
 
110
- This means that using Fluid Framework packages require the following TypeScript settings in tsconfig.json:
114
+ This means that using Fluid Framework packages require the following TypeScript settings in tsconfig.json:
111
115
 
112
- - `"moduleResolution": "Node16"` with `"module": "Node16"`
113
- - `"moduleResolution": "Bundler"` with `"module": "ESNext"`
116
+ - `"moduleResolution": "Node16"` with `"module": "Node16"`
117
+ - `"moduleResolution": "Bundler"` with `"module": "ESNext"`
114
118
 
115
- We recommend using Node16/Node16 unless absolutely necessary. That will produce transpiled JavaScript that is suitable
116
- for use with modern versions of Node.js _and_ Bundlers.
117
- [See the TypeScript documentation](https://www.typescriptlang.org/tsconfig#moduleResolution) for more information
118
- regarding the module and moduleResolution options.
119
+ We recommend using Node16/Node16 unless absolutely necessary. That will produce transpiled JavaScript that is suitable
120
+ for use with modern versions of Node.js _and_ Bundlers.
121
+ [See the TypeScript documentation](https://www.typescriptlang.org/tsconfig#moduleResolution) for more information
122
+ regarding the module and moduleResolution options.
119
123
 
120
- **Node10 moduleResolution is not supported; it does not support Fluid Framework's API structuring pattern that is used
121
- to distinguish stable APIs from those that are in development.**
124
+ **Node10 moduleResolution is not supported; it does not support Fluid Framework's API structuring pattern that is used
125
+ to distinguish stable APIs from those that are in development.**
122
126
 
123
127
  ## 2.0.0-rc.2.0.0
124
128
 
125
129
  ### Minor Changes
126
130
 
127
- - Resolved URLs no longer use non-standard protocols ([#19840](https://github.com/microsoft/FluidFramework/issues/19840)) [9d3d185183](https://github.com/microsoft/FluidFramework/commits/9d3d1851830d953792a6dfad60dde6f1c59480de)
131
+ - Resolved URLs no longer use non-standard protocols ([#19840](https://github.com/microsoft/FluidFramework/issues/19840)) [9d3d185183](https://github.com/microsoft/FluidFramework/commits/9d3d1851830d953792a6dfad60dde6f1c59480de)
128
132
 
129
- Previously, `IResolvedUrl.url` could use a non-standard protocol like `fluid://`, `fluid-odsp://`, or `fluid-test://`. These have been replaced with `https://` to permit standards-compliant URL parsing.
133
+ Previously, `IResolvedUrl.url` could use a non-standard protocol like `fluid://`, `fluid-odsp://`, or `fluid-test://`. These have been replaced with `https://` to permit standards-compliant URL parsing.
130
134
 
131
- - driver-definitions: repositoryUrl removed from IDocumentStorageService ([#19522](https://github.com/microsoft/FluidFramework/issues/19522)) [90eb3c9d33](https://github.com/microsoft/FluidFramework/commits/90eb3c9d33d80e24caa1393a50f414c5602f6aa3)
135
+ - driver-definitions: repositoryUrl removed from IDocumentStorageService ([#19522](https://github.com/microsoft/FluidFramework/issues/19522)) [90eb3c9d33](https://github.com/microsoft/FluidFramework/commits/90eb3c9d33d80e24caa1393a50f414c5602f6aa3)
132
136
 
133
- The `repositoryUrl` member of `IDocumentStorageService` was unused and always equal to the empty string. It has been removed.
137
+ The `repositoryUrl` member of `IDocumentStorageService` was unused and always equal to the empty string. It has been removed.
134
138
 
135
- - Deprecated error-related enums have been removed ([#19067](https://github.com/microsoft/FluidFramework/issues/19067)) [59793302e5](https://github.com/microsoft/FluidFramework/commits/59793302e56784cfb6ace0e6469345f3565b3312)
139
+ - Deprecated error-related enums have been removed ([#19067](https://github.com/microsoft/FluidFramework/issues/19067)) [59793302e5](https://github.com/microsoft/FluidFramework/commits/59793302e56784cfb6ace0e6469345f3565b3312)
136
140
 
137
- Error-related enums `ContainerErrorType`, `DriverErrorType`, `OdspErrorType` and `RouterliciousErrorType` were previously
138
- deprecated and are now removed. There are replacement object-based enumerations of `ContainerErrorTypes`,
139
- `DriverErrorTypes`, `OdspErrorTypes` and `RouterliciousErrorTypes`. Refer to the release notes of [Fluid Framework version
140
- 2.0.0-internal.7.0.0](https://github.com/microsoft/FluidFramework/releases/tag/client_v2.0.0-internal.7.0.0) for details
141
- on the replacements.
141
+ Error-related enums `ContainerErrorType`, `DriverErrorType`, `OdspErrorType` and `RouterliciousErrorType` were previously
142
+ deprecated and are now removed. There are replacement object-based enumerations of `ContainerErrorTypes`,
143
+ `DriverErrorTypes`, `OdspErrorTypes` and `RouterliciousErrorTypes`. Refer to the release notes of [Fluid Framework version
144
+ 2.0.0-internal.7.0.0](https://github.com/microsoft/FluidFramework/releases/tag/client_v2.0.0-internal.7.0.0) for details
145
+ on the replacements.
142
146
 
143
- - routerlicious-driver: Ephemeral containers now controlled in attach() call rather than as driver policy ([#19646](https://github.com/microsoft/FluidFramework/issues/19646)) [22bd1fc045](https://github.com/microsoft/FluidFramework/commits/22bd1fc045fd6bb74eed812ddcf86ae85bd81125)
147
+ - routerlicious-driver: Ephemeral containers now controlled in attach() call rather than as driver policy ([#19646](https://github.com/microsoft/FluidFramework/issues/19646)) [22bd1fc045](https://github.com/microsoft/FluidFramework/commits/22bd1fc045fd6bb74eed812ddcf86ae85bd81125)
144
148
 
145
- Previously, ephemeral containers were created by adding an `isEphemeralContainer` flag in `IRouterliciousDriverPolicies`. Now, it is controlled by a `createAsEphemeral` flag on the resolved URL. See <https://github.com/microsoft/FluidFramework/pull/19544> for an example of how to set this flag via your URL resolver.
149
+ Previously, ephemeral containers were created by adding an `isEphemeralContainer` flag in `IRouterliciousDriverPolicies`. Now, it is controlled by a `createAsEphemeral` flag on the resolved URL. See <https://github.com/microsoft/FluidFramework/pull/19544> for an example of how to set this flag via your URL resolver.
146
150
 
147
- - container-definitions: Added containerMetadata prop on IContainer interface ([#19142](https://github.com/microsoft/FluidFramework/issues/19142)) [d0d77f3516](https://github.com/microsoft/FluidFramework/commits/d0d77f3516d67f3c9faedb47b20dbd4e309c3bc2)
151
+ - container-definitions: Added containerMetadata prop on IContainer interface ([#19142](https://github.com/microsoft/FluidFramework/issues/19142)) [d0d77f3516](https://github.com/microsoft/FluidFramework/commits/d0d77f3516d67f3c9faedb47b20dbd4e309c3bc2)
148
152
 
149
- Added `containerMetadata` prop on IContainer interface.
153
+ Added `containerMetadata` prop on IContainer interface.
150
154
 
151
- - runtime-definitions: Moved ISignalEnvelope interface to core-interfaces ([#19142](https://github.com/microsoft/FluidFramework/issues/19142)) [d0d77f3516](https://github.com/microsoft/FluidFramework/commits/d0d77f3516d67f3c9faedb47b20dbd4e309c3bc2)
155
+ - runtime-definitions: Moved ISignalEnvelope interface to core-interfaces ([#19142](https://github.com/microsoft/FluidFramework/issues/19142)) [d0d77f3516](https://github.com/microsoft/FluidFramework/commits/d0d77f3516d67f3c9faedb47b20dbd4e309c3bc2)
152
156
 
153
- The `ISignalEnvelope` interface has been moved to the @fluidframework/core-interfaces package.
157
+ The `ISignalEnvelope` interface has been moved to the @fluidframework/core-interfaces package.
154
158
 
155
159
  ## 2.0.0-rc.1.0.0
156
160
 
157
161
  ### Minor Changes
158
162
 
159
- - Updated server dependencies ([#19122](https://github.com/microsoft/FluidFramework/issues/19122)) [25366b4229](https://github.com/microsoft/FluidFramework/commits/25366b422918cb43685c5f328b50450749592902)
160
-
161
- The following Fluid server dependencies have been updated to the latest version, 3.0.0. [See the full changelog.](https://github.com/microsoft/FluidFramework/releases/tag/server_v3.0.0)
162
-
163
- - @fluidframework/gitresources
164
- - @fluidframework/server-kafka-orderer
165
- - @fluidframework/server-lambdas
166
- - @fluidframework/server-lambdas-driver
167
- - @fluidframework/server-local-server
168
- - @fluidframework/server-memory-orderer
169
- - @fluidframework/protocol-base
170
- - @fluidframework/server-routerlicious
171
- - @fluidframework/server-routerlicious-base
172
- - @fluidframework/server-services
173
- - @fluidframework/server-services-client
174
- - @fluidframework/server-services-core
175
- - @fluidframework/server-services-ordering-kafkanode
176
- - @fluidframework/server-services-ordering-rdkafka
177
- - @fluidframework/server-services-ordering-zookeeper
178
- - @fluidframework/server-services-shared
179
- - @fluidframework/server-services-telemetry
180
- - @fluidframework/server-services-utils
181
- - @fluidframework/server-test-utils
182
- - tinylicious
183
-
184
- - Updated @fluidframework/protocol-definitions ([#19122](https://github.com/microsoft/FluidFramework/issues/19122)) [25366b4229](https://github.com/microsoft/FluidFramework/commits/25366b422918cb43685c5f328b50450749592902)
185
-
186
- The @fluidframework/protocol-definitions dependency has been upgraded to v3.1.0. [See the full
187
- changelog.](https://github.com/microsoft/FluidFramework/blob/main/common/lib/protocol-definitions/CHANGELOG.md#310)
163
+ - Updated server dependencies ([#19122](https://github.com/microsoft/FluidFramework/issues/19122)) [25366b4229](https://github.com/microsoft/FluidFramework/commits/25366b422918cb43685c5f328b50450749592902)
164
+
165
+ The following Fluid server dependencies have been updated to the latest version, 3.0.0. [See the full changelog.](https://github.com/microsoft/FluidFramework/releases/tag/server_v3.0.0)
166
+
167
+ - @fluidframework/gitresources
168
+ - @fluidframework/server-kafka-orderer
169
+ - @fluidframework/server-lambdas
170
+ - @fluidframework/server-lambdas-driver
171
+ - @fluidframework/server-local-server
172
+ - @fluidframework/server-memory-orderer
173
+ - @fluidframework/protocol-base
174
+ - @fluidframework/server-routerlicious
175
+ - @fluidframework/server-routerlicious-base
176
+ - @fluidframework/server-services
177
+ - @fluidframework/server-services-client
178
+ - @fluidframework/server-services-core
179
+ - @fluidframework/server-services-ordering-kafkanode
180
+ - @fluidframework/server-services-ordering-rdkafka
181
+ - @fluidframework/server-services-ordering-zookeeper
182
+ - @fluidframework/server-services-shared
183
+ - @fluidframework/server-services-telemetry
184
+ - @fluidframework/server-services-utils
185
+ - @fluidframework/server-test-utils
186
+ - tinylicious
187
+
188
+ - Updated @fluidframework/protocol-definitions ([#19122](https://github.com/microsoft/FluidFramework/issues/19122)) [25366b4229](https://github.com/microsoft/FluidFramework/commits/25366b422918cb43685c5f328b50450749592902)
189
+
190
+ The @fluidframework/protocol-definitions dependency has been upgraded to v3.1.0. [See the full
191
+ changelog.](https://github.com/microsoft/FluidFramework/blob/main/common/lib/protocol-definitions/CHANGELOG.md#310)
188
192
 
189
193
  ## 2.0.0-internal.8.0.0
190
194
 
@@ -210,49 +214,49 @@ Dependency updates only.
210
214
 
211
215
  ### Major Changes
212
216
 
213
- - Dependencies on @fluidframework/protocol-definitions package updated to 3.0.0 [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
217
+ - Dependencies on @fluidframework/protocol-definitions package updated to 3.0.0 [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
214
218
 
215
- This included the following changes from the protocol-definitions release:
219
+ This included the following changes from the protocol-definitions release:
216
220
 
217
- - Updating signal interfaces for some planned improvements. The intention is split the interface between signals
218
- submitted by clients to the server and the resulting signals sent from the server to clients.
219
- - A new optional type member is available on the ISignalMessage interface and a new ISentSignalMessage interface has
220
- been added, which will be the typing for signals sent from the client to the server. Both extend a new
221
- ISignalMessageBase interface that contains common members.
222
- - The @fluidframework/common-definitions package dependency has been updated to version 1.0.0.
221
+ - Updating signal interfaces for some planned improvements. The intention is split the interface between signals
222
+ submitted by clients to the server and the resulting signals sent from the server to clients.
223
+ - A new optional type member is available on the ISignalMessage interface and a new ISentSignalMessage interface has
224
+ been added, which will be the typing for signals sent from the client to the server. Both extend a new
225
+ ISignalMessageBase interface that contains common members.
226
+ - The @fluidframework/common-definitions package dependency has been updated to version 1.0.0.
223
227
 
224
- - routerlicious-driver: remove dead blob aggregation concepts and code [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
228
+ - routerlicious-driver: remove dead blob aggregation concepts and code [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
225
229
 
226
- Dead concepts blob aggregation like `aggregateBlobsSmallerThanBytes` and `minBlobSize` have been removed.
230
+ Dead concepts blob aggregation like `aggregateBlobsSmallerThanBytes` and `minBlobSize` have been removed.
227
231
 
228
- - Server upgrade: dependencies on Fluid server packages updated to 2.0.1 [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
232
+ - Server upgrade: dependencies on Fluid server packages updated to 2.0.1 [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
229
233
 
230
- Dependencies on the following Fluid server package have been updated to version 2.0.1:
234
+ Dependencies on the following Fluid server package have been updated to version 2.0.1:
231
235
 
232
- - @fluidframework/gitresources: 2.0.1
233
- - @fluidframework/server-kafka-orderer: 2.0.1
234
- - @fluidframework/server-lambdas: 2.0.1
235
- - @fluidframework/server-lambdas-driver: 2.0.1
236
- - @fluidframework/server-local-server: 2.0.1
237
- - @fluidframework/server-memory-orderer: 2.0.1
238
- - @fluidframework/protocol-base: 2.0.1
239
- - @fluidframework/server-routerlicious: 2.0.1
240
- - @fluidframework/server-routerlicious-base: 2.0.1
241
- - @fluidframework/server-services: 2.0.1
242
- - @fluidframework/server-services-client: 2.0.1
243
- - @fluidframework/server-services-core: 2.0.1
244
- - @fluidframework/server-services-ordering-kafkanode: 2.0.1
245
- - @fluidframework/server-services-ordering-rdkafka: 2.0.1
246
- - @fluidframework/server-services-ordering-zookeeper: 2.0.1
247
- - @fluidframework/server-services-shared: 2.0.1
248
- - @fluidframework/server-services-telemetry: 2.0.1
249
- - @fluidframework/server-services-utils: 2.0.1
250
- - @fluidframework/server-test-utils: 2.0.1
251
- - tinylicious: 2.0.1
236
+ - @fluidframework/gitresources: 2.0.1
237
+ - @fluidframework/server-kafka-orderer: 2.0.1
238
+ - @fluidframework/server-lambdas: 2.0.1
239
+ - @fluidframework/server-lambdas-driver: 2.0.1
240
+ - @fluidframework/server-local-server: 2.0.1
241
+ - @fluidframework/server-memory-orderer: 2.0.1
242
+ - @fluidframework/protocol-base: 2.0.1
243
+ - @fluidframework/server-routerlicious: 2.0.1
244
+ - @fluidframework/server-routerlicious-base: 2.0.1
245
+ - @fluidframework/server-services: 2.0.1
246
+ - @fluidframework/server-services-client: 2.0.1
247
+ - @fluidframework/server-services-core: 2.0.1
248
+ - @fluidframework/server-services-ordering-kafkanode: 2.0.1
249
+ - @fluidframework/server-services-ordering-rdkafka: 2.0.1
250
+ - @fluidframework/server-services-ordering-zookeeper: 2.0.1
251
+ - @fluidframework/server-services-shared: 2.0.1
252
+ - @fluidframework/server-services-telemetry: 2.0.1
253
+ - @fluidframework/server-services-utils: 2.0.1
254
+ - @fluidframework/server-test-utils: 2.0.1
255
+ - tinylicious: 2.0.1
252
256
 
253
- - Minimum TypeScript version now 5.1.6 [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
257
+ - Minimum TypeScript version now 5.1.6 [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
254
258
 
255
- The minimum supported TypeScript version for Fluid 2.0 clients is now 5.1.6.
259
+ The minimum supported TypeScript version for Fluid 2.0 clients is now 5.1.6.
256
260
 
257
261
  ## 2.0.0-internal.6.4.0
258
262
 
@@ -266,32 +270,32 @@ Dependency updates only.
266
270
 
267
271
  ### Minor Changes
268
272
 
269
- - Remove use of @fluidframework/common-definitions ([#16638](https://github.com/microsoft/FluidFramework/issues/16638)) [a8c81509c9](https://github.com/microsoft/FluidFramework/commits/a8c81509c9bf09cfb2092ebcf7265205f9eb6dbf)
270
-
271
- The **@fluidframework/common-definitions** package is being deprecated, so the following interfaces and types are now
272
- imported from the **@fluidframework/core-interfaces** package:
273
-
274
- - interface IDisposable
275
- - interface IErrorEvent
276
- - interface IErrorEvent
277
- - interface IEvent
278
- - interface IEventProvider
279
- - interface ILoggingError
280
- - interface ITaggedTelemetryPropertyType
281
- - interface ITelemetryBaseEvent
282
- - interface ITelemetryBaseLogger
283
- - interface ITelemetryErrorEvent
284
- - interface ITelemetryGenericEvent
285
- - interface ITelemetryLogger
286
- - interface ITelemetryPerformanceEvent
287
- - interface ITelemetryProperties
288
- - type ExtendEventProvider
289
- - type IEventThisPlaceHolder
290
- - type IEventTransformer
291
- - type ReplaceIEventThisPlaceHolder
292
- - type ReplaceIEventThisPlaceHolder
293
- - type TelemetryEventCategory
294
- - type TelemetryEventPropertyType
273
+ - Remove use of @fluidframework/common-definitions ([#16638](https://github.com/microsoft/FluidFramework/issues/16638)) [a8c81509c9](https://github.com/microsoft/FluidFramework/commits/a8c81509c9bf09cfb2092ebcf7265205f9eb6dbf)
274
+
275
+ The **@fluidframework/common-definitions** package is being deprecated, so the following interfaces and types are now
276
+ imported from the **@fluidframework/core-interfaces** package:
277
+
278
+ - interface IDisposable
279
+ - interface IErrorEvent
280
+ - interface IErrorEvent
281
+ - interface IEvent
282
+ - interface IEventProvider
283
+ - interface ILoggingError
284
+ - interface ITaggedTelemetryPropertyType
285
+ - interface ITelemetryBaseEvent
286
+ - interface ITelemetryBaseLogger
287
+ - interface ITelemetryErrorEvent
288
+ - interface ITelemetryGenericEvent
289
+ - interface ITelemetryLogger
290
+ - interface ITelemetryPerformanceEvent
291
+ - interface ITelemetryProperties
292
+ - type ExtendEventProvider
293
+ - type IEventThisPlaceHolder
294
+ - type IEventTransformer
295
+ - type ReplaceIEventThisPlaceHolder
296
+ - type ReplaceIEventThisPlaceHolder
297
+ - type TelemetryEventCategory
298
+ - type TelemetryEventPropertyType
295
299
 
296
300
  ## 2.0.0-internal.6.1.0
297
301
 
@@ -301,17 +305,17 @@ Dependency updates only.
301
305
 
302
306
  ### Major Changes
303
307
 
304
- - Server compatibility change: Upload first summary as base64 blob [8abce8cdb4](https://github.com/microsoft/FluidFramework/commits/8abce8cdb4e2832fb6405fb44e393bef03d5648a)
308
+ - Server compatibility change: Upload first summary as base64 blob [8abce8cdb4](https://github.com/microsoft/FluidFramework/commits/8abce8cdb4e2832fb6405fb44e393bef03d5648a)
305
309
 
306
- We are updating the client to adjust the behavior of the routerlicious driver during the first summary, which will now allow non-UTF-8 compatible binaries to be submitted. (See [PR #16286](https://github.com/microsoft/FluidFramework/pull/16286) and [PR #16397](https://github.com/microsoft/FluidFramework/pull/16397)). To support this change, it is necessary for the servers to run the latest versions that are prepared to work with this new format.
310
+ We are updating the client to adjust the behavior of the routerlicious driver during the first summary, which will now allow non-UTF-8 compatible binaries to be submitted. (See [PR #16286](https://github.com/microsoft/FluidFramework/pull/16286) and [PR #16397](https://github.com/microsoft/FluidFramework/pull/16397)). To support this change, it is necessary for the servers to run the latest versions that are prepared to work with this new format.
307
311
 
308
- This means that this version of routerlicious-driver requires routerlicious server version >=1.0.0.
312
+ This means that this version of routerlicious-driver requires routerlicious server version >=1.0.0.
309
313
 
310
- When uploading summaries, the SummaryTreeUploadManager and WholeSummaryUploadManager currently use different conversion types based on the content of the ISummaryTree object. If the content is binary, the encoding is base64, and if it comes from a string, the encoding is utf-8. Previously, there was an exception for the first summary, which was always encoded in utf-8. However, recent changes have adjusted the server code to replicate this processing for all summaries. As a result, new clients will need to be run against recent versions of the servers that understand this new format.
314
+ When uploading summaries, the SummaryTreeUploadManager and WholeSummaryUploadManager currently use different conversion types based on the content of the ISummaryTree object. If the content is binary, the encoding is base64, and if it comes from a string, the encoding is utf-8. Previously, there was an exception for the first summary, which was always encoded in utf-8. However, recent changes have adjusted the server code to replicate this processing for all summaries. As a result, new clients will need to be run against recent versions of the servers that understand this new format.
311
315
 
312
- - Upgraded typescript transpilation target to ES2020 [8abce8cdb4](https://github.com/microsoft/FluidFramework/commits/8abce8cdb4e2832fb6405fb44e393bef03d5648a)
316
+ - Upgraded typescript transpilation target to ES2020 [8abce8cdb4](https://github.com/microsoft/FluidFramework/commits/8abce8cdb4e2832fb6405fb44e393bef03d5648a)
313
317
 
314
- Upgraded typescript transpilation target to ES2020. This is done in order to decrease the bundle sizes of Fluid Framework packages. This has provided size improvements across the board for ex. Loader, Driver, Runtime etc. Reduced bundle sizes helps to load lesser code in apps and hence also helps to improve the perf.If any app wants to target any older versions of browsers with which this target version is not compatible, then they can use packages like babel to transpile to a older target.
318
+ Upgraded typescript transpilation target to ES2020. This is done in order to decrease the bundle sizes of Fluid Framework packages. This has provided size improvements across the board for ex. Loader, Driver, Runtime etc. Reduced bundle sizes helps to load lesser code in apps and hence also helps to improve the perf.If any app wants to target any older versions of browsers with which this target version is not compatible, then they can use packages like babel to transpile to a older target.
315
319
 
316
320
  ## 2.0.0-internal.5.4.0
317
321
 
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export declare const pkgName = "@fluidframework/routerlicious-driver";
8
- export declare const pkgVersion = "2.30.0";
8
+ export declare const pkgVersion = "2.31.0";
9
9
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -8,5 +8,5 @@
8
8
  Object.defineProperty(exports, "__esModule", { value: true });
9
9
  exports.pkgVersion = exports.pkgName = void 0;
10
10
  exports.pkgName = "@fluidframework/routerlicious-driver";
11
- exports.pkgVersion = "2.30.0";
11
+ exports.pkgVersion = "2.31.0";
12
12
  //# sourceMappingURL=packageVersion.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,sCAAsC,CAAC;AACjD,QAAA,UAAU,GAAG,QAAQ,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/routerlicious-driver\";\nexport const pkgVersion = \"2.30.0\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEU,QAAA,OAAO,GAAG,sCAAsC,CAAC;AACjD,QAAA,UAAU,GAAG,QAAQ,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/routerlicious-driver\";\nexport const pkgVersion = \"2.31.0\";\n"]}
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export declare const pkgName = "@fluidframework/routerlicious-driver";
8
- export declare const pkgVersion = "2.30.0";
8
+ export declare const pkgVersion = "2.31.0";
9
9
  //# sourceMappingURL=packageVersion.d.ts.map
@@ -5,5 +5,5 @@
5
5
  * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY
6
6
  */
7
7
  export const pkgName = "@fluidframework/routerlicious-driver";
8
- export const pkgVersion = "2.30.0";
8
+ export const pkgVersion = "2.31.0";
9
9
  //# sourceMappingURL=packageVersion.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,sCAAsC,CAAC;AAC9D,MAAM,CAAC,MAAM,UAAU,GAAG,QAAQ,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/routerlicious-driver\";\nexport const pkgVersion = \"2.30.0\";\n"]}
1
+ {"version":3,"file":"packageVersion.js","sourceRoot":"","sources":["../src/packageVersion.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,MAAM,CAAC,MAAM,OAAO,GAAG,sCAAsC,CAAC;AAC9D,MAAM,CAAC,MAAM,UAAU,GAAG,QAAQ,CAAC","sourcesContent":["/*!\n * Copyright (c) Microsoft Corporation and contributors. All rights reserved.\n * Licensed under the MIT License.\n *\n * THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY\n */\n\nexport const pkgName = \"@fluidframework/routerlicious-driver\";\nexport const pkgVersion = \"2.31.0\";\n"]}
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.47.8"
8
+ "packageVersion": "7.50.1"
9
9
  }
10
10
  ]
11
11
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluidframework/routerlicious-driver",
3
- "version": "2.30.0",
3
+ "version": "2.31.0",
4
4
  "description": "Socket.IO + Git implementation of Fluid service API",
5
5
  "homepage": "https://fluidframework.com",
6
6
  "repository": {
@@ -69,14 +69,14 @@
69
69
  "temp-directory": "nyc/.nyc_output"
70
70
  },
71
71
  "dependencies": {
72
- "@fluid-internal/client-utils": "~2.30.0",
73
- "@fluidframework/core-interfaces": "~2.30.0",
74
- "@fluidframework/core-utils": "~2.30.0",
75
- "@fluidframework/driver-base": "~2.30.0",
76
- "@fluidframework/driver-definitions": "~2.30.0",
77
- "@fluidframework/driver-utils": "~2.30.0",
72
+ "@fluid-internal/client-utils": "~2.31.0",
73
+ "@fluidframework/core-interfaces": "~2.31.0",
74
+ "@fluidframework/core-utils": "~2.31.0",
75
+ "@fluidframework/driver-base": "~2.31.0",
76
+ "@fluidframework/driver-definitions": "~2.31.0",
77
+ "@fluidframework/driver-utils": "~2.31.0",
78
78
  "@fluidframework/server-services-client": "^5.0.0",
79
- "@fluidframework/telemetry-utils": "~2.30.0",
79
+ "@fluidframework/telemetry-utils": "~2.31.0",
80
80
  "cross-fetch": "^3.1.5",
81
81
  "json-stringify-safe": "5.0.1",
82
82
  "socket.io-client": "~4.7.5",
@@ -85,13 +85,13 @@
85
85
  "devDependencies": {
86
86
  "@arethetypeswrong/cli": "^0.17.1",
87
87
  "@biomejs/biome": "~1.9.3",
88
- "@fluid-internal/mocha-test-setup": "~2.30.0",
88
+ "@fluid-internal/mocha-test-setup": "~2.31.0",
89
89
  "@fluid-tools/build-cli": "^0.54.0",
90
90
  "@fluidframework/build-common": "^2.0.3",
91
91
  "@fluidframework/build-tools": "^0.54.0",
92
92
  "@fluidframework/eslint-config-fluid": "^5.7.3",
93
- "@fluidframework/routerlicious-driver-previous": "npm:@fluidframework/routerlicious-driver@2.23.0",
94
- "@microsoft/api-extractor": "7.47.8",
93
+ "@fluidframework/routerlicious-driver-previous": "npm:@fluidframework/routerlicious-driver@2.30.0",
94
+ "@microsoft/api-extractor": "7.50.1",
95
95
  "@types/mocha": "^10.0.10",
96
96
  "@types/nock": "^9.3.0",
97
97
  "@types/node": "^18.19.0",
@@ -107,7 +107,6 @@
107
107
  "mocha-multi-reporters": "^1.5.1",
108
108
  "moment": "^2.21.0",
109
109
  "nock": "^13.3.3",
110
- "prettier": "~3.0.3",
111
110
  "rimraf": "^4.4.0",
112
111
  "sinon": "^18.0.1",
113
112
  "typescript": "~5.4.5"
@@ -141,7 +140,6 @@
141
140
  "check:exports:esm:legacy": "api-extractor run --config api-extractor/api-extractor-lint-legacy.esm.json",
142
141
  "check:exports:esm:public": "api-extractor run --config api-extractor/api-extractor-lint-public.esm.json",
143
142
  "check:format": "npm run check:biome",
144
- "check:prettier": "prettier --check . --cache --ignore-path ../../../.prettierignore",
145
143
  "ci:build:api-reports": "concurrently \"npm:ci:build:api-reports:*\"",
146
144
  "ci:build:api-reports:current": "api-extractor run --config api-extractor/api-extractor.current.json",
147
145
  "ci:build:api-reports:legacy": "api-extractor run --config api-extractor/api-extractor.legacy.json",
@@ -151,7 +149,6 @@
151
149
  "eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
152
150
  "format": "npm run format:biome",
153
151
  "format:biome": "biome check . --write",
154
- "format:prettier": "prettier --write . --cache --ignore-path ../../../.prettierignore",
155
152
  "lint": "fluid-build . --task lint",
156
153
  "lint:fix": "fluid-build . --task eslint:fix --task format",
157
154
  "test": "npm run test:mocha",
@@ -6,4 +6,4 @@
6
6
  */
7
7
 
8
8
  export const pkgName = "@fluidframework/routerlicious-driver";
9
- export const pkgVersion = "2.30.0";
9
+ export const pkgVersion = "2.31.0";
package/tsconfig.json CHANGED
@@ -6,6 +6,7 @@
6
6
  "rootDir": "./src",
7
7
  "outDir": "./lib",
8
8
  "exactOptionalPropertyTypes": false,
9
+ // TODO: AB#34165 Enable noUncheckedIndexedAccess for packages/drivers/routerlicious-driver
9
10
  "noUncheckedIndexedAccess": false,
10
11
  },
11
12
  }
@@ -1,8 +0,0 @@
1
- /*!
2
- * Copyright (c) Microsoft Corporation and contributors. All rights reserved.
3
- * Licensed under the MIT License.
4
- */
5
-
6
- module.exports = {
7
- ...require("@fluidframework/build-common/prettier.config.cjs"),
8
- };