@powerhousedao/switchboard 6.0.0-dev.99 → 6.0.0-staging.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +27 -240
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,268 +1,55 @@
1
- ## 6.0.0-dev.99 (2026-03-18)
1
+ ## 6.0.0-staging.0 (2026-03-18)
2
2
 
3
3
  ### 🚀 Features
4
4
 
5
5
  - **test-subscription:** adding a cli test-client for testing reactor api subscriptions ([563a8ac7d](https://github.com/powerhouse-inc/powerhouse/commit/563a8ac7d))
6
+ - **switchboard:** add OTel metrics export via OTEL_EXPORTER_OTLP_ENDPOINT ([52f34aa1f](https://github.com/powerhouse-inc/powerhouse/commit/52f34aa1f))
7
+ - reactor-hypercore example ([d5557973a](https://github.com/powerhouse-inc/powerhouse/commit/d5557973a))
8
+ - **renown,reactor-browser:** renown integration improvements ([a65731a73](https://github.com/powerhouse-inc/powerhouse/commit/a65731a73))
9
+ - **ci:** add gitops action for registry image updates ([ba91d00dd](https://github.com/powerhouse-inc/powerhouse/commit/ba91d00dd))
10
+ - **ci:** add registry Docker image to publish workflow ([17544abad](https://github.com/powerhouse-inc/powerhouse/commit/17544abad))
11
+ - opentelementry-instrumentation-reactor package ([67d5c31e5](https://github.com/powerhouse-inc/powerhouse/commit/67d5c31e5))
12
+ - **renown,reactor-browser,connect:** cleanup renown integration ([fe6112c2c](https://github.com/powerhouse-inc/powerhouse/commit/fe6112c2c))
13
+ - **connect,reactor-browser:** add dynamic package loading from HTTP registry ([f92816782](https://github.com/powerhouse-inc/powerhouse/commit/f92816782))
14
+ - **document-model,reactor-api,reactor-browser:** implemented remote document controller ([6299c21da](https://github.com/powerhouse-inc/powerhouse/commit/6299c21da))
15
+ - **switchboard,reactor-api,registry:** add runtime dynamic pacage loading from HTTP registry ([37f91250e](https://github.com/powerhouse-inc/powerhouse/commit/37f91250e))
16
+ - add new bundling for connect ([#2390](https://github.com/powerhouse-inc/powerhouse/pull/2390))
6
17
 
7
18
  ### 🩹 Fixes
8
19
 
9
20
  - updated pnpm-lock ([c2843dc5b](https://github.com/powerhouse-inc/powerhouse/commit/c2843dc5b))
10
-
11
- ### ❤️ Thank You
12
-
13
- - acaldas
14
- - Benjamin Jordan
15
-
16
- ## 6.0.0-dev.98 (2026-03-18)
17
-
18
- ### 🩹 Fixes
19
-
20
21
  - **connect:** declare dependencies ([6aa6910d3](https://github.com/powerhouse-inc/powerhouse/commit/6aa6910d3))
21
-
22
- ### ❤️ Thank You
23
-
24
- - acaldas
25
-
26
- ## 6.0.0-dev.97 (2026-03-18)
27
-
28
- ### 🩹 Fixes
29
-
30
22
  - **design-system:** removed zod dependency ([fdc7c2ef7](https://github.com/powerhouse-inc/powerhouse/commit/fdc7c2ef7))
31
-
32
- ### ❤️ Thank You
33
-
34
- - acaldas @acaldas
35
-
36
- ## 6.0.0-dev.96 (2026-03-17)
37
-
38
- ### 🩹 Fixes
39
-
40
23
  - **switchboard:** avoid double /v1/metrics suffix in OTLP exporter URL ([c184093c3](https://github.com/powerhouse-inc/powerhouse/commit/c184093c3))
41
24
  - **switchboard:** enforce OTel provider registration ordering via StartServerOptions ([c797fd242](https://github.com/powerhouse-inc/powerhouse/commit/c797fd242))
42
-
43
- ### ❤️ Thank You
44
-
45
- - Samuel Hawksby-Robinson @Samyoul
46
-
47
- ## 6.0.0-dev.95 (2026-03-17)
48
-
49
- ### 🚀 Features
50
-
51
- - **switchboard:** add OTel metrics export via OTEL_EXPORTER_OTLP_ENDPOINT ([52f34aa1f](https://github.com/powerhouse-inc/powerhouse/commit/52f34aa1f))
52
-
53
- ### 🩹 Fixes
54
-
55
25
  - **codegen:** added missing deps to boilerplate ([721dcb581](https://github.com/powerhouse-inc/powerhouse/commit/721dcb581))
56
26
  - **switchboard:** derive exportTimeoutMillis from exportIntervalMillis ([775a77f3b](https://github.com/powerhouse-inc/powerhouse/commit/775a77f3b))
57
27
  - **switchboard:** set exportTimeoutMillis to stay under shutdown deadline ([341d88d9e](https://github.com/powerhouse-inc/powerhouse/commit/341d88d9e))
58
28
  - **switchboard:** address further OTel metrics review feedback ([dee185ba8](https://github.com/powerhouse-inc/powerhouse/commit/dee185ba8))
59
29
  - **switchboard:** address OTel metrics review feedback ([c5ac016fc](https://github.com/powerhouse-inc/powerhouse/commit/c5ac016fc))
60
-
61
- ### ❤️ Thank You
62
-
63
- - acaldas @acaldas
64
- - Samuel Hawksby-Robinson @Samyoul
65
-
66
- ## 6.0.0-dev.94 (2026-03-17)
67
-
68
- ### 🩹 Fixes
69
-
70
30
  - **common:** added missing runtime dependencies ([b0f647f75](https://github.com/powerhouse-inc/powerhouse/commit/b0f647f75))
71
-
72
- ### ❤️ Thank You
73
-
74
- - acaldas @acaldas
75
-
76
- ## 6.0.0-dev.93 (2026-03-17)
77
-
78
- This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
79
-
80
- ## 6.0.0-dev.92 (2026-03-17)
81
-
82
- This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
83
-
84
- ## 6.0.0-dev.91 (2026-03-17)
85
-
86
- ### 🩹 Fixes
87
-
88
31
  - adding build-bundle to simulate-ci-workflow ([ca93d1a2b](https://github.com/powerhouse-inc/powerhouse/commit/ca93d1a2b))
89
-
90
- ### ❤️ Thank You
91
-
92
- - Benjamin Jordan
93
-
94
- ## 6.0.0-dev.90 (2026-03-14)
95
-
96
- This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
97
-
98
- ## 6.0.0-dev.89 (2026-03-13)
99
-
100
- This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
101
-
102
- ## 6.0.0-dev.88 (2026-03-12)
103
-
104
- ### 🚀 Features
105
-
106
- - reactor-hypercore example ([d5557973a](https://github.com/powerhouse-inc/powerhouse/commit/d5557973a))
107
-
108
- ### ❤️ Thank You
109
-
110
- - Benjamin Jordan
111
-
112
- ## 6.0.0-dev.87 (2026-03-12)
113
-
114
- This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
115
-
116
- ## 6.0.0-dev.86 (2026-03-12)
117
-
118
- ### 🚀 Features
119
-
120
- - **renown,reactor-browser:** renown integration improvements ([a65731a73](https://github.com/powerhouse-inc/powerhouse/commit/a65731a73))
121
-
122
- ### ❤️ Thank You
123
-
124
- - acaldas @acaldas
125
-
126
- ## 6.0.0-dev.85 (2026-03-12)
127
-
128
- This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
129
-
130
- ## 6.0.0-dev.84 (2026-03-11)
131
-
132
- This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
133
-
134
- ## 6.0.0-dev.83 (2026-03-11)
135
-
136
- This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
137
-
138
- ## 6.0.0-dev.82 (2026-03-11)
139
-
140
- This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
141
-
142
- ## 6.0.0-dev.81 (2026-03-11)
143
-
144
- This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
145
-
146
- ## 6.0.0-dev.80 (2026-03-11)
147
-
148
- This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
149
-
150
- ## 6.0.0-dev.79 (2026-03-11)
151
-
152
- ### 🚀 Features
153
-
154
- - **ci:** add gitops action for registry image updates ([ba91d00dd](https://github.com/powerhouse-inc/powerhouse/commit/ba91d00dd))
155
-
156
- ### ❤️ Thank You
157
-
158
- - Frank
159
-
160
- ## 6.0.0-dev.78 (2026-03-11)
161
-
162
- This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
163
-
164
- ## 6.0.0-dev.77 (2026-03-10)
165
-
166
- ### 🩹 Fixes
167
-
168
32
  - **renown:** moved e2e script test to reactor-browser ([3c9b41045](https://github.com/powerhouse-inc/powerhouse/commit/3c9b41045))
169
-
170
- ### ❤️ Thank You
171
-
172
- - acaldas @acaldas
173
-
174
- ## 6.0.0-dev.76 (2026-03-10)
175
-
176
- This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
177
-
178
- ## 6.0.0-dev.75 (2026-03-10)
179
-
180
- ### 🩹 Fixes
181
-
182
33
  - **registry:** resolve catalog references in Dockerfile with sed ([765e8fbdd](https://github.com/powerhouse-inc/powerhouse/commit/765e8fbdd))
183
34
  - **registry:** copy pnpm-workspace.yaml for Docker build catalog resolution ([7407700b1](https://github.com/powerhouse-inc/powerhouse/commit/7407700b1))
184
-
185
- ### ❤️ Thank You
186
-
187
- - Frank
188
-
189
- ## 6.0.0-dev.74 (2026-03-10)
190
-
191
- ### 🚀 Features
192
-
193
- - **ci:** add registry Docker image to publish workflow ([17544abad](https://github.com/powerhouse-inc/powerhouse/commit/17544abad))
194
-
195
- ### ❤️ Thank You
196
-
197
- - Frank
198
-
199
- ## 6.0.0-dev.73 (2026-03-10)
200
-
201
- ### 🚀 Features
202
-
203
- - opentelementry-instrumentation-reactor package ([67d5c31e5](https://github.com/powerhouse-inc/powerhouse/commit/67d5c31e5))
204
-
205
- ### ❤️ Thank You
206
-
207
- - Benjamin Jordan
208
-
209
- ## 6.0.0-dev.72 (2026-03-09)
210
-
211
- ### 🚀 Features
212
-
213
- - **renown,reactor-browser,connect:** cleanup renown integration ([fe6112c2c](https://github.com/powerhouse-inc/powerhouse/commit/fe6112c2c))
214
-
215
- ### ❤️ Thank You
216
-
217
- - acaldas @acaldas
218
-
219
- ## 6.0.0-dev.71 (2026-03-07)
220
-
221
- ### 🚀 Features
222
-
223
- - **connect,reactor-browser:** add dynamic package loading from HTTP registry ([f92816782](https://github.com/powerhouse-inc/powerhouse/commit/f92816782))
224
- - **document-model,reactor-api,reactor-browser:** implemented remote document controller ([6299c21da](https://github.com/powerhouse-inc/powerhouse/commit/6299c21da))
225
-
226
- ### 🩹 Fixes
227
-
228
35
  - **reactor-browser:** removed subexports ([4cda7f44c](https://github.com/powerhouse-inc/powerhouse/commit/4cda7f44c))
229
-
230
- ### ❤️ Thank You
231
-
232
- - acaldas @acaldas
233
- - Guillermo Puente @gpuente
234
-
235
- ## 6.0.0-dev.70 (2026-03-06)
236
-
237
- ### 🚀 Features
238
-
239
- - **switchboard,reactor-api,registry:** add runtime dynamic pacage loading from HTTP registry ([37f91250e](https://github.com/powerhouse-inc/powerhouse/commit/37f91250e))
240
- - add new bundling for connect ([#2390](https://github.com/powerhouse-inc/powerhouse/pull/2390))
241
-
242
- ### 🩹 Fixes
243
-
244
36
  - eslint config ([fb20b3726](https://github.com/powerhouse-inc/powerhouse/commit/fb20b3726))
245
-
246
- ### ❤️ Thank You
247
-
248
- - Guillermo Puente @gpuente
249
- - Ryan Wolhuter @ryanwolhuter
250
-
251
- ## 6.0.0-dev.69 (2026-03-05)
252
-
253
- This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
254
-
255
- ## 6.0.0-dev.68 (2026-03-04)
256
-
257
- ### 🩹 Fixes
258
-
259
37
  - **vetra:** remove custom subgraphs from vetra ([3a1e3b9b0](https://github.com/powerhouse-inc/powerhouse/commit/3a1e3b9b0))
260
38
  - resolve empty name causing silent ADD_FILE failure in drives ([b44ed0c1c](https://github.com/powerhouse-inc/powerhouse/commit/b44ed0c1c))
261
39
  - **reactor-mcp:** adopt new reactor client interface for MCP server ([1b8e6fb19](https://github.com/powerhouse-inc/powerhouse/commit/1b8e6fb19))
262
40
 
263
41
  ### ❤️ Thank You
264
42
 
265
- - Guillermo Puente @gpuente
43
+ - acaldas
44
+ - Benjamin Jordan
45
+ - Frank
46
+ - Guillermo Puente
47
+ - Ryan Wolhuter
48
+ - Samuel Hawksby-Robinson
49
+
50
+ ## 6.0.1-staging.1 (2026-03-03)
51
+
52
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
266
53
 
267
54
  ## 6.0.0-dev.67 (2026-03-03)
268
55
 
@@ -815,7 +602,7 @@ This was a version bump only for @powerhousedao/switchboard to align it with oth
815
602
  ### 🚀 Features
816
603
 
817
604
  - **design-system:** default styles tweaks and DocumentStateViewer ([c0a66720c](https://github.com/powerhouse-inc/powerhouse/commit/c0a66720c))
818
- - **ci:** deploy staging tenant from release/staging/* branches ([8761579e7](https://github.com/powerhouse-inc/powerhouse/commit/8761579e7))
605
+ - **ci:** deploy staging tenant from release/staging/\* branches ([8761579e7](https://github.com/powerhouse-inc/powerhouse/commit/8761579e7))
819
606
  - **ci:** add Harbor registry to docker image publishing ([f3a2fab69](https://github.com/powerhouse-inc/powerhouse/commit/f3a2fab69))
820
607
 
821
608
  ### 🩹 Fixes
@@ -3440,7 +3227,7 @@ This was a version bump only for @powerhousedao/switchboard to align it with oth
3440
3227
 
3441
3228
  - **reactor-api:** init project ([#388](https://github.com/powerhouse-inc/powerhouse/pull/388))
3442
3229
 
3443
- ### ❤️ Thank You
3230
+ ### ❤️ Thank You
3444
3231
 
3445
3232
  - acaldas
3446
3233
 
@@ -3454,7 +3241,7 @@ This was a version bump only for @powerhousedao/switchboard to align it with oth
3454
3241
 
3455
3242
  - Updated @powerhousedao/reactor-api to 1.1.0
3456
3243
 
3457
- ### ❤️ Thank You
3244
+ ### ❤️ Thank You
3458
3245
 
3459
3246
  - acaldas
3460
3247
 
@@ -3468,6 +3255,6 @@ This was a version bump only for @powerhousedao/switchboard to align it with oth
3468
3255
 
3469
3256
  - Updated @powerhousedao/general-document-indexer to 1.1.0
3470
3257
 
3471
- ### ❤️ Thank You
3258
+ ### ❤️ Thank You
3472
3259
 
3473
- - acaldas
3260
+ - acaldas
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@powerhousedao/switchboard",
3
3
  "type": "module",
4
- "version": "6.0.0-dev.99",
4
+ "version": "6.0.0-staging.0",
5
5
  "main": "dist/src/index.js",
6
6
  "exports": {
7
7
  ".": {
@@ -47,13 +47,13 @@
47
47
  "kysely-pglite-dialect": "1.2.0",
48
48
  "pg": "8.18.0",
49
49
  "redis": "^4.7.0",
50
- "@powerhousedao/config": "6.0.0-dev.99",
51
- "@powerhousedao/opentelemetry-instrumentation-reactor": "6.0.0-dev.99",
52
- "@powerhousedao/reactor": "6.0.0-dev.99",
53
- "@powerhousedao/reactor-api": "6.0.0-dev.99",
54
- "@renown/sdk": "6.0.0-dev.99",
55
- "document-drive": "6.0.0-dev.99",
56
- "document-model": "6.0.0-dev.99"
50
+ "@powerhousedao/opentelemetry-instrumentation-reactor": "6.0.0-staging.0",
51
+ "@powerhousedao/reactor": "6.0.0-staging.0",
52
+ "@powerhousedao/reactor-api": "6.0.0-staging.0",
53
+ "@powerhousedao/config": "6.0.0-staging.0",
54
+ "@renown/sdk": "6.0.0-staging.0",
55
+ "document-drive": "6.0.0-staging.0",
56
+ "document-model": "6.0.0-staging.0"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@types/express": "^4.17.25",