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

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