@fluidframework/azure-client 2.71.0 → 2.72.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 -7
- package/package.json +18 -18
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# @fluidframework/azure-client
|
|
2
2
|
|
|
3
|
+
## 2.72.0
|
|
4
|
+
|
|
5
|
+
Dependency updates only.
|
|
6
|
+
|
|
3
7
|
## 2.71.0
|
|
4
8
|
|
|
5
9
|
Dependency updates only.
|
|
@@ -152,7 +156,6 @@ Dependency updates only.
|
|
|
152
156
|
### Minor Changes
|
|
153
157
|
|
|
154
158
|
- Rename `AzureMember.userName` to `AzureMember.name` and `IMember.userId` to `IMember.id` [96872186d0](https://github.com/microsoft/FluidFramework/commit/96872186d0d0f245c1fece7d19b3743e501679b6)
|
|
155
|
-
|
|
156
159
|
1. Renamed `AzureMember.userName` to `AzureMember.name` to establish uniform naming across odsp-client and azure-client.
|
|
157
160
|
2. Renamed `IMember.userId` to `IMember.id` to align with the properties received from AFR.
|
|
158
161
|
|
|
@@ -171,7 +174,6 @@ Dependency updates only.
|
|
|
171
174
|
TypeScript types and implementation code.
|
|
172
175
|
|
|
173
176
|
This means that using Fluid Framework packages require the following TypeScript settings in tsconfig.json:
|
|
174
|
-
|
|
175
177
|
- `"moduleResolution": "Node16"` with `"module": "Node16"`
|
|
176
178
|
- `"moduleResolution": "Bundler"` with `"module": "ESNext"`
|
|
177
179
|
|
|
@@ -194,7 +196,6 @@ Dependency updates only.
|
|
|
194
196
|
- Updated server dependencies ([#19122](https://github.com/microsoft/FluidFramework/issues/19122)) [25366b4229](https://github.com/microsoft/FluidFramework/commits/25366b422918cb43685c5f328b50450749592902)
|
|
195
197
|
|
|
196
198
|
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)
|
|
197
|
-
|
|
198
199
|
- @fluidframework/gitresources
|
|
199
200
|
- @fluidframework/server-kafka-orderer
|
|
200
201
|
- @fluidframework/server-lambdas
|
|
@@ -230,7 +231,6 @@ Dependency updates only.
|
|
|
230
231
|
Several FluidStatic classes were unnecessarily exposed and were deprecated in an earlier release. They have been replaced with creation functions. This helps us
|
|
231
232
|
keep implementations decoupled from usage which is easier to maintain and extend. It has very minimal impact on the
|
|
232
233
|
public surface area of downstream packages. The removed classes are as follows:
|
|
233
|
-
|
|
234
234
|
- `AzureAudience` (use `IAzureAudience` instead)
|
|
235
235
|
- `TinyliciousAudience` (use `ITinyliciousAudience` instead)
|
|
236
236
|
- `DOProviderContainerRuntimeFactory`
|
|
@@ -246,7 +246,6 @@ Dependency updates only.
|
|
|
246
246
|
Several FluidStatic classes were unnecessarily exposed. They have been replaced with creation functions. This helps us
|
|
247
247
|
keep implementations decoupled from usage which is easier to maintain and extend. It has very minimal impact on the
|
|
248
248
|
public surface area of downstream packages. The deprecated classes are as follows:
|
|
249
|
-
|
|
250
249
|
- `AzureAudience` (use `IAzureAudience` instead)
|
|
251
250
|
- `TinyliciousAudience` (use `ITinyliciousAudience` instead)
|
|
252
251
|
- `DOProviderContainerRuntimeFactory`
|
|
@@ -272,7 +271,6 @@ Dependency updates only.
|
|
|
272
271
|
- Dependencies on @fluidframework/protocol-definitions package updated to 3.0.0 [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
|
|
273
272
|
|
|
274
273
|
This included the following changes from the protocol-definitions release:
|
|
275
|
-
|
|
276
274
|
- Updating signal interfaces for some planned improvements. The intention is split the interface between signals
|
|
277
275
|
submitted by clients to the server and the resulting signals sent from the server to clients.
|
|
278
276
|
- A new optional type member is available on the ISignalMessage interface and a new ISentSignalMessage interface has
|
|
@@ -283,7 +281,6 @@ Dependency updates only.
|
|
|
283
281
|
- Server upgrade: dependencies on Fluid server packages updated to 2.0.1 [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
|
|
284
282
|
|
|
285
283
|
Dependencies on the following Fluid server package have been updated to version 2.0.1:
|
|
286
|
-
|
|
287
284
|
- @fluidframework/gitresources: 2.0.1
|
|
288
285
|
- @fluidframework/server-kafka-orderer: 2.0.1
|
|
289
286
|
- @fluidframework/server-lambdas: 2.0.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/azure-client",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.72.0",
|
|
4
4
|
"description": "A tool to enable creation and loading of Fluid containers using the Azure Fluid Relay service",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -47,27 +47,27 @@
|
|
|
47
47
|
"main": "lib/index.js",
|
|
48
48
|
"types": "lib/public.d.ts",
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@fluidframework/container-definitions": "~2.
|
|
51
|
-
"@fluidframework/container-loader": "~2.
|
|
52
|
-
"@fluidframework/core-interfaces": "~2.
|
|
53
|
-
"@fluidframework/driver-definitions": "~2.
|
|
54
|
-
"@fluidframework/driver-utils": "~2.
|
|
55
|
-
"@fluidframework/fluid-static": "~2.
|
|
56
|
-
"@fluidframework/routerlicious-driver": "~2.
|
|
57
|
-
"@fluidframework/telemetry-utils": "~2.
|
|
50
|
+
"@fluidframework/container-definitions": "~2.72.0",
|
|
51
|
+
"@fluidframework/container-loader": "~2.72.0",
|
|
52
|
+
"@fluidframework/core-interfaces": "~2.72.0",
|
|
53
|
+
"@fluidframework/driver-definitions": "~2.72.0",
|
|
54
|
+
"@fluidframework/driver-utils": "~2.72.0",
|
|
55
|
+
"@fluidframework/fluid-static": "~2.72.0",
|
|
56
|
+
"@fluidframework/routerlicious-driver": "~2.72.0",
|
|
57
|
+
"@fluidframework/telemetry-utils": "~2.72.0"
|
|
58
58
|
},
|
|
59
59
|
"devDependencies": {
|
|
60
60
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
61
61
|
"@biomejs/biome": "~1.9.3",
|
|
62
|
-
"@fluid-tools/build-cli": "^0.
|
|
63
|
-
"@fluidframework/azure-client-previous": "npm:@fluidframework/azure-client@2.
|
|
64
|
-
"@fluidframework/azure-local-service": "~2.
|
|
62
|
+
"@fluid-tools/build-cli": "^0.60.0",
|
|
63
|
+
"@fluidframework/azure-client-previous": "npm:@fluidframework/azure-client@2.71.0",
|
|
64
|
+
"@fluidframework/azure-local-service": "~2.72.0",
|
|
65
65
|
"@fluidframework/build-common": "^2.0.3",
|
|
66
|
-
"@fluidframework/build-tools": "^0.
|
|
67
|
-
"@fluidframework/container-runtime": "~2.
|
|
68
|
-
"@fluidframework/eslint-config-fluid": "
|
|
69
|
-
"@fluidframework/test-runtime-utils": "~2.
|
|
70
|
-
"@fluidframework/test-utils": "~2.
|
|
66
|
+
"@fluidframework/build-tools": "^0.60.0",
|
|
67
|
+
"@fluidframework/container-runtime": "~2.72.0",
|
|
68
|
+
"@fluidframework/eslint-config-fluid": "~2.72.0",
|
|
69
|
+
"@fluidframework/test-runtime-utils": "~2.72.0",
|
|
70
|
+
"@fluidframework/test-utils": "~2.72.0",
|
|
71
71
|
"@microsoft/api-extractor": "7.52.11",
|
|
72
72
|
"@types/mocha": "^10.0.10",
|
|
73
73
|
"@types/node": "^18.19.0",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"cross-env": "^7.0.3",
|
|
77
77
|
"eslint": "~8.57.1",
|
|
78
78
|
"eslint-config-prettier": "~10.1.8",
|
|
79
|
-
"fluid-framework": "~2.
|
|
79
|
+
"fluid-framework": "~2.72.0",
|
|
80
80
|
"mocha": "^10.8.2",
|
|
81
81
|
"rimraf": "^4.4.0",
|
|
82
82
|
"start-server-and-test": "^2.0.3",
|