@powerhousedao/switchboard 6.0.0-dev.16 → 6.0.0-dev.161

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