@powerhousedao/switchboard 6.0.0-dev.22 → 6.0.0-dev.221

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