@fluidframework/fluid-telemetry 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/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @fluidframework/fluid-telemetry
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,34 +64,34 @@ Dependency updates only.
56
64
 
57
65
  ### Minor Changes
58
66
 
59
- - Updated server dependencies ([#21514](https://github.com/microsoft/FluidFramework/pull/21514)) [9629f1d93a](https://github.com/microsoft/FluidFramework/commit/9629f1d93a7e412c0cb2f65cc21da0c95ff8981d)
60
-
61
- 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)
62
-
63
- - @fluidframework/gitresources
64
- - @fluidframework/server-kafka-orderer
65
- - @fluidframework/server-lambdas
66
- - @fluidframework/server-lambdas-driver
67
- - @fluidframework/server-local-server
68
- - @fluidframework/server-memory-orderer
69
- - @fluidframework/protocol-base
70
- - @fluidframework/server-routerlicious
71
- - @fluidframework/server-routerlicious-base
72
- - @fluidframework/server-services
73
- - @fluidframework/server-services-client
74
- - @fluidframework/server-services-core
75
- - @fluidframework/server-services-ordering-kafkanode
76
- - @fluidframework/server-services-ordering-rdkafka
77
- - @fluidframework/server-services-ordering-zookeeper
78
- - @fluidframework/server-services-shared
79
- - @fluidframework/server-services-telemetry
80
- - @fluidframework/server-services-utils
81
- - @fluidframework/server-test-utils
82
- - tinylicious
83
-
84
- - Update to TypeScript 5.4 ([#21214](https://github.com/microsoft/FluidFramework/pull/21214)) [0e6256c722](https://github.com/microsoft/FluidFramework/commit/0e6256c722d8bf024f4325bf02547daeeb18bfa6)
85
-
86
- Update package implementations to use TypeScript 5.4.5.
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
 
@@ -93,29 +101,29 @@ Dependency updates only.
93
101
 
94
102
  ### Major Changes
95
103
 
96
- - New package: @fluidframework/fluid-telemetry [97d68aa06b](https://github.com/microsoft/FluidFramework/commit/97d68aa06bd5c022ecb026655814aea222a062ae)
104
+ - New package: @fluidframework/fluid-telemetry [97d68aa06b](https://github.com/microsoft/FluidFramework/commit/97d68aa06bd5c022ecb026655814aea222a062ae)
97
105
 
98
- Before deploying your application at scale, it is critical to have the holistic telemetry in place to monitor its usage
99
- and look for issues and optimizations. To make this easier, we are providing a fluid-telemetry package that comes with
100
- Typed telemetry events that you can funnel to your any analytics tool of your choice. If you decide to use Azure App
101
- Insights to view this data, we also provide helper packages and dashboard queries to get you started quickly. You can
102
- learn more at <https://aka.ms/fluid/telemetry>.
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>.
103
111
 
104
- - Packages now use package.json "exports" and require modern module resolution [97d68aa06b](https://github.com/microsoft/FluidFramework/commit/97d68aa06bd5c022ecb026655814aea222a062ae)
112
+ - Packages now use package.json "exports" and require modern module resolution [97d68aa06b](https://github.com/microsoft/FluidFramework/commit/97d68aa06bd5c022ecb026655814aea222a062ae)
105
113
 
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.
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.
109
117
 
110
- This means that using Fluid Framework packages require the following TypeScript settings in tsconfig.json:
118
+ This means that using Fluid Framework packages require the following TypeScript settings in tsconfig.json:
111
119
 
112
- - `"moduleResolution": "Node16"` with `"module": "Node16"`
113
- - `"moduleResolution": "Bundler"` with `"module": "ESNext"`
120
+ - `"moduleResolution": "Node16"` with `"module": "Node16"`
121
+ - `"moduleResolution": "Bundler"` with `"module": "ESNext"`
114
122
 
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.
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.
119
127
 
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.**
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.**
@@ -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/fluid-telemetry",
3
- "version": "2.23.0",
3
+ "version": "2.31.0",
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.23.0",
51
- "@fluidframework/container-loader": "~2.23.0",
52
- "@fluidframework/fluid-static": "~2.23.0",
50
+ "@fluidframework/container-definitions": "~2.31.0",
51
+ "@fluidframework/container-loader": "~2.31.0",
52
+ "@fluidframework/fluid-static": "~2.31.0",
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.23.0",
60
- "@fluid-internal/mocha-test-setup": "~2.23.0",
59
+ "@fluid-internal/client-utils": "~2.31.0",
60
+ "@fluid-internal/mocha-test-setup": "~2.31.0",
61
61
  "@fluid-tools/build-cli": "^0.54.0",
62
62
  "@fluidframework/build-tools": "^0.54.0",
63
- "@fluidframework/test-utils": "~2.23.0",
64
- "@fluidframework/tinylicious-client": "~2.23.0",
65
- "@fluidframework/tree": "~2.23.0",
66
- "@microsoft/api-extractor": "7.47.8",
63
+ "@fluidframework/test-utils": "~2.31.0",
64
+ "@fluidframework/tinylicious-client": "~2.31.0",
65
+ "@fluidframework/tree": "~2.31.0",
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",
@@ -72,8 +72,7 @@
72
72
  "concurrently": "^8.2.1",
73
73
  "copyfiles": "^2.4.1",
74
74
  "eslint": "~8.55.0",
75
- "mocha": "^10.2.0",
76
- "prettier": "~3.0.3",
75
+ "mocha": "^10.8.2",
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",