@powerhousedao/switchboard 6.0.0-dev.21 → 6.0.0-dev.211

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