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

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