@powerhousedao/switchboard 6.0.0-dev.14 → 6.0.0-dev.140

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 (48) hide show
  1. package/Auth.md +45 -27
  2. package/CHANGELOG.md +1139 -5
  3. package/README.md +13 -12
  4. package/dist/src/config.d.ts +1 -1
  5. package/dist/src/config.d.ts.map +1 -1
  6. package/dist/src/index.js +33 -5
  7. package/dist/src/index.js.map +1 -1
  8. package/dist/src/metrics.d.ts +7 -0
  9. package/dist/src/metrics.d.ts.map +1 -0
  10. package/dist/src/metrics.js +34 -0
  11. package/dist/src/metrics.js.map +1 -0
  12. package/dist/src/profiler.d.ts +6 -1
  13. package/dist/src/profiler.d.ts.map +1 -1
  14. package/dist/src/profiler.js +31 -5
  15. package/dist/src/profiler.js.map +1 -1
  16. package/dist/src/renown.d.ts +24 -0
  17. package/dist/src/renown.d.ts.map +1 -0
  18. package/dist/src/renown.js +45 -0
  19. package/dist/src/renown.js.map +1 -0
  20. package/dist/src/server.d.ts +0 -1
  21. package/dist/src/server.d.ts.map +1 -1
  22. package/dist/src/server.js +149 -162
  23. package/dist/src/server.js.map +1 -1
  24. package/dist/src/types.d.ts +27 -18
  25. package/dist/src/types.d.ts.map +1 -1
  26. package/dist/src/utils.d.ts +2 -3
  27. package/dist/src/utils.d.ts.map +1 -1
  28. package/dist/src/utils.js +3 -32
  29. package/dist/src/utils.js.map +1 -1
  30. package/dist/test/metrics.test.d.ts +2 -0
  31. package/dist/test/metrics.test.d.ts.map +1 -0
  32. package/dist/test/metrics.test.js +121 -0
  33. package/dist/test/metrics.test.js.map +1 -0
  34. package/dist/tsconfig.tsbuildinfo +1 -1
  35. package/dist/vitest.config.d.ts +3 -0
  36. package/dist/vitest.config.d.ts.map +1 -0
  37. package/dist/vitest.config.js +11 -0
  38. package/dist/vitest.config.js.map +1 -0
  39. package/package.json +34 -25
  40. package/test/metrics.test.ts +202 -0
  41. package/tsconfig.json +17 -4
  42. package/vitest.config.ts +11 -0
  43. package/Dockerfile +0 -86
  44. package/dist/src/connect-crypto.d.ts +0 -41
  45. package/dist/src/connect-crypto.d.ts.map +0 -1
  46. package/dist/src/connect-crypto.js +0 -127
  47. package/dist/src/connect-crypto.js.map +0 -1
  48. package/entrypoint.sh +0 -17
package/CHANGELOG.md CHANGED
@@ -1,3 +1,1137 @@
1
+ ## 6.0.0-dev.140 (2026-03-31)
2
+
3
+ ### 🚀 Features
4
+
5
+ - **registry:** enable npm proxy uplink in Verdaccio ([405733914](https://github.com/powerhouse-inc/powerhouse/commit/405733914))
6
+
7
+ ### 🩹 Fixes
8
+
9
+ - **docker:** use .npmrc for scoped registry config ([8568e3a20](https://github.com/powerhouse-inc/powerhouse/commit/8568e3a20))
10
+
11
+ ### ❤️ Thank You
12
+
13
+ - Frank
14
+
15
+ ## 6.0.0-dev.139 (2026-03-31)
16
+
17
+ ### 🩹 Fixes
18
+
19
+ - **docker:** use scoped registry for @powerhousedao packages ([f7c8ff72c](https://github.com/powerhouse-inc/powerhouse/commit/f7c8ff72c))
20
+
21
+ ### ❤️ Thank You
22
+
23
+ - Frank
24
+
25
+ ## 6.0.0-dev.138 (2026-03-31)
26
+
27
+ ### 🚀 Features
28
+
29
+ - **docker:** install PH_PACKAGES at switchboard startup ([c510da354](https://github.com/powerhouse-inc/powerhouse/commit/c510da354))
30
+ - **docker:** install PH_PACKAGES at switchboard startup ([fdf33e0aa](https://github.com/powerhouse-inc/powerhouse/commit/fdf33e0aa))
31
+
32
+ ### ❤️ Thank You
33
+
34
+ - Frank
35
+
36
+ ## 6.0.0-dev.137 (2026-03-31)
37
+
38
+ ### 🩹 Fixes
39
+
40
+ - **reactor-api:** always include ImportPackageLoader alongside custom loaders ([f33785d1a](https://github.com/powerhouse-inc/powerhouse/commit/f33785d1a))
41
+
42
+ ### ❤️ Thank You
43
+
44
+ - Frank
45
+
46
+ ## 6.0.0-dev.136 (2026-03-31)
47
+
48
+ ### 🚀 Features
49
+
50
+ - **reactor-api,switchboard:** load processors and subgraphs via HTTP registry ([6ebc6e069](https://github.com/powerhouse-inc/powerhouse/commit/6ebc6e069))
51
+
52
+ ### ❤️ Thank You
53
+
54
+ - Frank
55
+
56
+ ## 6.0.0-dev.135 (2026-03-31)
57
+
58
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
59
+
60
+ ## 6.0.0-dev.134 (2026-03-31)
61
+
62
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
63
+
64
+ ## 6.0.0-dev.133 (2026-03-31)
65
+
66
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
67
+
68
+ ## 6.0.0-dev.132 (2026-03-31)
69
+
70
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
71
+
72
+ ## 6.0.0-dev.131 (2026-03-31)
73
+
74
+ ### 🚀 Features
75
+
76
+ - add separate node and browser processor bundles ([#2451](https://github.com/powerhouse-inc/powerhouse/pull/2451))
77
+
78
+ ### ❤️ Thank You
79
+
80
+ - Ryan Wolhuter @ryanwolhuter
81
+
82
+ ## 6.0.0-dev.130 (2026-03-31)
83
+
84
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
85
+
86
+ ## 6.0.0-dev.129 (2026-03-30)
87
+
88
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
89
+
90
+ ## 6.0.0-dev.128 (2026-03-30)
91
+
92
+ ### 🩹 Fixes
93
+
94
+ - **reactor-api,switchboard:** import vite loader from subexport ([1909d0c25](https://github.com/powerhouse-inc/powerhouse/commit/1909d0c25))
95
+
96
+ ### ❤️ Thank You
97
+
98
+ - acaldas
99
+
100
+ ## 6.0.0-dev.127 (2026-03-30)
101
+
102
+ ### 🩹 Fixes
103
+
104
+ - **connect,docker:** set connect registry url on build step ([cc96c4ad7](https://github.com/powerhouse-inc/powerhouse/commit/cc96c4ad7))
105
+
106
+ ### ❤️ Thank You
107
+
108
+ - acaldas
109
+
110
+ ## 6.0.0-dev.126 (2026-03-30)
111
+
112
+ ### 🚀 Features
113
+
114
+ - **connect,docker:** load PH_PACKAGES from runtime JSON instead of build-time define ([701eec6ac](https://github.com/powerhouse-inc/powerhouse/commit/701eec6ac))
115
+
116
+ ### ❤️ Thank You
117
+
118
+ - acaldas
119
+
120
+ ## 6.0.0-dev.125 (2026-03-30)
121
+
122
+ ### 🚀 Features
123
+
124
+ - **docker:** use switchboard bin directly in entrypoint ([6848e119b](https://github.com/powerhouse-inc/powerhouse/commit/6848e119b))
125
+ - **docker:** install switchboard directly instead of ph-cmd ([66ab86bc1](https://github.com/powerhouse-inc/powerhouse/commit/66ab86bc1))
126
+
127
+ ### 🩹 Fixes
128
+
129
+ - **connect,builder-tools,design-system:** multiple fixes to dynamic package loading in connect ([fb47de8b3](https://github.com/powerhouse-inc/powerhouse/commit/fb47de8b3))
130
+
131
+ ### ❤️ Thank You
132
+
133
+ - acaldas
134
+ - Frank
135
+
136
+ ## 6.0.0-dev.124 (2026-03-30)
137
+
138
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
139
+
140
+ ## 6.0.0-dev.123 (2026-03-29)
141
+
142
+ ### 🚀 Features
143
+
144
+ - **docker:** redesign Docker strategy with runtime package loading ([08207df3d](https://github.com/powerhouse-inc/powerhouse/commit/08207df3d))
145
+
146
+ ### ❤️ Thank You
147
+
148
+ - Frank
149
+
150
+ ## 6.0.0-dev.122 (2026-03-29)
151
+
152
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
153
+
154
+ ## 6.0.0-dev.121 (2026-03-29)
155
+
156
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
157
+
158
+ ## 6.0.0-dev.120 (2026-03-29)
159
+
160
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
161
+
162
+ ## 6.0.0-dev.119 (2026-03-29)
163
+
164
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
165
+
166
+ ## 6.0.0-dev.118 (2026-03-28)
167
+
168
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
169
+
170
+ ## 6.0.0-dev.117 (2026-03-28)
171
+
172
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
173
+
174
+ ## 6.0.0-dev.116 (2026-03-27)
175
+
176
+ ### 🚀 Features
177
+
178
+ - verify signatures on switchboard an consider actions without an app key on signer as unsigned ([c9a45d2e7](https://github.com/powerhouse-inc/powerhouse/commit/c9a45d2e7))
179
+
180
+ ### 🩹 Fixes
181
+
182
+ - **reactor-api:** deserialize signatures in pushSyncEnvelopes resolver ([ab5a33eb6](https://github.com/powerhouse-inc/powerhouse/commit/ab5a33eb6))
183
+ - dependency improvements ([a41a67741](https://github.com/powerhouse-inc/powerhouse/commit/a41a67741))
184
+ - **document-drive:** exclude self from collision check when renaming nodes ([7dfc73268](https://github.com/powerhouse-inc/powerhouse/commit/7dfc73268))
185
+
186
+ ### ❤️ Thank You
187
+
188
+ - acaldas @acaldas
189
+ - Guillermo Puente @gpuente
190
+
191
+ ## 6.0.0-dev.115 (2026-03-27)
192
+
193
+ ### 🚀 Features
194
+
195
+ - **reactor-api:** add MercuriusGatewayAdapter implementing IGatewayAdapter ([ea05779a3](https://github.com/powerhouse-inc/powerhouse/commit/ea05779a3))
196
+ - **reactor-api:** add FastifyHttpAdapter with dispatch-map design ([969d56af3](https://github.com/powerhouse-inc/powerhouse/commit/969d56af3))
197
+ - **reactor-api:** add FastifyHttpAdapter implementing IHttpAdapter ([94d3d9b48](https://github.com/powerhouse-inc/powerhouse/commit/94d3d9b48))
198
+
199
+ ### ❤️ Thank You
200
+
201
+ - Samuel Hawksby-Robinson @Samyoul
202
+
203
+ ## 6.0.0-dev.114 (2026-03-27)
204
+
205
+ ### 🚀 Features
206
+
207
+ - **registry:** simplify Dockerfile to install from npm ([7e2c2fa91](https://github.com/powerhouse-inc/powerhouse/commit/7e2c2fa91))
208
+
209
+ ### 🩹 Fixes
210
+
211
+ - **reactor-api:** resolve ESLint unsafe-any errors in mountNodeRoute and Sentry handler ([40777f429](https://github.com/powerhouse-inc/powerhouse/commit/40777f429))
212
+
213
+ ### ❤️ Thank You
214
+
215
+ - acaldas @acaldas
216
+ - Claude Opus 4.6 (1M context)
217
+ - Samuel Hawksby-Robinson @Samyoul
218
+
219
+ ## 6.0.0-dev.113 (2026-03-27)
220
+
221
+ ### 🚀 Features
222
+
223
+ - expand codegen tests to cover new cases ([#2432](https://github.com/powerhouse-inc/powerhouse/pull/2432))
224
+
225
+ ### 🩹 Fixes
226
+
227
+ - **codegen:** e2e tests for doc model and subgraph generation -- and a fix for a bug they found ([1c58a34df](https://github.com/powerhouse-inc/powerhouse/commit/1c58a34df))
228
+ - **codegen:** handle JSONC comments in ensureTsconfigPaths ([ae3cd38fe](https://github.com/powerhouse-inc/powerhouse/commit/ae3cd38fe))
229
+ - **vetra:** move connect dependency to root and fix CSS import ([1e288a8a9](https://github.com/powerhouse-inc/powerhouse/commit/1e288a8a9))
230
+ - **vetra:** add missing Connect boilerplate files for ph vetra ([bfe64f705](https://github.com/powerhouse-inc/powerhouse/commit/bfe64f705))
231
+
232
+ ### ❤️ Thank You
233
+
234
+ - Benjamin Jordan
235
+ - Guillermo Puente @gpuente
236
+ - Ryan Wolhuter @ryanwolhuter
237
+
238
+ ## 6.0.0-dev.112 (2026-03-26)
239
+
240
+ ### 🚀 Features
241
+
242
+ - **codegen:** e2e codegen processor tests ([08686abc6](https://github.com/powerhouse-inc/powerhouse/commit/08686abc6))
243
+
244
+ ### ❤️ Thank You
245
+
246
+ - Benjamin Jordan
247
+
248
+ ## 6.0.0-dev.111 (2026-03-25)
249
+
250
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
251
+
252
+ ## 6.0.0-dev.110 (2026-03-25)
253
+
254
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
255
+
256
+ ## 6.0.0-dev.109 (2026-03-24)
257
+
258
+ ### 🚀 Features
259
+
260
+ - **vetra-e2e:** add editor creation, registry publish, and consumer install e2e tests ([a215a7d7e](https://github.com/powerhouse-inc/powerhouse/commit/a215a7d7e))
261
+
262
+ ### 🩹 Fixes
263
+
264
+ - **switchboard:** use DATABASE_URL for read model storage instead of PGlite ([fabdf4e96](https://github.com/powerhouse-inc/powerhouse/commit/fabdf4e96))
265
+ - **switchboard:** cast api.app.handle to Express for Vite middleware mount ([87197a864](https://github.com/powerhouse-inc/powerhouse/commit/87197a864))
266
+ - lockfile ([292187fae](https://github.com/powerhouse-inc/powerhouse/commit/292187fae))
267
+
268
+ ### ❤️ Thank You
269
+
270
+ - Benjamin Jordan
271
+ - Frank
272
+ - Guillermo Puente @gpuente
273
+ - Samuel Hawksby-Robinson @Samyoul
274
+
275
+ ## 6.0.0-dev.108 (2026-03-24)
276
+
277
+ ### 🚀 Features
278
+
279
+ - register vetra document models and processors in switchboard ([b50da707e](https://github.com/powerhouse-inc/powerhouse/commit/b50da707e))
280
+ - **switchboard:** add DYNAMIC_MODEL_LOADING feature flag ([50aa9c40e](https://github.com/powerhouse-inc/powerhouse/commit/50aa9c40e))
281
+ - add document drive bundle step ([4c5085630](https://github.com/powerhouse-inc/powerhouse/commit/4c5085630))
282
+ - bundle cli shared stuff separately ([0f1f1ed8e](https://github.com/powerhouse-inc/powerhouse/commit/0f1f1ed8e))
283
+ - move shared cli types ([437455beb](https://github.com/powerhouse-inc/powerhouse/commit/437455beb))
284
+ - deal with an absolutely ridiculous amount of wrong exports ([d45e52ab9](https://github.com/powerhouse-inc/powerhouse/commit/d45e52ab9))
285
+ - **switchboard:** resolve registry URL from powerhouse.config.json ([a524fa593](https://github.com/powerhouse-inc/powerhouse/commit/a524fa593))
286
+ - dang that's a lot of files ([d7c198c22](https://github.com/powerhouse-inc/powerhouse/commit/d7c198c22))
287
+ - add versioned deps as dep of vetra-e2e ([884de81e5](https://github.com/powerhouse-inc/powerhouse/commit/884de81e5))
288
+ - update config for versioned documents test package ([a29d6b9ab](https://github.com/powerhouse-inc/powerhouse/commit/a29d6b9ab))
289
+ - make vetra a common package in connect ([4b366d892](https://github.com/powerhouse-inc/powerhouse/commit/4b366d892))
290
+ - re-implement package manager and add start connect function ([1fd9946b4](https://github.com/powerhouse-inc/powerhouse/commit/1fd9946b4))
291
+ - add build command ([b8427cbca](https://github.com/powerhouse-inc/powerhouse/commit/b8427cbca))
292
+ - remove dependency on knex from analytics engine browser ([e87e0c75a](https://github.com/powerhouse-inc/powerhouse/commit/e87e0c75a))
293
+ - **vetra:** do not bundle processors isomorphically ([6f9d380a6](https://github.com/powerhouse-inc/powerhouse/commit/6f9d380a6))
294
+ - **registry:** use tsdown in registry ([fd3da952b](https://github.com/powerhouse-inc/powerhouse/commit/fd3da952b))
295
+ - **analytics-engine:** use tsdown in analytics engine ([ef8bce39c](https://github.com/powerhouse-inc/powerhouse/commit/ef8bce39c))
296
+ - **builder-tools:** use tsdown for builder tools ([076657a43](https://github.com/powerhouse-inc/powerhouse/commit/076657a43))
297
+ - **ph-cmd:** use tsdown for ph-cmd ([23ea5bc8d](https://github.com/powerhouse-inc/powerhouse/commit/23ea5bc8d))
298
+ - start using tsdown ([b8b03f73a](https://github.com/powerhouse-inc/powerhouse/commit/b8b03f73a))
299
+ - **ph-cli:** use tsdown to bundle ph-cli ([b32726fc1](https://github.com/powerhouse-inc/powerhouse/commit/b32726fc1))
300
+ - add tsdown ([276222480](https://github.com/powerhouse-inc/powerhouse/commit/276222480))
301
+
302
+ ### 🩹 Fixes
303
+
304
+ - include academy tenant in dev releases ([a459f0edf](https://github.com/powerhouse-inc/powerhouse/commit/a459f0edf))
305
+ - add retry loop for k8s push race conditions ([31659b5e3](https://github.com/powerhouse-inc/powerhouse/commit/31659b5e3))
306
+ - deps ([cbb8c5da9](https://github.com/powerhouse-inc/powerhouse/commit/cbb8c5da9))
307
+ - codegen tests ([b857b8ab6](https://github.com/powerhouse-inc/powerhouse/commit/b857b8ab6))
308
+ - **reactor-api:** resolve tsconfig path aliases in switchboard's Vite SSR loader ([dd812a933](https://github.com/powerhouse-inc/powerhouse/commit/dd812a933))
309
+ - **document-drive:** fix tsc build and prisma ESM \_\_dirname error ([f0c252d96](https://github.com/powerhouse-inc/powerhouse/commit/f0c252d96))
310
+ - stop mixing node and browser code ([9d5513533](https://github.com/powerhouse-inc/powerhouse/commit/9d5513533))
311
+ - always build css after bundle ([36dca2c95](https://github.com/powerhouse-inc/powerhouse/commit/36dca2c95))
312
+ - always build css after bundling ([565d11dca](https://github.com/powerhouse-inc/powerhouse/commit/565d11dca))
313
+ - so much, too much to even describe ([4aa9ebf54](https://github.com/powerhouse-inc/powerhouse/commit/4aa9ebf54))
314
+ - e2e tests ([d1bfe5f08](https://github.com/powerhouse-inc/powerhouse/commit/d1bfe5f08))
315
+ - **connect,vetra:** move vite plugin node polyfills to specific packages ([e3b0fa37b](https://github.com/powerhouse-inc/powerhouse/commit/e3b0fa37b))
316
+ - strange export style in reactor browser which caused circular references ([683e17196](https://github.com/powerhouse-inc/powerhouse/commit/683e17196))
317
+ - handle both node and browser types ([90f793133](https://github.com/powerhouse-inc/powerhouse/commit/90f793133))
318
+
319
+ ### ❤️ Thank You
320
+
321
+ - Frank
322
+ - Guillermo Puente @gpuente
323
+ - ryanwolhuter @ryanwolhuter
324
+
325
+ ## 6.0.0-dev.107 (2026-03-23)
326
+
327
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
328
+
329
+ ## 6.0.0-dev.106 (2026-03-23)
330
+
331
+ ### 🚀 Features
332
+
333
+ - add ph build command 2 ([#2415](https://github.com/powerhouse-inc/powerhouse/pull/2415))
334
+
335
+ ### 🩹 Fixes
336
+
337
+ - **release:** remove stale build-connect step, now covered by build-bundle ([e00eed45a](https://github.com/powerhouse-inc/powerhouse/commit/e00eed45a))
338
+ - add git pull --rebase before push in k8s update jobs to avoid race conditions ([fa7af726f](https://github.com/powerhouse-inc/powerhouse/commit/fa7af726f))
339
+
340
+ ### ❤️ Thank You
341
+
342
+ - Frank
343
+ - Ryan Wolhuter @ryanwolhuter
344
+
345
+ ## 6.0.0-dev.105 (2026-03-23)
346
+
347
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
348
+
349
+ ## 6.0.0-dev.104 (2026-03-22)
350
+
351
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
352
+
353
+ ## 6.0.0-dev.103 (2026-03-21)
354
+
355
+ ### 🩹 Fixes
356
+
357
+ - **reactor:** temporary fix for deleting documents and cleaning up all edges too -- very costly ([8a15a0604](https://github.com/powerhouse-inc/powerhouse/commit/8a15a0604))
358
+
359
+ ### ❤️ Thank You
360
+
361
+ - Benjamin Jordan
362
+
363
+ ## 6.0.0-dev.102 (2026-03-20)
364
+
365
+ ### 🩹 Fixes
366
+
367
+ - update workflow to use refname for tag in case it is not annotated, and provide a clear error message when there is no tag ([269758716](https://github.com/powerhouse-inc/powerhouse/commit/269758716))
368
+ - **builder-tools,reactor-browser:** bundling fixes ([59dfd75b6](https://github.com/powerhouse-inc/powerhouse/commit/59dfd75b6))
369
+
370
+ ### ❤️ Thank You
371
+
372
+ - acaldas @acaldas
373
+ - Benjamin Jordan
374
+
375
+ ## 6.0.0-dev.101 (2026-03-20)
376
+
377
+ ### 🚀 Features
378
+
379
+ - **examples:** add Discord webhook processor example ([fc09a4d66](https://github.com/powerhouse-inc/powerhouse/commit/fc09a4d66))
380
+
381
+ ### ❤️ Thank You
382
+
383
+ - Benjamin Jordan
384
+ - Claude Opus 4.6
385
+
386
+ ## 6.0.0-dev.100 (2026-03-19)
387
+
388
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
389
+
390
+ ## 6.0.0-dev.99 (2026-03-18)
391
+
392
+ ### 🚀 Features
393
+
394
+ - **test-subscription:** adding a cli test-client for testing reactor api subscriptions ([563a8ac7d](https://github.com/powerhouse-inc/powerhouse/commit/563a8ac7d))
395
+
396
+ ### 🩹 Fixes
397
+
398
+ - updated pnpm-lock ([c2843dc5b](https://github.com/powerhouse-inc/powerhouse/commit/c2843dc5b))
399
+
400
+ ### ❤️ Thank You
401
+
402
+ - acaldas
403
+ - Benjamin Jordan
404
+
405
+ ## 6.0.0-dev.98 (2026-03-18)
406
+
407
+ ### 🩹 Fixes
408
+
409
+ - **connect:** declare dependencies ([6aa6910d3](https://github.com/powerhouse-inc/powerhouse/commit/6aa6910d3))
410
+
411
+ ### ❤️ Thank You
412
+
413
+ - acaldas
414
+
415
+ ## 6.0.0-dev.97 (2026-03-18)
416
+
417
+ ### 🩹 Fixes
418
+
419
+ - **design-system:** removed zod dependency ([fdc7c2ef7](https://github.com/powerhouse-inc/powerhouse/commit/fdc7c2ef7))
420
+
421
+ ### ❤️ Thank You
422
+
423
+ - acaldas @acaldas
424
+
425
+ ## 6.0.0-dev.96 (2026-03-17)
426
+
427
+ ### 🩹 Fixes
428
+
429
+ - **switchboard:** avoid double /v1/metrics suffix in OTLP exporter URL ([c184093c3](https://github.com/powerhouse-inc/powerhouse/commit/c184093c3))
430
+ - **switchboard:** enforce OTel provider registration ordering via StartServerOptions ([c797fd242](https://github.com/powerhouse-inc/powerhouse/commit/c797fd242))
431
+
432
+ ### ❤️ Thank You
433
+
434
+ - Samuel Hawksby-Robinson @Samyoul
435
+
436
+ ## 6.0.0-dev.95 (2026-03-17)
437
+
438
+ ### 🚀 Features
439
+
440
+ - **switchboard:** add OTel metrics export via OTEL_EXPORTER_OTLP_ENDPOINT ([52f34aa1f](https://github.com/powerhouse-inc/powerhouse/commit/52f34aa1f))
441
+
442
+ ### 🩹 Fixes
443
+
444
+ - **codegen:** added missing deps to boilerplate ([721dcb581](https://github.com/powerhouse-inc/powerhouse/commit/721dcb581))
445
+ - **switchboard:** derive exportTimeoutMillis from exportIntervalMillis ([775a77f3b](https://github.com/powerhouse-inc/powerhouse/commit/775a77f3b))
446
+ - **switchboard:** set exportTimeoutMillis to stay under shutdown deadline ([341d88d9e](https://github.com/powerhouse-inc/powerhouse/commit/341d88d9e))
447
+ - **switchboard:** address further OTel metrics review feedback ([dee185ba8](https://github.com/powerhouse-inc/powerhouse/commit/dee185ba8))
448
+ - **switchboard:** address OTel metrics review feedback ([c5ac016fc](https://github.com/powerhouse-inc/powerhouse/commit/c5ac016fc))
449
+
450
+ ### ❤️ Thank You
451
+
452
+ - acaldas @acaldas
453
+ - Samuel Hawksby-Robinson @Samyoul
454
+
455
+ ## 6.0.0-dev.94 (2026-03-17)
456
+
457
+ ### 🩹 Fixes
458
+
459
+ - **common:** added missing runtime dependencies ([b0f647f75](https://github.com/powerhouse-inc/powerhouse/commit/b0f647f75))
460
+
461
+ ### ❤️ Thank You
462
+
463
+ - acaldas @acaldas
464
+
465
+ ## 6.0.0-dev.93 (2026-03-17)
466
+
467
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
468
+
469
+ ## 6.0.0-dev.92 (2026-03-17)
470
+
471
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
472
+
473
+ ## 6.0.0-dev.91 (2026-03-17)
474
+
475
+ ### 🩹 Fixes
476
+
477
+ - adding build-bundle to simulate-ci-workflow ([ca93d1a2b](https://github.com/powerhouse-inc/powerhouse/commit/ca93d1a2b))
478
+
479
+ ### ❤️ Thank You
480
+
481
+ - Benjamin Jordan
482
+
483
+ ## 6.0.0-dev.90 (2026-03-14)
484
+
485
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
486
+
487
+ ## 6.0.0-dev.89 (2026-03-13)
488
+
489
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
490
+
491
+ ## 6.0.0-dev.88 (2026-03-12)
492
+
493
+ ### 🚀 Features
494
+
495
+ - reactor-hypercore example ([d5557973a](https://github.com/powerhouse-inc/powerhouse/commit/d5557973a))
496
+
497
+ ### ❤️ Thank You
498
+
499
+ - Benjamin Jordan
500
+
501
+ ## 6.0.0-dev.87 (2026-03-12)
502
+
503
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
504
+
505
+ ## 6.0.0-dev.86 (2026-03-12)
506
+
507
+ ### 🚀 Features
508
+
509
+ - **renown,reactor-browser:** renown integration improvements ([a65731a73](https://github.com/powerhouse-inc/powerhouse/commit/a65731a73))
510
+
511
+ ### ❤️ Thank You
512
+
513
+ - acaldas @acaldas
514
+
515
+ ## 6.0.0-dev.85 (2026-03-12)
516
+
517
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
518
+
519
+ ## 6.0.0-dev.84 (2026-03-11)
520
+
521
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
522
+
523
+ ## 6.0.0-dev.83 (2026-03-11)
524
+
525
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
526
+
527
+ ## 6.0.0-dev.82 (2026-03-11)
528
+
529
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
530
+
531
+ ## 6.0.0-dev.81 (2026-03-11)
532
+
533
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
534
+
535
+ ## 6.0.0-dev.80 (2026-03-11)
536
+
537
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
538
+
539
+ ## 6.0.0-dev.79 (2026-03-11)
540
+
541
+ ### 🚀 Features
542
+
543
+ - **ci:** add gitops action for registry image updates ([ba91d00dd](https://github.com/powerhouse-inc/powerhouse/commit/ba91d00dd))
544
+
545
+ ### ❤️ Thank You
546
+
547
+ - Frank
548
+
549
+ ## 6.0.0-dev.78 (2026-03-11)
550
+
551
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
552
+
553
+ ## 6.0.0-dev.77 (2026-03-10)
554
+
555
+ ### 🩹 Fixes
556
+
557
+ - **renown:** moved e2e script test to reactor-browser ([3c9b41045](https://github.com/powerhouse-inc/powerhouse/commit/3c9b41045))
558
+
559
+ ### ❤️ Thank You
560
+
561
+ - acaldas @acaldas
562
+
563
+ ## 6.0.0-dev.76 (2026-03-10)
564
+
565
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
566
+
567
+ ## 6.0.0-dev.75 (2026-03-10)
568
+
569
+ ### 🩹 Fixes
570
+
571
+ - **registry:** resolve catalog references in Dockerfile with sed ([765e8fbdd](https://github.com/powerhouse-inc/powerhouse/commit/765e8fbdd))
572
+ - **registry:** copy pnpm-workspace.yaml for Docker build catalog resolution ([7407700b1](https://github.com/powerhouse-inc/powerhouse/commit/7407700b1))
573
+
574
+ ### ❤️ Thank You
575
+
576
+ - Frank
577
+
578
+ ## 6.0.0-dev.74 (2026-03-10)
579
+
580
+ ### 🚀 Features
581
+
582
+ - **ci:** add registry Docker image to publish workflow ([17544abad](https://github.com/powerhouse-inc/powerhouse/commit/17544abad))
583
+
584
+ ### ❤️ Thank You
585
+
586
+ - Frank
587
+
588
+ ## 6.0.0-dev.73 (2026-03-10)
589
+
590
+ ### 🚀 Features
591
+
592
+ - opentelementry-instrumentation-reactor package ([67d5c31e5](https://github.com/powerhouse-inc/powerhouse/commit/67d5c31e5))
593
+
594
+ ### ❤️ Thank You
595
+
596
+ - Benjamin Jordan
597
+
598
+ ## 6.0.0-dev.72 (2026-03-09)
599
+
600
+ ### 🚀 Features
601
+
602
+ - **renown,reactor-browser,connect:** cleanup renown integration ([fe6112c2c](https://github.com/powerhouse-inc/powerhouse/commit/fe6112c2c))
603
+
604
+ ### ❤️ Thank You
605
+
606
+ - acaldas @acaldas
607
+
608
+ ## 6.0.0-dev.71 (2026-03-07)
609
+
610
+ ### 🚀 Features
611
+
612
+ - **connect,reactor-browser:** add dynamic package loading from HTTP registry ([f92816782](https://github.com/powerhouse-inc/powerhouse/commit/f92816782))
613
+ - **document-model,reactor-api,reactor-browser:** implemented remote document controller ([6299c21da](https://github.com/powerhouse-inc/powerhouse/commit/6299c21da))
614
+
615
+ ### 🩹 Fixes
616
+
617
+ - **reactor-browser:** removed subexports ([4cda7f44c](https://github.com/powerhouse-inc/powerhouse/commit/4cda7f44c))
618
+
619
+ ### ❤️ Thank You
620
+
621
+ - acaldas @acaldas
622
+ - Guillermo Puente @gpuente
623
+
624
+ ## 6.0.0-dev.70 (2026-03-06)
625
+
626
+ ### 🚀 Features
627
+
628
+ - **switchboard,reactor-api,registry:** add runtime dynamic pacage loading from HTTP registry ([37f91250e](https://github.com/powerhouse-inc/powerhouse/commit/37f91250e))
629
+ - add new bundling for connect ([#2390](https://github.com/powerhouse-inc/powerhouse/pull/2390))
630
+
631
+ ### 🩹 Fixes
632
+
633
+ - eslint config ([fb20b3726](https://github.com/powerhouse-inc/powerhouse/commit/fb20b3726))
634
+
635
+ ### ❤️ Thank You
636
+
637
+ - Guillermo Puente @gpuente
638
+ - Ryan Wolhuter @ryanwolhuter
639
+
640
+ ## 6.0.0-dev.69 (2026-03-05)
641
+
642
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
643
+
644
+ ## 6.0.0-dev.68 (2026-03-04)
645
+
646
+ ### 🩹 Fixes
647
+
648
+ - **vetra:** remove custom subgraphs from vetra ([3a1e3b9b0](https://github.com/powerhouse-inc/powerhouse/commit/3a1e3b9b0))
649
+ - resolve empty name causing silent ADD_FILE failure in drives ([b44ed0c1c](https://github.com/powerhouse-inc/powerhouse/commit/b44ed0c1c))
650
+ - **reactor-mcp:** adopt new reactor client interface for MCP server ([1b8e6fb19](https://github.com/powerhouse-inc/powerhouse/commit/1b8e6fb19))
651
+
652
+ ### ❤️ Thank You
653
+
654
+ - Guillermo Puente @gpuente
655
+
656
+ ## 6.0.0-dev.67 (2026-03-03)
657
+
658
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
659
+
660
+ ## 6.0.0-dev.66 (2026-03-03)
661
+
662
+ ### 🚀 Features
663
+
664
+ - move reactor logic from connect to reactor browser ([#2385](https://github.com/powerhouse-inc/powerhouse/pull/2385))
665
+
666
+ ### ❤️ Thank You
667
+
668
+ - Ryan Wolhuter @ryanwolhuter
669
+
670
+ ## 6.0.0-dev.65 (2026-03-03)
671
+
672
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
673
+
674
+ ## 6.0.0-dev.64 (2026-03-03)
675
+
676
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
677
+
678
+ ## 6.0.0-dev.62 (2026-03-03)
679
+
680
+ ### 🚀 Features
681
+
682
+ - **ci:** push academy to Harbor academy project and update k8s for academy namespace ([efbf8f58d](https://github.com/powerhouse-inc/powerhouse/commit/efbf8f58d))
683
+
684
+ ### 🩹 Fixes
685
+
686
+ - cherry-picked fixes ([a73630a6a](https://github.com/powerhouse-inc/powerhouse/commit/a73630a6a))
687
+ - moving analytics processors to shared and fixing them, fixing other linting errors toos ([0c8f7fe98](https://github.com/powerhouse-inc/powerhouse/commit/0c8f7fe98))
688
+
689
+ ### ❤️ Thank You
690
+
691
+ - Benjamin Jordan
692
+ - Frank
693
+
694
+ ## 6.0.0-dev.61 (2026-02-27)
695
+
696
+ ### 🚀 Features
697
+
698
+ - **ci:** update k8s-hosting academy image tag after docker publish ([0b98b73a9](https://github.com/powerhouse-inc/powerhouse/commit/0b98b73a9))
699
+ - add bundle step for ph cli ([#2375](https://github.com/powerhouse-inc/powerhouse/pull/2375))
700
+
701
+ ### ❤️ Thank You
702
+
703
+ - Frank
704
+ - Ryan Wolhuter @ryanwolhuter
705
+
706
+ ## 6.0.0-dev.60 (2026-02-27)
707
+
708
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
709
+
710
+ ## 6.0.0-dev.59 (2026-02-26)
711
+
712
+ ### 🚀 Features
713
+
714
+ - use update-ts-references tool which also removes unused ones ([#2374](https://github.com/powerhouse-inc/powerhouse/pull/2374))
715
+
716
+ ### ❤️ Thank You
717
+
718
+ - Ryan Wolhuter @ryanwolhuter
719
+
720
+ ## 6.0.0-dev.58 (2026-02-25)
721
+
722
+ ### 🚀 Features
723
+
724
+ - added ability to configure max reshuffle depth in reactor orchestrator ([94f3ae986](https://github.com/powerhouse-inc/powerhouse/commit/94f3ae986))
725
+
726
+ ### 🔥 Performance
727
+
728
+ - **reducer:** pre-allocate operation arrays to avoid resize overhead ([1cf1c0078](https://github.com/powerhouse-inc/powerhouse/commit/1cf1c0078))
729
+
730
+ ### ❤️ Thank You
731
+
732
+ - Benjamin Jordan
733
+ - Samuel Hawksby-Robinson @Samyoul
734
+
735
+ ## 6.0.0-dev.57 (2026-02-24)
736
+
737
+ ### 🚀 Features
738
+
739
+ - run sync integration test as part of reactor flow ([7dea8bf3e](https://github.com/powerhouse-inc/powerhouse/commit/7dea8bf3e))
740
+
741
+ ### 🩹 Fixes
742
+
743
+ - switchboard needs build:misc ([916f761b8](https://github.com/powerhouse-inc/powerhouse/commit/916f761b8))
744
+ - arg, workflow changes should trigger the workflow ([645cca08f](https://github.com/powerhouse-inc/powerhouse/commit/645cca08f))
745
+ - build step before integration test ([0b6b48f74](https://github.com/powerhouse-inc/powerhouse/commit/0b6b48f74))
746
+
747
+ ### ❤️ Thank You
748
+
749
+ - Benjamin Jordan
750
+
751
+ ## 6.0.0-dev.56 (2026-02-21)
752
+
753
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
754
+
755
+ ## 6.0.0-dev.55 (2026-02-20)
756
+
757
+ ### 🚀 Features
758
+
759
+ - test-connect and reactor gql updates to pass along more context ([ae581e8e8](https://github.com/powerhouse-inc/powerhouse/commit/ae581e8e8))
760
+
761
+ ### ❤️ Thank You
762
+
763
+ - Benjamin Jordan
764
+
765
+ ## 6.0.0-dev.54 (2026-02-19)
766
+
767
+ ### 🚀 Features
768
+
769
+ - wip orchestrator for the test-client ([186d7c015](https://github.com/powerhouse-inc/powerhouse/commit/186d7c015))
770
+ - **connect:** build tweaks ([22b6bc7d5](https://github.com/powerhouse-inc/powerhouse/commit/22b6bc7d5))
771
+ - improved logging on vetra, switchboard and connect ([3fb127687](https://github.com/powerhouse-inc/powerhouse/commit/3fb127687))
772
+
773
+ ### 🩹 Fixes
774
+
775
+ - **ph-cli,switchboard:** create preview drive on new reactor ([1e5ed8794](https://github.com/powerhouse-inc/powerhouse/commit/1e5ed8794))
776
+
777
+ ### ❤️ Thank You
778
+
779
+ - acaldas @acaldas
780
+ - Benjamin Jordan
781
+
782
+ ## 6.0.0-dev.53 (2026-02-18)
783
+
784
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
785
+
786
+ ## 6.0.0-dev.52 (2026-02-17)
787
+
788
+ ### 🩹 Fixes
789
+
790
+ - **reactor-api:** improved subgraph path matching and removed name parameter from reactor subgraph ([dcadf7fb3](https://github.com/powerhouse-inc/powerhouse/commit/dcadf7fb3))
791
+
792
+ ### ❤️ Thank You
793
+
794
+ - acaldas @acaldas
795
+
796
+ ## 6.0.0-dev.51 (2026-02-17)
797
+
798
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
799
+
800
+ ## 6.0.0-dev.50 (2026-02-17)
801
+
802
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
803
+
804
+ ## 6.0.0-dev.49 (2026-02-17)
805
+
806
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
807
+
808
+ ## 6.0.0-dev.47 (2026-02-17)
809
+
810
+ ### 🩹 Fixes
811
+
812
+ - **monorepo:** make shared package publicly available ([#2348](https://github.com/powerhouse-inc/powerhouse/pull/2348))
813
+
814
+ ### ❤️ Thank You
815
+
816
+ - Ryan Wolhuter @ryanwolhuter
817
+
818
+ ## 6.0.0-dev.46 (2026-02-17)
819
+
820
+ ### 🚀 Features
821
+
822
+ - **connect:** re enable processors in connect ([#2342](https://github.com/powerhouse-inc/powerhouse/pull/2342))
823
+
824
+ ### ❤️ Thank You
825
+
826
+ - Ryan Wolhuter @ryanwolhuter
827
+
828
+ ## 6.0.0-dev.45 (2026-02-16)
829
+
830
+ ### 🚀 Features
831
+
832
+ - **monorepo:** ensure shared is only in dev deps ([#2341](https://github.com/powerhouse-inc/powerhouse/pull/2341))
833
+
834
+ ### ❤️ Thank You
835
+
836
+ - Ryan Wolhuter @ryanwolhuter
837
+
838
+ ## 6.0.0-dev.44 (2026-02-15)
839
+
840
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
841
+
842
+ ## 6.0.0-dev.43 (2026-02-14)
843
+
844
+ ### 🚀 Features
845
+
846
+ - **monorepo:** move more shared stuff to shared ([#2335](https://github.com/powerhouse-inc/powerhouse/pull/2335))
847
+
848
+ ### ❤️ Thank You
849
+
850
+ - Ryan Wolhuter @ryanwolhuter
851
+
852
+ ## 6.0.0-dev.42 (2026-02-13)
853
+
854
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
855
+
856
+ ## 6.0.0-dev.41 (2026-02-12)
857
+
858
+ ### 🚀 Features
859
+
860
+ - **monorepo:** use catalog for other shared deps ([#2330](https://github.com/powerhouse-inc/powerhouse/pull/2330))
861
+ - **vetra:** add processor apps input to vetra ([#2329](https://github.com/powerhouse-inc/powerhouse/pull/2329))
862
+
863
+ ### 🩹 Fixes
864
+
865
+ - **builder-tools:** use same class-variance-authority as design-systom ([d600feb49](https://github.com/powerhouse-inc/powerhouse/commit/d600feb49))
866
+ - **design-system:** copy assets to dist folder to enable relative path import ([de5cb5e4e](https://github.com/powerhouse-inc/powerhouse/commit/de5cb5e4e))
867
+ - **monorepo:** add build-cli to old release workflow ([a30624bd2](https://github.com/powerhouse-inc/powerhouse/commit/a30624bd2))
868
+
869
+ ### ❤️ Thank You
870
+
871
+ - acaldas @acaldas
872
+ - Ryan Wolhuter @ryanwolhuter
873
+ - ryanwolhuter @ryanwolhuter
874
+
875
+ ## 6.0.0-dev.40 (2026-02-12)
876
+
877
+ ### 🚀 Features
878
+
879
+ - **monorepo:** add shared package ([#2324](https://github.com/powerhouse-inc/powerhouse/pull/2324))
880
+
881
+ ### ❤️ Thank You
882
+
883
+ - Ryan Wolhuter @ryanwolhuter
884
+
885
+ ## 6.0.0-dev.39 (2026-02-11)
886
+
887
+ ### 🚀 Features
888
+
889
+ - **reactor,codegen:** handle processor apps in cli ([#2319](https://github.com/powerhouse-inc/powerhouse/pull/2319))
890
+
891
+ ### ❤️ Thank You
892
+
893
+ - Ryan Wolhuter @ryanwolhuter
894
+
895
+ ## 6.0.0-dev.38 (2026-02-10)
896
+
897
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
898
+
899
+ ## 6.0.0-dev.37 (2026-02-10)
900
+
901
+ ### 🚀 Features
902
+
903
+ - **reactor-api:** added nested operations query on phdocument and Graphql client update ([67584e3fc](https://github.com/powerhouse-inc/powerhouse/commit/67584e3fc))
904
+
905
+ ### ❤️ Thank You
906
+
907
+ - acaldas
908
+
909
+ ## 6.0.0-dev.36 (2026-02-06)
910
+
911
+ ### 🚀 Features
912
+
913
+ - **codegen:** use bun for the slowest tests ([#2303](https://github.com/powerhouse-inc/powerhouse/pull/2303))
914
+
915
+ ### ❤️ Thank You
916
+
917
+ - Ryan Wolhuter @ryanwolhuter
918
+
919
+ ## 6.0.0-dev.35 (2026-02-06)
920
+
921
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
922
+
923
+ ## 6.0.0-dev.34 (2026-02-05)
924
+
925
+ ### 🚀 Features
926
+
927
+ - **codegen:** update processors codegen ([#2293](https://github.com/powerhouse-inc/powerhouse/pull/2293))
928
+
929
+ ### 🩹 Fixes
930
+
931
+ - **ci:** allow release to continue when academy build fails ([477d9ef71](https://github.com/powerhouse-inc/powerhouse/commit/477d9ef71))
932
+
933
+ ### 🔥 Performance
934
+
935
+ - **document-model:** optimize getDocumentLastModified from O(n log n) to O(n) ([bb94ff310](https://github.com/powerhouse-inc/powerhouse/commit/bb94ff310))
936
+
937
+ ### ❤️ Thank You
938
+
939
+ - Frank
940
+ - Ryan Wolhuter @ryanwolhuter
941
+ - Samuel Hawksby-Robinson @Samyoul
942
+
943
+ ## 6.0.0-dev.33 (2026-02-05)
944
+
945
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
946
+
947
+ ## 6.0.0-dev.32 (2026-02-04)
948
+
949
+ ### 🩹 Fixes
950
+
951
+ - remove duplicate trigger-downstream from publish-docker-images ([1f70c8041](https://github.com/powerhouse-inc/powerhouse/commit/1f70c8041))
952
+
953
+ ### ❤️ Thank You
954
+
955
+ - Frank
956
+
957
+ ## 6.0.0-dev.31 (2026-02-04)
958
+
959
+ ### 🚀 Features
960
+
961
+ - trigger powerhouse-demo after release ([f5b63728d](https://github.com/powerhouse-inc/powerhouse/commit/f5b63728d))
962
+ - **profiling:** add Pyroscope monitoring to reactor-direct ([2c7779229](https://github.com/powerhouse-inc/powerhouse/commit/2c7779229))
963
+ - **profiling:** add reactor-direct.ts for direct reactor performance profiling ([806714e27](https://github.com/powerhouse-inc/powerhouse/commit/806714e27))
964
+ - align document-model-subgraph with ReactorSubgraph patterns ([0c0813ef7](https://github.com/powerhouse-inc/powerhouse/commit/0c0813ef7))
965
+ - add new document model subgraph with new reactor API ([a282586c3](https://github.com/powerhouse-inc/powerhouse/commit/a282586c3))
966
+
967
+ ### 🩹 Fixes
968
+
969
+ - linting issues ([e1eb2c806](https://github.com/powerhouse-inc/powerhouse/commit/e1eb2c806))
970
+ - ignore release.ts ([25a40d2a6](https://github.com/powerhouse-inc/powerhouse/commit/25a40d2a6))
971
+
972
+ ### ❤️ Thank You
973
+
974
+ - Benjamin Jordan
975
+ - Frank
976
+ - Guillermo Puente @gpuente
977
+ - Samuel Hawksby-Robinson @Samyoul
978
+
979
+ ## 6.0.0-dev.30 (2026-02-03)
980
+
981
+ ### 🩹 Fixes
982
+
983
+ - **release:** ignore errors on git stage ([e0c10d604](https://github.com/powerhouse-inc/powerhouse/commit/e0c10d604))
984
+ - **releases:** remove problematic publish dry run ([8b9b065b9](https://github.com/powerhouse-inc/powerhouse/commit/8b9b065b9))
985
+ - **releases:** include git side effects check in all booleans ([19c44503d](https://github.com/powerhouse-inc/powerhouse/commit/19c44503d))
986
+
987
+ ### ❤️ Thank You
988
+
989
+ - ryanwolhuter @ryanwolhuter
990
+
991
+ ## 6.0.0-dev.29 (2026-02-03)
992
+
993
+ ### 🚀 Features
994
+
995
+ - **release:** add doc comments ([3ab9879d4](https://github.com/powerhouse-inc/powerhouse/commit/3ab9879d4))
996
+ - **monorepo:** simplified release workflow ([#2276](https://github.com/powerhouse-inc/powerhouse/pull/2276))
997
+
998
+ ### 🩹 Fixes
999
+
1000
+ - package.json onlyBuilt ([3b6165267](https://github.com/powerhouse-inc/powerhouse/commit/3b6165267))
1001
+ - **release:** move checkout action ([4ed305d57](https://github.com/powerhouse-inc/powerhouse/commit/4ed305d57))
1002
+
1003
+ ### ❤️ Thank You
1004
+
1005
+ - Benjamin Jordan (@thegoldenmule)
1006
+ - Ryan Wolhuter @ryanwolhuter
1007
+ - ryanwolhuter @ryanwolhuter
1008
+
1009
+ ## 6.0.0-dev.28 (2026-01-31)
1010
+
1011
+ ### 🚀 Features
1012
+
1013
+ - add e2e tests to simulate ([6ba43d19b](https://github.com/powerhouse-inc/powerhouse/commit/6ba43d19b))
1014
+ - adding signal handlers and removing old feature flags ([f08253a2d](https://github.com/powerhouse-inc/powerhouse/commit/f08253a2d))
1015
+
1016
+ ### ❤️ Thank You
1017
+
1018
+ - Benjamin Jordan (@thegoldenmule)
1019
+
1020
+ ## 6.0.0-dev.27 (2026-01-30)
1021
+
1022
+ ### 🚀 Features
1023
+
1024
+ - renown sdk improvements ([bc1099d94](https://github.com/powerhouse-inc/powerhouse/commit/bc1099d94))
1025
+ - **ph-cmd:** fix forwarding and versioning bug ([#2272](https://github.com/powerhouse-inc/powerhouse/pull/2272))
1026
+
1027
+ ### ❤️ Thank You
1028
+
1029
+ - acaldas
1030
+ - Ryan Wolhuter @ryanwolhuter
1031
+
1032
+ ## 6.0.0-dev.26 (2026-01-29)
1033
+
1034
+ ### 🚀 Features
1035
+
1036
+ - update minimum node version to 24 ([7a71107c5](https://github.com/powerhouse-inc/powerhouse/commit/7a71107c5))
1037
+
1038
+ ### 🩹 Fixes
1039
+
1040
+ - undo my changes to the tsc script ([0a36d0a49](https://github.com/powerhouse-inc/powerhouse/commit/0a36d0a49))
1041
+
1042
+ ### ❤️ Thank You
1043
+
1044
+ - acaldas @acaldas
1045
+ - Benjamin Jordan (@thegoldenmule)
1046
+
1047
+ ## 6.0.0-dev.25 (2026-01-28)
1048
+
1049
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1050
+
1051
+ ## 6.0.0-dev.24 (2026-01-27)
1052
+
1053
+ ### 🚀 Features
1054
+
1055
+ - **switchboard:** enhance pyroscope profiler with wall and heap support ([254c0cea9](https://github.com/powerhouse-inc/powerhouse/commit/254c0cea9))
1056
+ - **monorepo:** ensure the same typescript version is used everywhere ([#2258](https://github.com/powerhouse-inc/powerhouse/pull/2258))
1057
+
1058
+ ### 🩹 Fixes
1059
+
1060
+ - **vetra,switchboard:** fix TypeScript errors in permission tests and profiler ([7726f95a3](https://github.com/powerhouse-inc/powerhouse/commit/7726f95a3))
1061
+
1062
+ ### ❤️ Thank You
1063
+
1064
+ - Frank
1065
+ - Ryan Wolhuter @ryanwolhuter
1066
+
1067
+ ## 6.0.0-dev.23 (2026-01-27)
1068
+
1069
+ ### 🚀 Features
1070
+
1071
+ - **monorepo:** add diff filter to exclude deleted files in changed files action ([e86961e79](https://github.com/powerhouse-inc/powerhouse/commit/e86961e79))
1072
+ - **academy:** added release slides to academy project ([eab5e56fe](https://github.com/powerhouse-inc/powerhouse/commit/eab5e56fe))
1073
+
1074
+ ### ❤️ Thank You
1075
+
1076
+ - acaldas @acaldas
1077
+ - ryanwolhuter @ryanwolhuter
1078
+
1079
+ ## 6.0.0-dev.22 (2026-01-27)
1080
+
1081
+ ### 🩹 Fixes
1082
+
1083
+ - **monorepo:** inefficient workflows ([#2250](https://github.com/powerhouse-inc/powerhouse/pull/2250))
1084
+
1085
+ ### ❤️ Thank You
1086
+
1087
+ - Ryan Wolhuter @ryanwolhuter
1088
+
1089
+ ## 6.0.0-dev.21 (2026-01-27)
1090
+
1091
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1092
+
1093
+ ## 6.0.0-dev.20 (2026-01-26)
1094
+
1095
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1096
+
1097
+ ## 6.0.0-dev.19 (2026-01-26)
1098
+
1099
+ ### 🩹 Fixes
1100
+
1101
+ - **docker:** add ph-cli to global install for switchboard ([6cea7f52e](https://github.com/powerhouse-inc/powerhouse/commit/6cea7f52e))
1102
+
1103
+ ### ❤️ Thank You
1104
+
1105
+ - Frank
1106
+
1107
+ ## 6.0.0-dev.18 (2026-01-26)
1108
+
1109
+ ### 🚀 Features
1110
+
1111
+ - **ph-cli, ph-cmd:** use cmd ts for remaining ph cmd commands ([#2209](https://github.com/powerhouse-inc/powerhouse/pull/2209))
1112
+
1113
+ ### 🩹 Fixes
1114
+
1115
+ - trailing newline in publish-docker-images workflow ([7d2e30db4](https://github.com/powerhouse-inc/powerhouse/commit/7d2e30db4))
1116
+ - **ci:** remove deploy-k8s from publish-docker-images workflow ([c5869e82f](https://github.com/powerhouse-inc/powerhouse/commit/c5869e82f))
1117
+
1118
+ ### ❤️ Thank You
1119
+
1120
+ - Frank
1121
+ - Ryan Wolhuter @ryanwolhuter
1122
+
1123
+ ## 6.0.0-dev.17 (2026-01-26)
1124
+
1125
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1126
+
1127
+ ## 6.0.0-dev.16 (2026-01-24)
1128
+
1129
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1130
+
1131
+ ## 6.0.0-dev.15 (2026-01-23)
1132
+
1133
+ This was a version bump only for @powerhousedao/switchboard to align it with other projects, there were no code changes.
1134
+
1
1135
  ## 6.0.0-dev.14 (2026-01-22)
2
1136
 
3
1137
  ### 🩹 Fixes
@@ -70,7 +1204,7 @@
70
1204
  ### 🚀 Features
71
1205
 
72
1206
  - **design-system:** default styles tweaks and DocumentStateViewer ([c0a66720c](https://github.com/powerhouse-inc/powerhouse/commit/c0a66720c))
73
- - **ci:** deploy staging tenant from release/staging/* branches ([8761579e7](https://github.com/powerhouse-inc/powerhouse/commit/8761579e7))
1207
+ - **ci:** deploy staging tenant from release/staging/\* branches ([8761579e7](https://github.com/powerhouse-inc/powerhouse/commit/8761579e7))
74
1208
  - **ci:** add Harbor registry to docker image publishing ([f3a2fab69](https://github.com/powerhouse-inc/powerhouse/commit/f3a2fab69))
75
1209
 
76
1210
  ### 🩹 Fixes
@@ -2695,7 +3829,7 @@ This was a version bump only for @powerhousedao/switchboard to align it with oth
2695
3829
 
2696
3830
  - **reactor-api:** init project ([#388](https://github.com/powerhouse-inc/powerhouse/pull/388))
2697
3831
 
2698
- ### ❤️ Thank You
3832
+ ### ❤️ Thank You
2699
3833
 
2700
3834
  - acaldas
2701
3835
 
@@ -2709,7 +3843,7 @@ This was a version bump only for @powerhousedao/switchboard to align it with oth
2709
3843
 
2710
3844
  - Updated @powerhousedao/reactor-api to 1.1.0
2711
3845
 
2712
- ### ❤️ Thank You
3846
+ ### ❤️ Thank You
2713
3847
 
2714
3848
  - acaldas
2715
3849
 
@@ -2723,6 +3857,6 @@ This was a version bump only for @powerhousedao/switchboard to align it with oth
2723
3857
 
2724
3858
  - Updated @powerhousedao/general-document-indexer to 1.1.0
2725
3859
 
2726
- ### ❤️ Thank You
3860
+ ### ❤️ Thank You
2727
3861
 
2728
- - acaldas
3862
+ - acaldas