@powerhousedao/switchboard 6.0.0-dev.20 → 6.0.0-dev.201

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