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

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