@fluidframework/fluid-telemetry 2.30.0 → 2.31.1
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 +51 -47
- package/lib/tsdoc-metadata.json +1 -1
- package/package.json +10 -13
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# @fluidframework/fluid-telemetry
|
|
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,34 +64,34 @@ Dependency updates only.
|
|
|
60
64
|
|
|
61
65
|
### Minor Changes
|
|
62
66
|
|
|
63
|
-
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
-
|
|
89
|
-
|
|
90
|
-
|
|
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.
|
|
91
95
|
|
|
92
96
|
## 2.0.0-rc.4.0.0
|
|
93
97
|
|
|
@@ -97,29 +101,29 @@ Dependency updates only.
|
|
|
97
101
|
|
|
98
102
|
### Major Changes
|
|
99
103
|
|
|
100
|
-
-
|
|
104
|
+
- New package: @fluidframework/fluid-telemetry [97d68aa06b](https://github.com/microsoft/FluidFramework/commit/97d68aa06bd5c022ecb026655814aea222a062ae)
|
|
101
105
|
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
106
|
+
Before deploying your application at scale, it is critical to have the holistic telemetry in place to monitor its usage
|
|
107
|
+
and look for issues and optimizations. To make this easier, we are providing a fluid-telemetry package that comes with
|
|
108
|
+
Typed telemetry events that you can funnel to your any analytics tool of your choice. If you decide to use Azure App
|
|
109
|
+
Insights to view this data, we also provide helper packages and dashboard queries to get you started quickly. You can
|
|
110
|
+
learn more at <https://aka.ms/fluid/telemetry>.
|
|
107
111
|
|
|
108
|
-
-
|
|
112
|
+
- Packages now use package.json "exports" and require modern module resolution [97d68aa06b](https://github.com/microsoft/FluidFramework/commit/97d68aa06bd5c022ecb026655814aea222a062ae)
|
|
109
113
|
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
114
|
+
Fluid Framework packages have been updated to use the [package.json "exports"
|
|
115
|
+
field](https://nodejs.org/docs/latest-v18.x/api/packages.html#exports) to define explicit entry points for both
|
|
116
|
+
TypeScript types and implementation code.
|
|
113
117
|
|
|
114
|
-
|
|
118
|
+
This means that using Fluid Framework packages require the following TypeScript settings in tsconfig.json:
|
|
115
119
|
|
|
116
|
-
|
|
117
|
-
|
|
120
|
+
- `"moduleResolution": "Node16"` with `"module": "Node16"`
|
|
121
|
+
- `"moduleResolution": "Bundler"` with `"module": "ESNext"`
|
|
118
122
|
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
+
We recommend using Node16/Node16 unless absolutely necessary. That will produce transpiled JavaScript that is suitable
|
|
124
|
+
for use with modern versions of Node.js _and_ Bundlers.
|
|
125
|
+
[See the TypeScript documentation](https://www.typescriptlang.org/tsconfig#moduleResolution) for more information
|
|
126
|
+
regarding the module and moduleResolution options.
|
|
123
127
|
|
|
124
|
-
|
|
125
|
-
|
|
128
|
+
**Node10 moduleResolution is not supported; it does not support Fluid Framework's API structuring pattern that is used
|
|
129
|
+
to distinguish stable APIs from those that are in development.**
|
package/lib/tsdoc-metadata.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fluidframework/fluid-telemetry",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.31.1",
|
|
4
4
|
"description": "Customer facing Fluid telemetry types and classes for both producing and consuming said telemetry",
|
|
5
5
|
"homepage": "https://fluidframework.com",
|
|
6
6
|
"repository": {
|
|
@@ -47,23 +47,23 @@
|
|
|
47
47
|
"main": "lib/index.js",
|
|
48
48
|
"types": "lib/index.d.ts",
|
|
49
49
|
"dependencies": {
|
|
50
|
-
"@fluidframework/container-definitions": "~2.
|
|
51
|
-
"@fluidframework/container-loader": "~2.
|
|
52
|
-
"@fluidframework/fluid-static": "~2.
|
|
50
|
+
"@fluidframework/container-definitions": "~2.31.1",
|
|
51
|
+
"@fluidframework/container-loader": "~2.31.1",
|
|
52
|
+
"@fluidframework/fluid-static": "~2.31.1",
|
|
53
53
|
"@microsoft/applicationinsights-web": "^2.8.11",
|
|
54
54
|
"uuid": "^9.0.0"
|
|
55
55
|
},
|
|
56
56
|
"devDependencies": {
|
|
57
57
|
"@arethetypeswrong/cli": "^0.17.1",
|
|
58
58
|
"@biomejs/biome": "~1.9.3",
|
|
59
|
-
"@fluid-internal/client-utils": "~2.
|
|
60
|
-
"@fluid-internal/mocha-test-setup": "~2.
|
|
59
|
+
"@fluid-internal/client-utils": "~2.31.1",
|
|
60
|
+
"@fluid-internal/mocha-test-setup": "~2.31.1",
|
|
61
61
|
"@fluid-tools/build-cli": "^0.54.0",
|
|
62
62
|
"@fluidframework/build-tools": "^0.54.0",
|
|
63
|
-
"@fluidframework/test-utils": "~2.
|
|
64
|
-
"@fluidframework/tinylicious-client": "~2.
|
|
65
|
-
"@fluidframework/tree": "~2.
|
|
66
|
-
"@microsoft/api-extractor": "7.
|
|
63
|
+
"@fluidframework/test-utils": "~2.31.1",
|
|
64
|
+
"@fluidframework/tinylicious-client": "~2.31.1",
|
|
65
|
+
"@fluidframework/tree": "~2.31.1",
|
|
66
|
+
"@microsoft/api-extractor": "7.50.1",
|
|
67
67
|
"@types/chai": "^4.0.0",
|
|
68
68
|
"@types/mocha": "^10.0.10",
|
|
69
69
|
"@types/sinon": "^17.0.3",
|
|
@@ -73,7 +73,6 @@
|
|
|
73
73
|
"copyfiles": "^2.4.1",
|
|
74
74
|
"eslint": "~8.55.0",
|
|
75
75
|
"mocha": "^10.8.2",
|
|
76
|
-
"prettier": "~3.0.3",
|
|
77
76
|
"rimraf": "^4.4.0",
|
|
78
77
|
"sinon": "^18.0.1",
|
|
79
78
|
"start-server-and-test": "^2.0.3",
|
|
@@ -116,7 +115,6 @@
|
|
|
116
115
|
"check:exports:esm:beta": "api-extractor run --config api-extractor/api-extractor-lint-beta.esm.json",
|
|
117
116
|
"check:exports:esm:public": "api-extractor run --config api-extractor/api-extractor-lint-public.esm.json",
|
|
118
117
|
"check:format": "npm run check:biome",
|
|
119
|
-
"check:prettier": "prettier --check . --cache --ignore-path ../../../../.prettierignore",
|
|
120
118
|
"ci:build:docs": "api-extractor run",
|
|
121
119
|
"clean": "rimraf --glob _api-extractor-temp coverage dist lib {alpha,beta,internal,legacy}.d.ts nyc \"**/*.tsbuildinfo\" \"**/*.build.log\"",
|
|
122
120
|
"eslint": "eslint --format stylish src",
|
|
@@ -125,7 +123,6 @@
|
|
|
125
123
|
"format-and-build": "npm run format && npm run build",
|
|
126
124
|
"format-and-compile": "npm run format && npm run build:compile",
|
|
127
125
|
"format:biome": "biome check . --write",
|
|
128
|
-
"format:prettier": "prettier --write . --cache --ignore-path ../../../../.prettierignore",
|
|
129
126
|
"lint": "fluid-build . --task lint",
|
|
130
127
|
"lint:fix": "fluid-build . --task eslint:fix --task format",
|
|
131
128
|
"start:tinylicious:test": "tinylicious > tinylicious.log 2>&1",
|