@powerhousedao/switchboard 6.0.0-dev.23 → 6.0.0-dev.230

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