@fluidframework/azure-end-to-end-tests 2.23.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/.eslintrc.cjs +0 -1
- package/CHANGELOG.md +84 -76
- package/package.json +24 -27
package/.eslintrc.cjs
CHANGED
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @fluidframework/azure-end-to-end-tests
|
|
2
2
|
|
|
3
|
+
## 2.31.0
|
|
4
|
+
|
|
5
|
+
Dependency updates only.
|
|
6
|
+
|
|
7
|
+
## 2.30.0
|
|
8
|
+
|
|
9
|
+
Dependency updates only.
|
|
10
|
+
|
|
3
11
|
## 2.23.0
|
|
4
12
|
|
|
5
13
|
Dependency updates only.
|
|
@@ -56,70 +64,70 @@ Dependency updates only.
|
|
|
56
64
|
|
|
57
65
|
### Minor Changes
|
|
58
66
|
|
|
59
|
-
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
-
|
|
85
|
-
|
|
86
|
-
|
|
67
|
+
- Updated server dependencies ([#21514](https://github.com/microsoft/FluidFramework/pull/21514)) [9629f1d93a](https://github.com/microsoft/FluidFramework/commit/9629f1d93a7e412c0cb2f65cc21da0c95ff8981d)
|
|
68
|
+
|
|
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)
|
|
70
|
+
|
|
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
|
|
91
|
+
|
|
92
|
+
- Update to TypeScript 5.4 ([#21214](https://github.com/microsoft/FluidFramework/pull/21214)) [0e6256c722](https://github.com/microsoft/FluidFramework/commit/0e6256c722d8bf024f4325bf02547daeeb18bfa6)
|
|
93
|
+
|
|
94
|
+
Update package implementations to use TypeScript 5.4.5.
|
|
87
95
|
|
|
88
96
|
## 2.0.0-rc.4.0.0
|
|
89
97
|
|
|
90
98
|
### Minor Changes
|
|
91
99
|
|
|
92
|
-
-
|
|
100
|
+
- Rename `AzureMember.userName` to `AzureMember.name` and `IMember.userId` to `IMember.id` [96872186d0](https://github.com/microsoft/FluidFramework/commit/96872186d0d0f245c1fece7d19b3743e501679b6)
|
|
93
101
|
|
|
94
|
-
|
|
95
|
-
|
|
102
|
+
1. Renamed `AzureMember.userName` to `AzureMember.name` to establish uniform naming across odsp-client and azure-client.
|
|
103
|
+
2. Renamed `IMember.userId` to `IMember.id` to align with the properties received from AFR.
|
|
96
104
|
|
|
97
|
-
-
|
|
105
|
+
- copyContainer API replaced by the viewContainerVersion API [96872186d0](https://github.com/microsoft/FluidFramework/commit/96872186d0d0f245c1fece7d19b3743e501679b6)
|
|
98
106
|
|
|
99
|
-
|
|
107
|
+
The copyContainer API has been removed in favor of the viewContainerVersion API. viewContainerVersion does not automatically produce a new container, but instead retrieves the existing container version for reading only. To produce a new container with the data, use the normal createContainer API surface and write the data prior to attaching it.
|
|
100
108
|
|
|
101
109
|
## 2.0.0-rc.3.0.0
|
|
102
110
|
|
|
103
111
|
### Major Changes
|
|
104
112
|
|
|
105
|
-
-
|
|
113
|
+
- Packages now use package.json "exports" and require modern module resolution [97d68aa06b](https://github.com/microsoft/FluidFramework/commit/97d68aa06bd5c022ecb026655814aea222a062ae)
|
|
106
114
|
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
115
|
+
Fluid Framework packages have been updated to use the [package.json "exports"
|
|
116
|
+
field](https://nodejs.org/docs/latest-v18.x/api/packages.html#exports) to define explicit entry points for both
|
|
117
|
+
TypeScript types and implementation code.
|
|
110
118
|
|
|
111
|
-
|
|
119
|
+
This means that using Fluid Framework packages require the following TypeScript settings in tsconfig.json:
|
|
112
120
|
|
|
113
|
-
|
|
114
|
-
|
|
121
|
+
- `"moduleResolution": "Node16"` with `"module": "Node16"`
|
|
122
|
+
- `"moduleResolution": "Bundler"` with `"module": "ESNext"`
|
|
115
123
|
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
124
|
+
We recommend using Node16/Node16 unless absolutely necessary. That will produce transpiled JavaScript that is suitable
|
|
125
|
+
for use with modern versions of Node.js _and_ Bundlers.
|
|
126
|
+
[See the TypeScript documentation](https://www.typescriptlang.org/tsconfig#moduleResolution) for more information
|
|
127
|
+
regarding the module and moduleResolution options.
|
|
120
128
|
|
|
121
|
-
|
|
122
|
-
|
|
129
|
+
**Node10 moduleResolution is not supported; it does not support Fluid Framework's API structuring pattern that is used
|
|
130
|
+
to distinguish stable APIs from those that are in development.**
|
|
123
131
|
|
|
124
132
|
## 2.0.0-rc.2.0.0
|
|
125
133
|
|
|
@@ -153,34 +161,34 @@ Dependency updates only.
|
|
|
153
161
|
|
|
154
162
|
### Major Changes
|
|
155
163
|
|
|
156
|
-
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
-
|
|
182
|
-
|
|
183
|
-
|
|
164
|
+
- Server upgrade: dependencies on Fluid server packages updated to 2.0.1 [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
|
|
165
|
+
|
|
166
|
+
Dependencies on the following Fluid server package have been updated to version 2.0.1:
|
|
167
|
+
|
|
168
|
+
- @fluidframework/gitresources: 2.0.1
|
|
169
|
+
- @fluidframework/server-kafka-orderer: 2.0.1
|
|
170
|
+
- @fluidframework/server-lambdas: 2.0.1
|
|
171
|
+
- @fluidframework/server-lambdas-driver: 2.0.1
|
|
172
|
+
- @fluidframework/server-local-server: 2.0.1
|
|
173
|
+
- @fluidframework/server-memory-orderer: 2.0.1
|
|
174
|
+
- @fluidframework/protocol-base: 2.0.1
|
|
175
|
+
- @fluidframework/server-routerlicious: 2.0.1
|
|
176
|
+
- @fluidframework/server-routerlicious-base: 2.0.1
|
|
177
|
+
- @fluidframework/server-services: 2.0.1
|
|
178
|
+
- @fluidframework/server-services-client: 2.0.1
|
|
179
|
+
- @fluidframework/server-services-core: 2.0.1
|
|
180
|
+
- @fluidframework/server-services-ordering-kafkanode: 2.0.1
|
|
181
|
+
- @fluidframework/server-services-ordering-rdkafka: 2.0.1
|
|
182
|
+
- @fluidframework/server-services-ordering-zookeeper: 2.0.1
|
|
183
|
+
- @fluidframework/server-services-shared: 2.0.1
|
|
184
|
+
- @fluidframework/server-services-telemetry: 2.0.1
|
|
185
|
+
- @fluidframework/server-services-utils: 2.0.1
|
|
186
|
+
- @fluidframework/server-test-utils: 2.0.1
|
|
187
|
+
- tinylicious: 2.0.1
|
|
188
|
+
|
|
189
|
+
- Minimum TypeScript version now 5.1.6 [871b3493dd](https://github.com/microsoft/FluidFramework/commits/871b3493dd0d7ea3a89be64998ceb6cb9021a04e)
|
|
190
|
+
|
|
191
|
+
The minimum supported TypeScript version for Fluid 2.0 clients is now 5.1.6.
|
|
184
192
|
|
|
185
193
|
## 2.0.0-internal.6.4.0
|
|
186
194
|
|
|
@@ -202,9 +210,9 @@ Dependency updates only.
|
|
|
202
210
|
|
|
203
211
|
### Major Changes
|
|
204
212
|
|
|
205
|
-
-
|
|
213
|
+
- Upgraded typescript transpilation target to ES2020 [8abce8cdb4](https://github.com/microsoft/FluidFramework/commits/8abce8cdb4e2832fb6405fb44e393bef03d5648a)
|
|
206
214
|
|
|
207
|
-
|
|
215
|
+
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.
|
|
208
216
|
|
|
209
217
|
## 2.0.0-internal.5.4.0
|
|
210
218
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/azure-end-to-end-tests",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.31.0",
|
|
4
4
|
"description": "Azure client end to end tests",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -33,32 +33,32 @@
|
|
|
33
33
|
"temp-directory": "nyc/.nyc_output"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@fluid-experimental/data-objects": "~2.
|
|
37
|
-
"@fluid-internal/client-utils": "~2.
|
|
38
|
-
"@fluid-internal/mocha-test-setup": "~2.
|
|
39
|
-
"@fluid-private/test-version-utils": "~2.
|
|
40
|
-
"@fluidframework/aqueduct": "~2.
|
|
41
|
-
"@fluidframework/azure-client": "~2.
|
|
36
|
+
"@fluid-experimental/data-objects": "~2.31.0",
|
|
37
|
+
"@fluid-internal/client-utils": "~2.31.0",
|
|
38
|
+
"@fluid-internal/mocha-test-setup": "~2.31.0",
|
|
39
|
+
"@fluid-private/test-version-utils": "~2.31.0",
|
|
40
|
+
"@fluidframework/aqueduct": "~2.31.0",
|
|
41
|
+
"@fluidframework/azure-client": "~2.31.0",
|
|
42
42
|
"@fluidframework/azure-client-legacy": "npm:@fluidframework/azure-client@^1.2.0",
|
|
43
|
-
"@fluidframework/container-definitions": "~2.
|
|
44
|
-
"@fluidframework/container-loader": "~2.
|
|
45
|
-
"@fluidframework/core-interfaces": "~2.
|
|
46
|
-
"@fluidframework/counter": "~2.
|
|
47
|
-
"@fluidframework/datastore-definitions": "~2.
|
|
48
|
-
"@fluidframework/fluid-static": "~2.
|
|
49
|
-
"@fluidframework/map": "~2.
|
|
43
|
+
"@fluidframework/container-definitions": "~2.31.0",
|
|
44
|
+
"@fluidframework/container-loader": "~2.31.0",
|
|
45
|
+
"@fluidframework/core-interfaces": "~2.31.0",
|
|
46
|
+
"@fluidframework/counter": "~2.31.0",
|
|
47
|
+
"@fluidframework/datastore-definitions": "~2.31.0",
|
|
48
|
+
"@fluidframework/fluid-static": "~2.31.0",
|
|
49
|
+
"@fluidframework/map": "~2.31.0",
|
|
50
50
|
"@fluidframework/map-legacy": "npm:@fluidframework/map@^1.4.0",
|
|
51
|
-
"@fluidframework/matrix": "~2.
|
|
52
|
-
"@fluidframework/presence": "~2.
|
|
53
|
-
"@fluidframework/runtime-definitions": "~2.
|
|
54
|
-
"@fluidframework/sequence": "~2.
|
|
55
|
-
"@fluidframework/telemetry-utils": "~2.
|
|
56
|
-
"@fluidframework/test-runtime-utils": "~2.
|
|
57
|
-
"@fluidframework/test-utils": "~2.
|
|
58
|
-
"@fluidframework/tree": "~2.
|
|
51
|
+
"@fluidframework/matrix": "~2.31.0",
|
|
52
|
+
"@fluidframework/presence": "~2.31.0",
|
|
53
|
+
"@fluidframework/runtime-definitions": "~2.31.0",
|
|
54
|
+
"@fluidframework/sequence": "~2.31.0",
|
|
55
|
+
"@fluidframework/telemetry-utils": "~2.31.0",
|
|
56
|
+
"@fluidframework/test-runtime-utils": "~2.31.0",
|
|
57
|
+
"@fluidframework/test-utils": "~2.31.0",
|
|
58
|
+
"@fluidframework/tree": "~2.31.0",
|
|
59
59
|
"axios": "^1.7.7",
|
|
60
60
|
"cross-env": "^7.0.3",
|
|
61
|
-
"mocha": "^10.2
|
|
61
|
+
"mocha": "^10.8.2",
|
|
62
62
|
"mocha-multi-reporters": "^1.5.1",
|
|
63
63
|
"moment": "^2.21.0",
|
|
64
64
|
"sinon": "^18.0.1",
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"@biomejs/biome": "~1.9.3",
|
|
71
71
|
"@fluidframework/build-common": "^2.0.3",
|
|
72
72
|
"@fluidframework/build-tools": "^0.54.0",
|
|
73
|
-
"@fluidframework/driver-definitions": "~2.
|
|
73
|
+
"@fluidframework/driver-definitions": "~2.31.0",
|
|
74
74
|
"@fluidframework/eslint-config-fluid": "^5.7.3",
|
|
75
75
|
"@types/mocha": "^10.0.10",
|
|
76
76
|
"@types/nock": "^9.3.0",
|
|
@@ -80,7 +80,6 @@
|
|
|
80
80
|
"c8": "^8.0.1",
|
|
81
81
|
"eslint": "~8.55.0",
|
|
82
82
|
"nock": "^13.3.3",
|
|
83
|
-
"prettier": "~3.0.3",
|
|
84
83
|
"rimraf": "^4.4.0",
|
|
85
84
|
"typescript": "~5.4.5"
|
|
86
85
|
},
|
|
@@ -104,13 +103,11 @@
|
|
|
104
103
|
"build:test": "tsc --project ./src/test/tsconfig.json",
|
|
105
104
|
"check:biome": "biome check .",
|
|
106
105
|
"check:format": "npm run check:biome",
|
|
107
|
-
"check:prettier": "prettier --check . --cache --ignore-path ../../../../.prettierignore",
|
|
108
106
|
"clean": "rimraf --glob dist lib \"**/*.tsbuildinfo\" \"**/*.build.log\" nyc",
|
|
109
107
|
"eslint": "eslint --format stylish src",
|
|
110
108
|
"eslint:fix": "eslint --format stylish src --fix --fix-type problem,suggestion,layout",
|
|
111
109
|
"format": "npm run format:biome",
|
|
112
110
|
"format:biome": "biome check . --write",
|
|
113
|
-
"format:prettier": "prettier --write . --cache --ignore-path ../../../../.prettierignore",
|
|
114
111
|
"lint": "fluid-build . --task lint",
|
|
115
112
|
"lint:fix": "fluid-build . --task eslint:fix --task format",
|
|
116
113
|
"start:tinylicious:test": "PORT=7071 tinylicious > tinylicious.log 2>&1",
|