@powerhousedao/switchboard 6.0.0-dev.17 → 6.0.0-dev.170

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